sh-song / vvs

0 stars 0 forks source link

get_correspondence_points #3

Open sh-song opened 2 years ago

sh-song commented 2 years ago

이거 하기 전에 rectify 먼저 해야하는 거 아닌가? 확인 필요

sh-song commented 2 years ago

https://docs.opencv.org/4.x/dc/dc3/tutorial_py_matcher.html => for matching

sh-song commented 2 years ago

http://www.gisdeveloper.co.kr/?p=6922 => for calculating fundamental matrix with matched point pairs

sh-song commented 2 years ago

Harris corner detector is good enough because scale of image does not change.

sh-song commented 2 years ago

need to find good matcher

sh-song commented 2 years ago

https://github.com/sh-song/3d-printing-error-detection/blob/main/icp_test.py

sh-song commented 2 years ago

icp with different number of points => find lecture note