Jump to content

OpenCV: Difference between revisions

296 bytes added ,  11 May 2020
Line 10: Line 10:
pip install opencv-contrib-python
pip install opencv-contrib-python
</pre>
</pre>
* Missing SURF and SIFT.
** The [https://patents.google.com/patent/US6711293B1/en patent for SIFT] expired on March 6, 2020 so it might be added to opencv-contrib-python in a future update.
** The [https://patents.google.com/patent/US20090238460A1/en patent for SURF] should expire around 2029.


=== Non-free Algorithms ===
=== Non-free Algorithms ===