- 10 Sep, 2013 4 commits
-
-
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 6 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
it conflicts with cv::detail
-
Vladislav Vinogradov authored
-
- 06 Sep, 2013 15 commits
-
-
lluis authored
changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example.
-
lluis authored
-
Vladislav Vinogradov authored
-
Roman Donchenko authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
lluis authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 05 Sep, 2013 15 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
This allows to get rid of the last remaining Ptr<T>::addref calls.
-
Roman Donchenko authored
-
Roman Donchenko authored
Also changed the static functions to inline, to stop GCC complaining about unused functions.
-
Roman Donchenko authored
-
Roman Donchenko authored
Now the features2d class wrappers use composition instead of inheritance.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-