New Super resolution module for use in iOS
Can the new super resolution module be used in the iOS build for OpenCV?
Can the new super resolution module be used in the iOS build for OpenCV?
Currently, super resolution module is disabled for iOS, because it wasn't tested on the system. You can modify CMake script of the super resolution module (opencv/modules/superres/CMakeLists.txt
) and removed the first three lines:
if(ANDROID OR IOS)
ocv_module_disable(superres)
endif()
This will allow you to build superres
module for iOS.
Asked: 2014-01-27 14:35:01 -0600
Seen: 630 times
Last updated: Jan 28 '14