• Juha Reunanen's avatar
    Fix pointPolygonTest for large coordinate values (#10222) · 5b415999
    Juha Reunanen authored
    * Add test that fails
    
    * Fix integer pointPolygonTest for large coordinate values
    
    * Review fixes:
    - change type from long long to int64
    - move test code to test_contours.cpp, and make it C++98 compliant
    
    * Hopefully fix compiler error by using push_back instead of emplace_back
    5b415999
Name
Last commit
Last update
..
ocl Loading commit data...
test_approxpoly.cpp Loading commit data...
test_bilateral_filter.cpp Loading commit data...
test_boundingrect.cpp Loading commit data...
test_canny.cpp Loading commit data...
test_color.cpp Loading commit data...
test_connectedcomponents.cpp Loading commit data...
test_contours.cpp Loading commit data...
test_convhull.cpp Loading commit data...
test_cvtyuv.cpp Loading commit data...
test_distancetransform.cpp Loading commit data...
test_drawing.cpp Loading commit data...
test_emd.cpp Loading commit data...
test_filter.cpp Loading commit data...
test_fitellipse.cpp Loading commit data...
test_fitellipseAMS.cpp Loading commit data...
test_fitellipseDirect.cpp Loading commit data...
test_floodfill.cpp Loading commit data...
test_goodfeaturetotrack.cpp Loading commit data...
test_grabcut.cpp Loading commit data...
test_histograms.cpp Loading commit data...
test_houghLines.cpp Loading commit data...
test_imgproc_umat.cpp Loading commit data...
test_imgwarp.cpp Loading commit data...
test_imgwarp_strict.cpp Loading commit data...
test_intersection.cpp Loading commit data...
test_lsd.cpp Loading commit data...
test_main.cpp Loading commit data...
test_moments.cpp Loading commit data...
test_pc.cpp Loading commit data...
test_precomp.hpp Loading commit data...
test_templmatch.cpp Loading commit data...
test_thresh.cpp Loading commit data...
test_watershed.cpp Loading commit data...