- 15 Nov, 2013 3 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Shishkov authored
changed Youtube link to our channel
-
- 14 Nov, 2013 1 commit
-
-
Vincent Rabaud authored
This is something that should be left to the user, that's the whole point of OpenCV_INCLUDE_DIRS.
-
- 13 Nov, 2013 2 commits
-
-
Roman Donchenko authored
-
Michael Pratt authored
Without limits included, several CUDA related files fail to compile with GCC on Ubuntu: modules/cudaimgproc/src/hough_lines.cpp:136:9: error: ‘numeric_limits’ is not a member of ‘std’
-
- 11 Nov, 2013 5 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
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
-
Roman Donchenko authored
-
- 08 Nov, 2013 7 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Kiran Pradeep authored
CMake's get_filename_component with NAME_WE parameters, interprets first period as start of extension. For. e.g file name with out extension of 'this.is.a.text.file.txt' will be taken as 'this'. Hence using NAME with regex replacement to get 'this.is.a.text.file'
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Michael Pratt authored
In Python 3, version 3.3+, PyUnicode_AsUTF8() provides similar functionality to Python 2's PyString_AsString(). In older versions of Python 3, there is no public function to provide the same functionality. However, the "internal" _PyUnicode_AsString() does provide that functionality, so use it to replace PyString_AsString(). With this patch, cv2 should compile for Python 3.[0-2].
-
- 07 Nov, 2013 4 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
Also, I made a separate macro for the current function name, which helps simplify a lot of code that uses it.
-
Konstantin Matskevich authored
-
Roman Donchenko authored
-
- 06 Nov, 2013 18 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Harris Gasparakis authored
Cleaned up adaptive bilateral filtering, added support for gaussian interpolation, updated sample and docs
-
Roman Donchenko authored
-
Konstantin Matskevich authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Alexander Alekhin authored
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Peng Xiao authored
-