Releases

  • HGCalc 1.0

    Nick Steyer 1 year ago 0 commits to main since this release

    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.