opencv/modules/calib3d/src
Roman Donchenko bae85660da Merge remote-tracking branch 'origin/2.4'
Pull requests:
	#943 from jet47:cuda-5.5-support
	#944 from jet47:cmake-2.8.11-cuda-fix
	#912 from SpecLad:contributing
	#934 from SpecLad:parallel-for
	#931 from jet47:gpu-test-fixes
	#932 from bitwangyaoyao:2.4_fixBFM
	#918 from bitwangyaoyao:2.4_samples
	#924 from pengx17:2.4_arithm_fix
	#925 from pengx17:2.4_canny_tmp_fix
	#927 from bitwangyaoyao:2.4_perf
	#930 from pengx17:2.4_haar_ext
	#928 from apavlenko:bugfix_3027
	#920 from asmorkalov:android_move
	#910 from pengx17:2.4_oclgfft
	#913 from janm399:2.4
	#916 from bitwangyaoyao:2.4_fixPyrLK
	#919 from abidrahmank:2.4
	#923 from pengx17:2.4_macfix

Conflicts:
	modules/calib3d/src/stereobm.cpp
	modules/features2d/src/detectors.cpp
	modules/gpu/src/error.cpp
	modules/gpu/src/precomp.hpp
	modules/imgproc/src/distransform.cpp
	modules/imgproc/src/morph.cpp
	modules/ocl/include/opencv2/ocl/ocl.hpp
	modules/ocl/perf/perf_color.cpp
	modules/ocl/perf/perf_imgproc.cpp
	modules/ocl/perf/perf_match_template.cpp
	modules/ocl/perf/precomp.cpp
	modules/ocl/perf/precomp.hpp
	modules/ocl/src/arithm.cpp
	modules/ocl/src/canny.cpp
	modules/ocl/src/filtering.cpp
	modules/ocl/src/haar.cpp
	modules/ocl/src/hog.cpp
	modules/ocl/src/imgproc.cpp
	modules/ocl/src/opencl/haarobjectdetect.cl
	modules/ocl/src/pyrlk.cpp
	modules/video/src/bgfg_gaussmix2.cpp
	modules/video/src/lkpyramid.cpp
	platforms/linux/scripts/cmake_arm_gnueabi_hardfp.sh
	platforms/linux/scripts/cmake_arm_gnueabi_softfp.sh
	platforms/scripts/ABI_compat_generator.py
	samples/ocl/facedetect.cpp
2013-06-05 15:42:07 +04:00
..
calib3d_init.cpp rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++. 2013-02-28 18:25:05 +04:00
calibinit.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
calibration.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
checkchessboard.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
circlesgrid.cpp Added #include <limits> to files that were missing it. 2013-05-06 22:45:11 -04:00
circlesgrid.hpp Finalize core headers reorganization 2013-04-03 14:10:03 +04:00
compat_ptsetreg.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
compat_stereo.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
epnp.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
epnp.h Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
five-point.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
fundam.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
levmarq.cpp several minor fixes proposed by Andrey 2013-03-03 00:54:46 +04:00
p3p.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
p3p.h Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
polynom_solver.cpp Remove all using directives for STL namespace and members 2013-02-25 15:04:17 +04:00
polynom_solver.h Normalize line endings and whitespace 2012-10-17 15:57:49 +04:00
posit.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp Move border type constants and Moments class to core module 2013-04-10 19:14:24 +04:00
ptsetreg.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
quadsubpix.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
solvepnp.cpp Merge remote-tracking branch 'origin/2.4' 2013-06-05 15:42:07 +04:00
stereobm.cpp Replaced most of the usages of parallel_for with that of parallel_for_. 2013-05-31 12:22:04 +04:00
stereosgbm.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00
triangulate.cpp Move C API of opencv_calib3d to separate file 2013-04-11 21:00:17 +04:00