This way, we are certain not to depend on the order of static
variable initialization (LayerFactory::impl in dnn.cpp, vs. init
in init.cpp), which is causing bug #383.
some extra conditions added to the sample
changed scale
fixed some issues regarding the matching and the sample
modified expression for hamming lut
condition in confidence check
changed the name : bm to sgm for sample
removed warnings
clip tab warning fixed
fixed tab size warning
added a new sample
the new sample
fixed spacing problem
added a testing for the penalties
fixed sample warning
fixed last warnings
added tests and modified a bit the sources
added the tests
fixed warning
removed redundant samples
Rename Sample3.cpp to sample.cpp
renamed from Sample3 to sample
refactored sample
repaired descriptor test
added test data
usless info erased from test block matching
added last tests
did some modifications to the files
whitespace removal
did some modifications to the testing files
fixed test descriptor issue
Revert "whitespace removal"
This reverts commit 76d4aa530fee8f7444de6c80ecb4fc9c80ec0677.
corrected part of the comments
made modifications so the sources build successfully
fixed some issue for sub pixel
refactored sample
fixed small issue at testing
added some performance files
performance tests and other corrections
corrected the paths and added some images
fixed a bug
Delete imgKitty.bmp
Delete imgKittyl.bmp
performance tests again....
added larger images
fixed issues
did some last changes
added the copyright notice
fixed some linux errors
Removed the matching cpp file as it is no longer usefull
removed warnings
header for some used functions
fixed the popcnt issue
changes according to comments
fixed that unused variable warning
fixed windows warnings
Added 2 samples just to show how to access functionality
fixed issues
added the up to date version of sbm
modified samples to be warning free
fixed warnings and error
replaced colls with strides
fixed warnings
replaced colls with strides everywhere
the number of images is estabished at run time
fixed braket warnings
replaced all enums with a single enum
removed whitespaces
fixed last issues
the matching class
this class contains the most important functions used in stereo correspondence
(StereoBM and StereoSGBM) call methods from these classes
fixed shadowing warning problems
included intrin.h header for popcnt instruction
replaced __popcnt with _mm_popcnt_u32() equivalent
fixed some warnings
fixed index warning