2 年之前 在該版本發佈之後已有 0 次代碼提交到 main 分支
Self contained .exe to calculate a homography based on a given sample file of multiple calibration points.
The input file is a csv file without any header containing a calibration point per line, separated by spaces. Each line should look like this:
0.4578354 3.297777 -0.07263192 -0.04085545
The program will automatically generate a file named "homography.csv" in the same folder as the program. Default parameters for the RANSAC algorithm have been set, but can also be supplied via command line. Start the program without any parameters to see usage.