Anyone knows if it's possible to implement OpenCV ...
# multiplatform
d
Anyone knows if it's possible to implement OpenCV in android studio? Where to start? Will it also work on iOS?
😶 4
google 1
Also what part of using opencv from kotlim multiplatform is not kotlin?
j
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
Thank You
s
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
That look awesome, any chance you can share how you managed that?
406 Views