Forum

Author Topic: OpenCV usage is PhotoScan  (Read 6182 times)

aspirisha

  • Newbie
  • *
  • Posts: 2
    • View Profile
OpenCV usage is PhotoScan
« on: November 18, 2015, 08:23:11 PM »
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.

guih

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: OpenCV usage is PhotoScan
« Reply #1 on: June 10, 2016, 04:41:42 PM »
Hello,

I'm looking for a way to import opencv in PhotoScan's python. I need to do some pre processing on my images. Could someone please indicates me how to import it ?

Thank you