about intrinsiccv portability
Hello
I plan to integrate intrinsiccv into the opencv-mobile project
https://github.com/nihui/opencv-mobile
opencv-mobile is minimal build of opencv library, which streamlines uncommon modules and code so that it can be applied to mobile and embedded platforms with limited binary size
However, intrinsiccv is not suitable yet and has the following problems:
- Compilation failed for armv7 architecture
- Compilation fails when using non-gcc/clang compiler
The armv7 architecture is still used on many existing low-end Android and embedded devices. I hope intrinsicccv can add support for armv7.
intrinsiccv uses many gcc/clang compilation flags and syntax extensions, resulting in the inability to use the msvc compiler to compile to the windows arm target platform
I would like to ask if portability improvements will be made in the future.
Thanks