• Dimitrios Psychogyios's avatar
    Merge pull request #1941 from surgical-vision:quasi-dense-stereo · b1e9dd54
    Dimitrios Psychogyios authored
    Implementation of Quasi Dense Stereo algorithm. (#1941)
    
    * initial commit.
    
    * Remove license header.
    
    * Fix python wrap flags
    
    * Change std::string to cv::String, in function declarations, to resolve compilation issues.
    
    * Add python wrapper extending header
    
    * Fix python wrapper conflicts
    
    * Fix implicit type conversions
    
    * Change C API types and enums to C++.
    
    * Remove redundant included headers and move wanted headers to src/precomp.hpp
    
    * Remove saturate header
    
    * Remove unnecessary python wrapping flags
    
    * Removed defaults parameter header
    
    * Split declaration and implementation of the class using Pimpl.
    
    * Fix to comply with new public API.
    
    * Remove unnecessary modules
    
    * Fix maybe-uninitialized warnings on linux
    
    * Migration to stereo module
    
    * Remove CV_PROP_RW flag.
    
    * Remove CV_EXPORTS flags from class members.
    
    * Fix: Removed misplaced flag
    
    * Remove empty lines.
    
    * Move queue to private headers.
    
    * Fix default arguments of public methods.
    
    * Add authors information and switch to the compact version of license header.
    
    * Reorganize and fix markdown files. Create a table of content and move tutorials in new directories. Modify samples and tutorials to use snippet and include Doxygen commands.
    
    * Change argument name dMatch->denseMatch, to avoid confusion with cv::DMatch build-in type.
    
    * Remove duplicate snippet.
    
    * Fix: change vector resize to reserve.
    
    * Fix: replace extensive license header with the compact version.
    b1e9dd54
Name
Last commit
Last update
..
aruco Loading commit data...
bgsegm Loading commit data...
bioinspired Loading commit data...
ccalib Loading commit data...
cnn_3dobj Loading commit data...
cudaarithm Loading commit data...
cudabgsegm Loading commit data...
cudacodec Loading commit data...
cudafeatures2d Loading commit data...
cudafilters Loading commit data...
cudaimgproc Loading commit data...
cudalegacy Loading commit data...
cudaobjdetect Loading commit data...
cudaoptflow Loading commit data...
cudastereo Loading commit data...
cudawarping Loading commit data...
cudev Loading commit data...
cvv Loading commit data...
datasets Loading commit data...
dnn_objdetect Loading commit data...
dnns_easily_fooled Loading commit data...
dpm Loading commit data...
face Loading commit data...
freetype Loading commit data...
fuzzy Loading commit data...
hdf Loading commit data...
hfs Loading commit data...
img_hash Loading commit data...
line_descriptor Loading commit data...
matlab Loading commit data...
optflow Loading commit data...
ovis Loading commit data...
phase_unwrapping Loading commit data...
plot Loading commit data...
reg Loading commit data...
rgbd Loading commit data...
saliency Loading commit data...
sfm Loading commit data...
shape Loading commit data...
stereo Loading commit data...
structured_light Loading commit data...
superres Loading commit data...
surface_matching Loading commit data...
text Loading commit data...
tracking Loading commit data...
videostab Loading commit data...
viz Loading commit data...
xfeatures2d Loading commit data...
ximgproc Loading commit data...
xobjdetect Loading commit data...
xphoto Loading commit data...
README.md Loading commit data...