This website requires JavaScript.
Explore
Help
Sign In
third_party
/
opencv
Watch
1
Star
0
Fork
0
You've already forked opencv
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
9abdf39c90f29c40877cd623fef60f2f8b3f4031
opencv
/
modules
/
imgproc
/
test
T
History
ausentso
9abdf39c90
added test for goodFeaturesToTrack;
2015-12-07 15:24:38 +03:00
..
ocl
Merge pull request
#3784
from ilya-lavrenov:nvidia_android
2015-03-05 06:43:03 +00:00
test_approxpoly.cpp
…
test_bilateral_filter.cpp
…
test_boundingrect.cpp
…
test_canny.cpp
…
test_color.cpp
…
test_connectedcomponents.cpp
…
test_contours.cpp
added test for
http://code.opencv.org/issues/2957
2015-05-14 16:25:18 +03:00
test_convhull.cpp
Regression test for Bug
#3989
: check fitEllipse with rotation angles of n*pi/2
2015-04-18 13:51:26 -04:00
test_cvtyuv.cpp
…
test_distancetransform.cpp
…
test_emd.cpp
…
test_filter.cpp
added test for
http://code.opencv.org/issues/2736
2015-05-13 22:16:35 +03:00
test_floodfill.cpp
…
test_goodfeaturetotrack.cpp
added test for goodFeaturesToTrack;
2015-12-07 15:24:38 +03:00
test_grabcut.cpp
…
test_histograms.cpp
cv::convertMaps
2014-11-01 10:13:28 -07:00
test_houghLines.cpp
…
test_imgproc_umat.cpp
…
test_imgwarp_strict.cpp
…
test_imgwarp.cpp
added test to prove that remap does not leak memory (
http://code.opencv.org/issues/2502
). disabled the test for now to save execution time.
2015-05-14 18:21:26 +03:00
test_intersection.cpp
…
test_lsd.cpp
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
2015-01-20 17:05:38 +01:00
test_main.cpp
…
test_moments.cpp
…
test_pc.cpp
…
test_precomp.hpp
…
test_templmatch.cpp
…
test_thresh.cpp
…
test_watershed.cpp
…