- 06 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Remove a forward method in dnn::Layer * Add a test * Fix tests * Mark multiple dnn::Layer::finalize methods as deprecated * Replace back dnn's inputBlobs to vector of pointers * Remove Layer::forward_fallback from CV_OCL_RUN scopes
-
- 15 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
Multi-argument CV_Assert() is accessible via CV_Assert_N() (with malformed messages).
-
- 31 Jul, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-
- 11 May, 2018 1 commit
-
-
- 03 May, 2018 1 commit
-
-
Sayed Adel authored
-
- 24 Apr, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Custom deep learning layers support * Stack custom deep learning layers
-