Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrey Kamaev 0738ea7d0f Make highgui.hpp independent from C API 12 years ago
..
test_approxpoly.cpp
test_bilateral_filter.cpp
test_boundingrect.cpp
test_canny.cpp
test_color.cpp Make highgui.hpp independent from C API 12 years ago
test_connectedcomponents.cpp connectedcomponents test case 12 years ago
test_contours.cpp
test_convhull.cpp
test_cvtyuv.cpp Merge branch '2.4' 12 years ago
test_distancetransform.cpp almost finished distance transform conversion (discrete voronoi diagram mode is not ready yet) 12 years ago
test_emd.cpp
test_filter.cpp
test_floodfill.cpp Completely separate C and C++ API of OpenCV core 12 years ago
test_grabcut.cpp Make highgui.hpp independent from C API 12 years ago
test_histograms.cpp Move cv::Mat out of core.hpp 12 years ago
test_houghLines.cpp converted houghlines to C++ 12 years ago
test_imgwarp.cpp
test_imgwarp_strict.cpp Implementation of cv::Matx and cv::Vec is almost moved to matx.hpp 12 years ago
test_main.cpp
test_moments.cpp converted moments function to C++ 12 years ago
test_pc.cpp
test_precomp.cpp
test_precomp.hpp Make highgui.hpp independent from C API 12 years ago
test_templmatch.cpp Move cv::Scalar_ to types.hpp 12 years ago
test_thresh.cpp
test_watershed.cpp