Celebrandil / CudaSift

A CUDA implementation of SIFT for NVidia GPUs (1.2 ms on a GTX 1060)
MIT License
860 stars 285 forks source link

What's the unit of homography found by FindHomography() function in mainSift.cpp #89

Open narutojxl opened 11 months ago

narutojxl commented 11 months ago

Hello author, Thanks for your sharing. I notice in mainSift.cpp, we can find the two images transform by FindHomography() and ImproveHomography() functions. I have 2 trival questions to seek your confirmation.

Best regards narutojxl