• take1014's avatar
    Merge pull request #10646 from take1014:master · 03407a9d
    take1014 authored
    * Add a new interface for hough transform
    
    * Fixed warning code
    
    * Fix HoughLinesUsingSetOfPoints based on HoughLinesStandard
    
    * Delete memset
    
    * Rename HoughLinesUsingSetOfPoints and add common function
    
    * Fix test error
    
    * Change static function name
    
    * Change using CV_Assert instead of if-block and add integer test case
    
    * I solve the conflict and delete 'std :: tr1' and changed it to use 'tuple'
    
    * I deleted std::tr1::get and changed int to use 'get'
    
    * Fixed sample code
    
    * revert test_main.cpp
    
    * Delete sample code in comment and add snippets
    
    * Change file name
    
    * Delete static function
    
    * Fixed build error
    03407a9d
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_fitellipse_ams.cpp Loading commit data...
test_fitellipse_direct.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_houghcircles.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_resize_bitexact.cpp Loading commit data...
test_smooth_bitexact.cpp Loading commit data...
test_templmatch.cpp Loading commit data...
test_thresh.cpp Loading commit data...
test_watershed.cpp Loading commit data...