Hello.
I am really interested if someone has ever managed to use opencv library in PhotoScan's python?
I have already tried approach with installing opencv on my machine with further extending sys.path in PhotoScan's python so that it knows where to look for the modules.
Yet when importing cv2, I get error from numpy importing:
ImportError: numpy.core.multiarray failed to import
Is it the only result I can get with such approach, or I just should do some extra steps? Any suggestions are highly appreciated, I am really out of ideas about it.