Ask Your Question
0

New Super resolution module for use in iOS

asked 2014-01-27 14:35:01 -0600

salgarcia gravatar image

updated 2014-01-27 14:45:29 -0600

berak gravatar image

Can the new super resolution module be used in the iOS build for OpenCV?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2014-01-28 00:18:10 -0600

Vladislav Vinogradov gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-01-27 14:35:01 -0600

Seen: 604 times

Last updated: Jan 28 '14