opencv/modules/imgproc/src
Roman Donchenko dcaf923517 Merge remote-tracking branch 'origin/2.4'
Conflicts:
	3rdparty/ffmpeg/ffmpeg_version.cmake
	cmake/OpenCVFindLibsGrfmt.cmake
	cmake/templates/cvconfig.h.cmake
	modules/bioinspired/doc/retina/index.rst
	modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
	modules/calib3d/src/precomp.hpp
	modules/contrib/src/inputoutput.cpp
	modules/contrib/src/precomp.hpp
	modules/core/include/opencv2/core/internal.hpp
	modules/core/include/opencv2/core/types_c.h
	modules/core/src/drawing.cpp
	modules/core/src/precomp.hpp
	modules/core/src/system.cpp
	modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst
	modules/features2d/doc/common_interfaces_of_feature_detectors.rst
	modules/features2d/include/opencv2/features2d/features2d.hpp
	modules/features2d/src/precomp.hpp
	modules/flann/src/precomp.hpp
	modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
	modules/gpu/doc/image_filtering.rst
	modules/gpu/doc/image_processing.rst
	modules/gpu/doc/video.rst
	modules/gpu/perf/perf_imgproc.cpp
	modules/gpu/perf4au/main.cpp
	modules/gpu/src/imgproc.cpp
	modules/gpu/src/precomp.hpp
	modules/gpu/test/test_imgproc.cpp
	modules/highgui/CMakeLists.txt
	modules/highgui/test/test_precomp.hpp
	modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
	modules/imgproc/src/precomp.hpp
	modules/java/generator/src/cpp/Mat.cpp
	modules/legacy/src/precomp.hpp
	modules/ml/doc/k_nearest_neighbors.rst
	modules/ml/src/precomp.hpp
	modules/nonfree/doc/feature_detection.rst
	modules/nonfree/src/precomp.hpp
	modules/objdetect/include/opencv2/objdetect/objdetect.hpp
	modules/objdetect/src/cascadedetect.cpp
	modules/objdetect/src/hog.cpp
	modules/objdetect/src/precomp.hpp
	modules/objdetect/test/test_latentsvmdetector.cpp
	modules/ocl/src/hog.cpp
	modules/ocl/src/opencl/objdetect_hog.cl
	modules/ocl/src/precomp.hpp
	modules/photo/src/precomp.hpp
	modules/stitching/src/precomp.hpp
	modules/superres/perf/perf_precomp.hpp
	modules/superres/src/optical_flow.cpp
	modules/superres/src/precomp.hpp
	modules/superres/test/test_precomp.hpp
	modules/ts/include/opencv2/ts.hpp
	modules/video/src/precomp.hpp
	modules/videostab/src/precomp.hpp
	modules/world/src/precomp.hpp
2013-08-06 13:56:49 +04:00
..
_geom.h converted few more comp. geometry functions to C++ 2013-01-22 16:54:31 +04:00
accum.cpp Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
approx.cpp refactored approxpoly 2013-01-17 00:11:08 +04:00
canny.cpp Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
clahe.cpp Split CLAHE into its own file, because it's faster that way. 2013-05-31 12:22:04 +04:00
color.cpp Merge remote-tracking branch 'origin/2.4' 2013-08-06 13:56:49 +04:00
connectedcomponents.cpp probably fixed build problems on Android 2012-12-18 14:12:07 -08:00
contours.cpp Move C++ basic structures to separate header and inverse dependency from C API 2013-04-01 15:24:32 +04:00
convhull.cpp Fix stack corruption in cvConvexHull2 and heap corruption in OutputArray::create 2013-04-01 15:24:35 +04:00
corner.cpp Make imgproc.hpp independent from C API 2013-04-08 15:47:28 +04:00
cornersubpix.cpp made several minor fixes as pointed out by Andrey 2013-02-14 15:36:20 +04:00
demosaicing.cpp Remove more old definitions from internal.hpp 2013-04-01 16:32:08 +04:00
deriv.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
distransform.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-07-22 18:38:57 +04:00
emd.cpp Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
featureselect.cpp Remove inline sorting algorithms from core headers 2013-03-28 17:22:50 +04:00
filter.cpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00
floodfill.cpp Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
gabor.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
gcgraph.hpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
generalized_hough.cpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00
geometry.cpp Drop outdated definitions from internal.hpp 2013-04-01 15:24:35 +04:00
grabcut.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
histogram.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-07-22 18:38:57 +04:00
hough.cpp Remove inline sorting algorithms from core headers 2013-03-28 17:22:50 +04:00
imgwarp.cpp Merge remote-tracking branch 'origin/2.4' 2013-05-21 17:19:23 +04:00
linefit.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
lsd.cpp Replace "const InputArray" with "InputArray". 2013-07-26 14:52:56 +04:00
matchcontours.cpp converted few more comp. geometry functions to C++ 2013-01-22 16:54:31 +04:00
moments.cpp Moments.nu** fields initialized in completeMomentState( Moments* moments ) 2013-06-07 18:29:00 +02:00
morph.cpp Merge remote-tracking branch 'origin/2.4' 2013-06-05 15:42:07 +04:00
phasecorr.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
precomp.cpp
precomp.hpp Remove HAVE_CVCONFIG_H - it's always defined. 2013-07-10 16:02:07 +04:00
pyramids.cpp expanded the CV_Assert in pyrdown_ to check for empty mats 2013-07-30 17:32:48 +02:00
rotcalipers.cpp Added cv2.boxPoints() functionality to Python bindings (Feature #2023) 2013-06-24 12:13:59 +05:30
samplers.cpp Fix x64 build warnings 2013-02-25 15:04:19 +04:00
segmentation.cpp Fix x64 build warnings 2013-02-25 15:04:19 +04:00
shapedescr.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-07-22 18:38:57 +04:00
smooth.cpp Drop outdated definitions from internal.hpp 2013-04-01 15:24:35 +04:00
subdivision2d.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
sumpixels.cpp Add IPP support to integral function 2013-07-10 11:25:36 +04:00
tables.cpp Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
templmatch.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-07-16 11:52:41 +04:00
thresh.cpp converted flood fill, getrectsubpix & cornersubpix to C++ 2013-02-11 23:49:10 +04:00
undistort.cpp Merge pull request #511 from aritzlc:master 2013-02-27 19:33:01 +04:00
utils.cpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00