opencv/modules/ml/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
..
ann_mlp.cpp fix for Bug #3085: 2013-06-13 10:22:56 +04:00
boost.cpp In CvBoost, delegated update_weights's implementation to a helper method. 2013-04-11 13:50:10 +04:00
cnn.cpp Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
data.cpp missing fclose when returning early 2013-07-24 23:53:18 +10:00
em.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
ertrees.cpp Remove inline sorting algorithms from core headers 2013-03-28 17:22:50 +04:00
estimate.cpp Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
gbt.cpp Merge remote-tracking branch 'origin/2.4' 2013-06-05 15:42:07 +04:00
inner_functions.cpp Set stricter warning rules for gcc 2012-06-07 17:21:29 +00:00
knearest.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
ml_init.cpp refactored video module; use the new-style algorithms now 2013-03-20 19:51:49 +04:00
nbayes.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp Merge remote-tracking branch 'origin/2.4' 2013-08-06 13:56:49 +04:00
rtrees.cpp Move cv::Mat out of core.hpp 2013-04-01 15:24:34 +04:00
svm.cpp Merge remote-tracking branch 'origin/2.4' 2013-06-05 15:42:07 +04:00
testset.cpp Set stricter warning rules for gcc 2012-06-07 17:21:29 +00:00
tree.cpp Move cv::Mat out of core.hpp 2013-04-01 15:24:34 +04:00