telespazio-tim / karios

Python application based on KLT Algorithm for Registration of Images from Observing Systems (KARIOS)
Apache License 2.0
11 stars 7 forks source link

Correct documentation suggesting invalid maxCorners value #5

Closed DFEvans closed 4 months ago

DFEvans commented 6 months ago

Fixes #3 - the README suggests that maxCorners < 0 is a valid value, but OpenCV only permits values >= 0.