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.
 
 
 
 
 
 
Alexander Smorkalov 4b203f7b1a Merge pull request #1470 from IceRage:min_enclosing_triangle 12 years ago
..
test_approxpoly.cpp Normalized file endings. 12 years ago
test_bilateral_filter.cpp Fix bilateralFilter function 12 years ago
test_boundingrect.cpp Normalize line endings and whitespace 13 years ago
test_canny.cpp Normalize line endings and whitespace 13 years ago
test_color.cpp War on Whitespace, master edition: trailing spaces. 12 years ago
test_connectedcomponents.cpp War on Whitespace, master edition: file endings. 12 years ago
test_contours.cpp Warning fixes continued 13 years ago
test_convhull.cpp Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly. 12 years ago
test_cvtyuv.cpp Deleted all trailing whitespace. 12 years ago
test_distancetransform.cpp Merge commit '43aec5ad' into merge-2.4 12 years ago
test_emd.cpp Normalize line endings and whitespace 13 years ago
test_filter.cpp Normalized file endings. 12 years ago
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 Introduce CV_COMP_CHISQR_ALT, an alternative method to calculate ChiSquare Histogram comparison 12 years ago
test_houghLines.cpp Normalized file endings. 12 years ago
test_imgwarp.cpp Fixed a few tests that use uninitialized inputs. 12 years ago
test_imgwarp_strict.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 12 years ago
test_lsd.cpp Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2 12 years ago
test_main.cpp added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990) 14 years ago
test_moments.cpp converted moments function to C++ 12 years ago
test_pc.cpp Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast) 13 years ago
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 Normalized file endings. 12 years ago
test_watershed.cpp Normalized file endings. 12 years ago