jiangwei221 / useful_scripts

0 stars 0 forks source link

opencv sift version #1

Open jiangwei221 opened 4 years ago

jiangwei221 commented 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

vjkxtz commented 4 years ago

use conda. Unable to install much older version of opencv using pip

jiangwei221 commented 4 years ago

sift is added to opencv 4.4: https://docs.opencv.org/4.4.0/d5/d51/group__features2d__main.html