opencv/modules/dnn
Rémi Ratajczak b67523550f dnn : Added an imagesFromBlob method to the dnn module (#10607)
* Added the imagesFromBlob method to the dnn module.

* Rewritten imagesFromBlob based on first dkurt comments

* Updated code with getPlane()

* Modify comment of imagesFromBlob() in dnn module

* modified comments, removed useless assertions & added OutputArrayOfArray

* replaced tabs with whitespaces & put vectorOfChannels instantiation outside the loop

* Changed pre-commit.sample to pre-commit in .git/hooks/

* Added a test for imagesFromBlob in test_misc.cpp (dnn)

* Changed nbOfImages, robustified test with cv::randu, modified assertion
2018-02-12 14:51:07 +03:00
..
include/opencv2 dnn : Added an imagesFromBlob method to the dnn module (#10607) 2018-02-12 14:51:07 +03:00
misc Fix Batch Normalization layer imported from NVIDIA Caffe. 2018-01-31 16:25:45 +03:00
perf MobileNet-SSD from TensorFlow 1.3 and Inception-V2-SSD using Inference Engine backend 2018-02-09 13:45:45 +03:00
src dnn : Added an imagesFromBlob method to the dnn module (#10607) 2018-02-12 14:51:07 +03:00
test dnn : Added an imagesFromBlob method to the dnn module (#10607) 2018-02-12 14:51:07 +03:00
CMakeLists.txt cmake: update reporting of excluded dispatching files (#10711) 2018-02-12 14:48:20 +03:00