• Jesus Briales's avatar
    Fix subpixel precision issue and compute line points in original image size · ad765a75
    Jesus Briales authored
    Issue 1:
    The subpixel precision of LSD was lost in the implicit conversion to Vec4i
    Solved:
    Line point coordinates are stored in cv::Vec4f
    No type conversion needed from extremes to kl float fields
    
    Issue 2:
    The keyline point fields for original image were not being correctly filled
    Solved:
    The points in original image are computed through scaling (using scale factor and octave index)
    ad765a75
Name
Last commit
Last update
..
LSDDetector.cpp Loading commit data...
binary_descriptor.cpp Loading commit data...
binary_descriptor_matcher.cpp Loading commit data...
bitarray.hpp Loading commit data...
bitops.hpp Loading commit data...
draw.cpp Loading commit data...
precomp.hpp Loading commit data...
types.hpp Loading commit data...