- 17 Sep, 2013 4 commits
-
-
Ozan Tonkal authored
-
Ozan Tonkal authored
-
Ozan Tonkal authored
-
Andrey Pavlenko authored
-
- 15 Sep, 2013 3 commits
-
-
Ozan Tonkal authored
-
Ozan Tonkal authored
-
Ozan Tonkal authored
-
- 13 Sep, 2013 10 commits
-
-
lluis authored
first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes
-
lluis authored
renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory).
-
Roman Donchenko authored
-
lluis authored
functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object
-
Roman Donchenko authored
-
Vadim Pisarevsky authored
fix thin-prism coefficients at 0's in the stereo calibration function unless the flag CALIB_THIN_PRISM_MODEL is explicitly set
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 12 Sep, 2013 8 commits
-
-
Ozan Tonkal authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
I didn't make the status part of the version variables here, because letters don't play too well with version comparison algorithms (especially with CMake's, which only supports numbers).
-
Roman Donchenko authored
-
Roman Donchenko authored
This will allow us to distinguish between regular releases, prereleases and development versions.
-
antonella authored
Aligned strings in CMakeList Modified the check on plantuml extension Some fixes Moved find_host_program for plantuml script
-
look4pritam authored
-
- 11 Sep, 2013 3 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Ozan Tonkal authored
-
- 10 Sep, 2013 11 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
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
-
peng xiao authored
-
pengxiao authored
Previously we incorrectly assumed data was aligned in 16 bytes, which should be 32.
-
Alex Leontiev authored
Replace all "float" by "double" (64-bit) to avoid "lose precision" warnings.
-
Alex Leontiev authored
Fixed integer vs unsigned integer comparison in .cpp test source and trailing whitespaces in source code
-
Alex Leontiev authored
As the opencv's build-bot did not want to compile this revision, I had to do some changes. In particular, 1) Removed unsigned int vs int comparisons, that were treated as errors 2) Removed unused variables and functions 3) Removed functions without previous declaration 4) Fixed whitespaces
-
Alex Leontiev authored
This is an implementation of primal-dual algorithm, based on the C++ source code by Vadim Pisarevsky. It was extended to handle the denoising based on multiple observations. It also contains documentation and tests.
-
- 09 Sep, 2013 1 commit
-
-
lluis authored
Using cv::magnitude instead of custom loop and Mat<float> instead of Mat<double> to compute gradient magnitude channel.
-