opencv/modules/dnn/test
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
..
cityscapes_semsegm_test_enet.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
imagenet_cls_test_alexnet.py Rewrote googlenet tests 2017-07-18 18:49:14 +03:00
imagenet_cls_test_googlenet.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
imagenet_cls_test_inception.py dnn: fix dnn python test files 2017-06-26 15:13:00 +03:00
npy_blob.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
npy_blob.hpp Removed 3rdparty serialized NumPy arrays parser 2017-08-22 18:14:32 +03:00
pascal_semsegm_test_fcn.py dnn: fix links 2017-07-03 12:44:27 +03:00
test_backends.cpp MobileNet-SSD from TensorFlow 1.3 and Inception-V2-SSD using Inference Engine backend 2018-02-09 13:45:45 +03:00
test_caffe_importer.cpp Merge pull request #10787 from dkurt:dnn_tutorial_face_detection 2018-02-06 14:37:09 +00:00
test_common.hpp add loading TensorFlow/Caffe net from memory buffer 2017-11-20 16:28:22 +01:00
test_darknet_importer.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_googlenet.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_halide_layers.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_layers.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_main.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_misc.cpp dnn : Added an imagesFromBlob method to the dnn module (#10607) 2018-02-12 14:51:07 +03:00
test_nms.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_precomp.hpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
test_tf_importer.cpp OpenCV face detection network using Inference Engine backend 2018-02-06 17:53:24 +03:00
test_torch_importer.cpp ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00