릴리즈

  • HGCalc 1.0

    Nick Steyer 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.