• Vadim Pisarevsky's avatar
    refactored DNN (#1102) · 3f5b4655
    Vadim Pisarevsky authored
    * the first commit in the merged dnn: convert some public API from Blob's to Mat's
    
    * temporarily or permantently removed OpenCL optimizations, which are not always stable nor usually very efficient; we'll likely use Halide instead
    
    * got rid of Blob and BlobShape completely; use cv::Mat and std::vector<int> instead
    
    * fixed a few compile errors
    
    * got rid of separate .hpp files with layer declarations; instead, put everything into the respective .cpp files
    
    * normalized all the layers' constructors; we concentrate on loading deep networks layers from files instead of constructing them from scratch, so we retained only SomeLayer::SomeLayer(const LayerParams& params); constructors
    
    * fixed sample compilation
    
    * suppress doxygen warnings
    
    * trying to fix python bindings generation for DNN module
    
    * temporarily disable python bindings while we refactor the module
    
    * fix win32/win64 compile errors; remove trailing whitespaces
    
    * fix win32/win64 compile errors; remove trailing whitespaces
    3f5b4655
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...
contrib_world Loading commit data...
cvv Loading commit data...
datasets Loading commit data...
dnn Loading commit data...
dnn_modern 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...
line_descriptor Loading commit data...
matlab Loading commit data...
optflow 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...
stereo Loading commit data...
structured_light Loading commit data...
surface_matching Loading commit data...
text Loading commit data...
tracking Loading commit data...
xfeatures2d Loading commit data...
ximgproc Loading commit data...
xobjdetect Loading commit data...
xphoto Loading commit data...
README.md Loading commit data...