- 09 Dec, 2013 1 commit
-
-
Peter Andreas Entschev authored
Added the defaultNorm() method to the DescriptorExtractor class. This method returns the default norm type for each descriptor type. The tests and C/C++ samples were updated to get the norm type directly from the DescriptorExtractor inherited classes. This was reported in feature report #2182 (http://code.opencv.org/issues/2182). It will make it possible to get the norm type usually applied matching method for each descriptor, instead of passing it manually.
-
- 27 Nov, 2013 3 commits
-
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
- 26 Nov, 2013 7 commits
-
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 25 Nov, 2013 6 commits
-
-
GregoryMorse authored
Fixed to use native C++ instead of C++/CX although it does require significantly more code, it goes along with the spirit of keeping the project in native C++ Update system.cpp Cleaned up whitespace, removed redundant code and added edge cases for string cleanup Update system.cpp Fixed compiler warning over comma operator clause Update system.cpp NULL initialization Update system.cpp Fixed use of WindowsGetStringRawBuffer which returns internal pointer to buffer Update system.cpp Support C++/CX and native C++ through conditional compilation. Fixed style - long lines, comma operators, long conditional. Optimized string usage to use reference. Update system.cpp Fixed conditional compilation around include and library Update system.cpp Fixed trailing space Update system.cpp Cleaned up whitespace, removed redundant code and added edge cases for string cleanup Update system.cpp Fixed compiler warning over comma operator clause Update system.cpp NULL initialization Update system.cpp Fixed use of WindowsGetStringRawBuffer which returns internal pointer to buffer Update system.cpp Support C++/CX and native C++ through conditional compilation. Fixed style - long lines, comma operators, long conditional. Optimized string usage to use reference. Update system.cpp Fixed conditional compilation around include and library Update system.cpp Fixed trailing space
-
Ilya Lavrenov authored
-
Konstantin Matskevich authored
-
Ilya Lavrenov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 24 Nov, 2013 2 commits
-
-
berak authored
-
Jason Newton authored
-
- 23 Nov, 2013 4 commits
-
-
Andrey Pavlenko authored
-
Alexander Alekhin authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
- 22 Nov, 2013 7 commits
-
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
Roman Donchenko authored
This resynchronizes master code with 2.4. I say "most", because I might have missed some due to different spacing; I'll deal with those instances later if I find them.
-
Roman Donchenko authored
Note that since String is a reference to an immutable string, this doesn't actually change the string; it just replaces *this with a reference to the concatenated string.
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Ilya Lavrenov authored
-
- 21 Nov, 2013 6 commits
-
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Ilya Lavrenov authored
-
- 20 Nov, 2013 4 commits
-
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
_InterlockedExchangeAdd is a Visual Studio intrinsic that's available for all architectures and in all VS versions that we care about. It's also faster than the underscore-less function, since it's an intrinsic. We also don't need to declare it ourselves. It is, however, a Visual Studio-specific intrinsic, so I changed the preprocessing condition accordingly. Fixes <http://code.opencv.org/issues/3365>.
-
Roman Donchenko authored
-