Join Slack
Powered by
Anyone knows if it's possible to implement OpenCV ...
# multiplatform
d
Djordje Mutavdzic
08/15/2022, 3:09 PM
Anyone knows if it's possible to implement OpenCV in android studio? Where to start? Will it also work on iOS?
😶 4
google
1
Djordje Mutavdzic
08/15/2022, 3:20 PM
Also what part of using opencv from kotlim multiplatform is not kotlin?
j
Jeff Lockhart
08/15/2022, 3:29 PM
Here are some resources:
https://opencv.org/android/
https://philipplies.medium.com/setting-up-latest-opencv-for-android-studio-and-kotlin-2021-edition-259be404b133
As the core library is native, you may be able to create some common Kotlin bindings, using expect/actual. But there does not seem to be an existing Kotlin bindings implementation.
d
Djordje Mutavdzic
08/15/2022, 3:37 PM
Thank You
s
Sebastian Sellmair [JB]
08/15/2022, 7:05 PM
https://twitter.com/Sellmair/status/1205468911375921152?t=uDXLi49HS7mB1O6lMv9Mnw&s=19
I once made a prototype before I joined JetBrains! Worte wrappers and I think this worked pretty nice!
d
Djordje Mutavdzic
08/16/2022, 10:52 AM
That look awesome, any chance you can share how you managed that?
447
Views
Open in Slack
Previous
Next