Open jiangwei221 opened 4 years ago
SIFT no longer available in opencv > 3.4.2 https://github.com/DynaSlum/satsense/issues/13
pip install opencv-python==3.4.2.17 opencv-contrib-python==3.4.2.17 or try: conda install opencv=3.4.2
use conda. Unable to install much older version of opencv using pip
sift is added to opencv 4.4: https://docs.opencv.org/4.4.0/d5/d51/group__features2d__main.html
SIFT no longer available in opencv > 3.4.2 https://github.com/DynaSlum/satsense/issues/13
pip install opencv-python==3.4.2.17 opencv-contrib-python==3.4.2.17 or try: conda install opencv=3.4.2