alexisInSAR / EZ-InSAR

Matlab Interface for Easy InSAR
GNU General Public License v3.0
105 stars 35 forks source link

import cv2 problem #39

Closed Matin-GorganSaraj closed 1 year ago

Matin-GorganSaraj commented 1 year ago

hello when i run the pre-run of isce processing step i face with this problem ( not model named cv2 [i think it's opencv]) Screenshot (183) when i check the code i see cv2 don't used in Stack.py then i delete the import cv2 line in Stack.py (line 1646) then this step run well ! Screenshot (184) Screenshot (185) and my question is , the changing into Stack.py can cause me any problem ? With all regard Matin

alexisInSAR commented 1 year ago

I think the best solution is just to install cv2:

conda install opencv

or

pip3 install opencv-python
Matin-GorganSaraj commented 1 year ago

yes i install opencv and it runs well , thank you for responding but i have another quastion ; can i proccess with my gpu in isce2 , i think , i saw something on isce docu but i dont know how to do it.