Roman Donchenko
|
9c2272d520
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
CMakeLists.txt
doc/CMakeLists.txt
modules/calib3d/src/stereosgbm.cpp
modules/core/include/opencv2/core/mat.hpp
modules/highgui/src/cap_openni.cpp
modules/ml/include/opencv2/ml/ml.hpp
modules/objdetect/src/hog.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/src/arithm.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/optical_flow_farneback.cpp
platforms/scripts/camera_build.conf
platforms/scripts/cmake_android_all_cameras.py
samples/cpp/Qt_sample/main.cpp
samples/cpp/tutorial_code/introduction/windows_visual_studio_Opencv/Test.cpp
|
2013-11-26 15:05:26 +04:00 |
|
StevenPuttemans
|
2427c03625
|
Wrong example at the visual studio tutorial. Fixed link, fixed sample
content and renamed to a more sensible name. Also fixed a wrong link in the
actual display_image tutorial.
|
2013-11-22 10:41:17 +01:00 |
|
Alexander Shishkov
|
4c9a6bd4ec
|
Update widget_pose.rst
changed Youtube link to our channel
|
2013-11-15 04:36:22 +03:00 |
|
Roman Donchenko
|
4f1aed98de
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
modules/contrib/src/detection_based_tracker.cpp
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/src/gpumat.cpp
modules/core/src/opengl.cpp
modules/gpu/src/cuda/safe_call.hpp
modules/highgui/src/cap.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/ocl/doc/image_processing.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/kmeans.cpp
modules/ocl/src/svm.cpp
modules/ocl/test/test_objdetect.cpp
samples/ocl/adaptive_bilateral_filter.cpp
|
2013-11-11 16:55:36 +04:00 |
|
Alexander Smorkalov
|
24f369c4ac
|
Android Manager Version++.
|
2013-11-06 14:24:18 +04:00 |
|
Roman Donchenko
|
9c83f6c4fb
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVDetectCUDA.cmake
modules/core/include/opencv2/core/version.hpp
modules/cudacodec/src/ffmpeg_video_source.cpp
modules/gpu/src/video_writer.cpp
modules/highgui/test/test_ffmpeg.cpp
modules/highgui/test/test_video_io.cpp
modules/highgui/test/test_video_pos.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/src/arithm.cpp
modules/ocl/src/blend.cpp
modules/ocl/src/canny.cpp
modules/ocl/src/cl_operations.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/kmeans.cpp
modules/ocl/src/moments.cpp
modules/ocl/src/safe_call.hpp
modules/ocl/src/split_merge.cpp
modules/ocl/test/test_moments.cpp
samples/ocl/squares.cpp
|
2013-11-05 16:38:23 +04:00 |
|
Alexander Smorkalov
|
f027cf80f7
|
OpenCV Version++. OpenCV Manager Version++.
|
2013-11-01 15:22:34 +04:00 |
|
Roman Donchenko
|
78be4f66f7
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
CMakeLists.txt
modules/calib3d/src/calibration.cpp
modules/ocl/src/cl_programcache.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
samples/ocl/adaptive_bilateral_filter.cpp
samples/ocl/bgfg_segm.cpp
samples/ocl/clahe.cpp
samples/ocl/facedetect.cpp
samples/ocl/pyrlk_optical_flow.cpp
samples/ocl/squares.cpp
samples/ocl/surf_matcher.cpp
samples/ocl/tvl1_optical_flow.cpp
|
2013-10-28 13:38:25 +04:00 |
|
Samuel Wejéus
|
eddaaa9643
|
Removed incorrect release of obtained colorspace. This fixes bug #3318 (updated commit for 2.4 branch)
|
2013-10-24 10:36:01 +02:00 |
|
Pablo Speciale
|
169ebae8c0
|
After commit c7bbd1a , 'include_directories()' is needed in the CMakeLists.txt (user side). This commit updates the documentation.
|
2013-10-03 00:43:12 +02:00 |
|
Roman Donchenko
|
30d7e1c33d
|
Merge remote-tracking branch 'origin/master' into merge-2.4
Conflicts:
doc/tutorials/bioinspired/retina_model/retina_model.rst~
|
2013-10-02 13:37:33 +04:00 |
|
Roman Donchenko
|
1ac1b9ae35
|
Merge pull request #1474 from f-morozov:for_pr
|
2013-10-02 11:49:54 +04:00 |
|
Roman Donchenko
|
6133aeede8
|
Merge branch 'master' into merge-2.4
Conflicts:
doc/tutorials/definitions/tocDefinitions.rst
|
2013-10-01 17:37:05 +04:00 |
|
Roman Donchenko
|
81eb4bd8be
|
Merge remote-tracking branch 'origin/2.4'
Conflicts:
doc/tutorials/features2d/feature_detection/feature_detection.rst
modules/bioinspired/doc/retina/index.rst
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/operations.hpp
modules/core/src/stat.cpp
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/imgproc/src/filter.cpp
modules/legacy/src/dpstereo.cpp
modules/nonfree/src/surf.ocl.cpp
modules/ocl/doc/image_processing.rst
modules/ocl/doc/object_detection.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/src/arithm.cpp
modules/ocl/src/canny.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/matrix_operations.cpp
modules/ocl/src/pyrdown.cpp
modules/ocl/src/pyrup.cpp
modules/ocl/src/split_merge.cpp
modules/ocl/test/test_objdetect.cpp
modules/ocl/test/utility.hpp
|
2013-10-01 15:57:33 +04:00 |
|
Roman Donchenko
|
4ec5c04504
|
Merge pull request #1315 from dbloisi:add_bs_tutorial
|
2013-10-01 15:29:38 +04:00 |
|
Fedor Morozov
|
c9ace38897
|
Docs updated, added InputArray, fixes for makePtr,...
|
2013-09-26 19:02:35 +04:00 |
|
Andrey Pavlenko
|
0a695eb314
|
hortening the file names (HighDynamicRange -> HDR)
|
2013-09-26 17:06:06 +04:00 |
|
George Andrew Brindeiro
|
192ca711ef
|
Added nonfree headers that are required for using SURF features
|
2013-09-24 12:59:37 -03:00 |
|
Alexander Smorkalov
|
36e7697d1b
|
Merge pull request #1351 from barisdemiroz:eclipse-java-tutorial
|
2013-09-24 14:44:33 +04:00 |
|
Fedor Morozov
|
f99be6bda6
|
Mergin itseez
|
2013-09-18 18:55:12 +04:00 |
|
Ozan Tonkal
|
8de46e1f81
|
removed trailing spaces
|
2013-09-18 12:50:55 +01:00 |
|
Ozan Tonkal
|
223fb39d94
|
include viz tutorials in the main tutorials file. ignore viz samples
|
2013-09-17 20:17:13 +02:00 |
|
Ozan Tonkal
|
3165b526f2
|
merge with Itseez/opencv
|
2013-09-15 17:51:27 +02:00 |
|
Ozan Tonkal
|
c31fb8ffff
|
rename widgets from *Widgets to W*
|
2013-09-15 16:26:53 +02:00 |
|
StevenPuttemans
|
199aa80915
|
Added typo in docs of tutorial
|
2013-09-13 15:01:18 +02:00 |
|
Roman Donchenko
|
95c2e8b51f
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
.gitignore
doc/tutorials/objdetect/cascade_classifier/cascade_classifier.rst
modules/gpu/src/match_template.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_precomp.hpp
|
2013-09-10 11:30:19 +04:00 |
|
Alexander Smorkalov
|
40212e1eb9
|
Link to Hough Circle Transform sample fixed in tutorial.
|
2013-09-09 13:53:49 +04:00 |
|
Ozan Tonkal
|
56f9168ac1
|
support VTK 6.0.0: cmakelist.txt might need to be refactored
|
2013-09-08 19:07:15 +02:00 |
|
Ozan Tonkal
|
2969ec0274
|
transformations tutorial rst
|
2013-09-08 19:03:54 +02:00 |
|
Ozan Tonkal
|
7116e22b52
|
some of the tutorials
|
2013-09-08 19:03:54 +02:00 |
|
Ozan Tonkal
|
fdbf20c172
|
delete common.h, viz_types.hpp, rendering properties are public, setcolor in creating_widgets tutorial
|
2013-09-08 19:03:54 +02:00 |
|
Ozan Tonkal
|
b60894c1dd
|
launching viz tutorial
|
2013-09-05 21:03:40 +02:00 |
|
Alexander Shishkov
|
cf275acbce
|
small changes in the tutorial
|
2013-09-04 15:14:49 +04:00 |
|
Alexander Shishkov
|
359771fdac
|
small fixes in the tutorial
|
2013-09-03 17:07:49 +04:00 |
|
Roman Donchenko
|
9218f4976c
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/contrib/src/retina.cpp
modules/gpu/perf/perf_video.cpp
modules/gpuoptflow/src/tvl1flow.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_calib3d.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/src/precomp.hpp
samples/gpu/stereo_multi.cpp
|
2013-09-02 19:44:51 +04:00 |
|
dbloisi
|
23f5eacafd
|
fixing trailing whitespaces
|
2013-09-01 22:38:21 +02:00 |
|
dbloisi
|
20f932bd46
|
fixing trailing whitespaces
|
2013-09-01 22:13:49 +02:00 |
|
dbloisi
|
f0910466f9
|
fixing trailing whitespaces
|
2013-09-01 20:59:27 +02:00 |
|
dbloisi
|
a34f7b7714
|
fixing other white spaces
|
2013-09-01 19:05:07 +02:00 |
|
Nghia Ho
|
81a6ae791b
|
changed int -> size_t when accessing std::vector
|
2013-08-31 23:35:03 +10:00 |
|
Zac Stewart
|
8049296cda
|
Correct name of eye function
|
2013-08-30 06:34:47 -04:00 |
|
Zac Stewart
|
f36a9f745f
|
Remove extraneous colon before ':basicstructures:'
|
2013-08-30 06:34:23 -04:00 |
|
zio dodo
|
5f7163bff2
|
Merge branch 'master' of https://github.com/Itseez/opencv into add_bs_tutorial
Conflicts:
modules/stitching/src/motion_estimators.cpp
|
2013-08-29 20:12:12 +02:00 |
|
tambo83
|
281250ba0e
|
added a brief description for the learning rate parameter in the apply method
|
2013-08-29 17:20:45 +02:00 |
|
Roman Donchenko
|
7afc2677e6
|
Removed a duplicate line.
|
2013-08-28 13:13:15 +04:00 |
|
Baris Evrim Demiroz
|
9a560a5a8d
|
Added a new tutorial "Using OpenCV Java with Eclipse". Removed information related to Eclipse from "Desktop Java" tutorial.
|
2013-08-27 22:42:03 +03:00 |
|
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +04:00 |
|
Roman Donchenko
|
9b92545ce6
|
War on Whitespace, master edition: trailing spaces.
|
2013-08-27 13:57:24 +04:00 |
|
Roman Donchenko
|
2c4bbb313c
|
Merge commit '43aec5ad' into merge-2.4
Conflicts:
cmake/OpenCVConfig.cmake
cmake/OpenCVLegacyOptions.cmake
modules/contrib/src/retina.cpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/video.rst
modules/gpu/src/speckle_filtering.cpp
modules/python/src2/cv2.cv.hpp
modules/python/test/test2.py
samples/python/watershed.py
|
2013-08-27 13:26:44 +04:00 |
|
Fedor Morozov
|
833f8d16fa
|
Robertson and tutorial
|
2013-08-26 15:23:37 +04:00 |
|