opencv/modules/imgproc/src
Roman Donchenko fee2ed37fc Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
	modules/contrib/src/retina.cpp
	modules/core/include/opencv2/core/mat.hpp
	modules/core/src/algorithm.cpp
	modules/core/src/arithm.cpp
	modules/features2d/src/features2d_init.cpp
	modules/gpu/include/opencv2/gpu/gpu.hpp
	modules/gpu/perf/perf_imgproc.cpp
	modules/imgproc/src/generalized_hough.cpp
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/video/src/tvl1flow.cpp
	modules/video/src/video_init.cpp
2014-01-14 11:53:59 +04:00
..
opencl Merge pull request #2073 from KonstantinMatskevich:ocl_tapi_clahe 2013-12-31 00:17:33 +04:00
_geom.h
accum.cpp
approx.cpp
blend.cpp added cv::blendLinear 2013-12-10 13:07:52 +04:00
canny.cpp Disabled some IPP implementation since it breaks tests 2013-12-26 19:53:53 +04:00
clahe.cpp fix 2013-12-30 13:06:32 +04:00
color.cpp Merge commit '4b885e206' into merge-2.4 2013-12-30 16:48:45 +04:00
connectedcomponents.cpp correct upper bound for maximum number of labels for 8-way connectivity 2013-11-24 01:20:07 -08:00
contours.cpp Boring changes - imgproc. 2013-09-05 18:26:43 +04:00
convhull.cpp
corner.cpp
cornersubpix.cpp
demosaicing.cpp
deriv.cpp imgproc: IPP compilation fix and minor cleanup 2013-12-20 12:40:40 +00:00
distransform.cpp fixed compile errors and warnings when building master branch with IPP enabled 2013-09-20 16:02:15 +04:00
emd.cpp
featureselect.cpp
filter.cpp Change sprintf to cv::format, and EXPECT_MAT_NEAR to OCL_EXPECT_MATS_NEAR 2013-12-27 16:21:32 +04:00
floodfill.cpp Android NDK r9 support. x64 NDK support fix for MacOS X. 2013-10-03 11:36:12 +04:00
gabor.cpp
gcgraph.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
generalized_hough.cpp deleted extra semicolons 2014-01-07 02:52:30 +04:00
geometry.cpp
grabcut.cpp
histogram.cpp fixed getUMatIndex 2013-12-27 13:18:31 +04:00
hough.cpp Boring changes - imgproc. 2013-09-05 18:26:43 +04:00
imgwarp.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2014-01-14 11:53:59 +04:00
intersection.cpp fixed warnings 2013-10-08 12:46:43 +04:00
linefit.cpp War on Whitespace, master edition: trailing spaces. 2013-08-27 13:57:24 +04:00
lsd.cpp fixed warnings 2013-10-08 12:46:43 +04:00
matchcontours.cpp War on Whitespace, master edition: trailing spaces. 2013-08-27 13:57:24 +04:00
min_enclosing_triangle.cpp Removed static variables which were not read-only and used more function parameters instead. 2013-09-19 18:32:03 +01:00
moments.cpp improved performance of moments (on 720p or larger images) 2013-12-26 23:29:04 +04:00
morph.cpp hope last fix 2013-12-26 17:16:55 +04:00
phasecorr.cpp
precomp.hpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-11-26 15:05:26 +04:00
pyramids.cpp Added ocl::pyrUp to T-API 2013-12-19 17:21:50 +04:00
rotcalipers.cpp War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00
samplers.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-12-10 12:51:00 +04:00
segmentation.cpp War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00
shapedescr.cpp
smooth.cpp fixed various warnings from the “doc” and other builders 2013-12-19 16:31:30 +04:00
subdivision2d.cpp
sumpixels.cpp imgproc: IPP compilation fix and minor cleanup 2013-12-20 12:40:40 +00:00
tables.cpp
templmatch.cpp
thresh.cpp added cv::threshold to T-API 2013-12-04 13:45:44 +04:00
undistort.cpp
utils.cpp