Skip to content

Commit 003097e

Browse files
committed
Merge pull request #1259 from alalek:dnn_cleanup
2 parents b5bb6f1 + e581b4d commit 003097e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

modules/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ $ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_<r
2424

2525
- **datasets**: Datasets Reader -- Code for reading existing computer vision databases and samples of using the readers to train, test and run using that dataset's data.
2626

27-
- **dnn**: Deep Neural Networks (DNNs) -- This module can read in image recogniton networks trained in the Caffe neural netowrk library and run them efficiently on CPU.
28-
2927
- **dnns_easily_fooled**: Subvert DNNs -- This code can use the activations in a network to fool the networks into recognizing something else.
3028

3129
- **dpm**: Deformable Part Model -- Felzenszwalb's Cascade with deformable parts object recognition code.

modules/contrib_world/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ set(OPENCV_MODULE_CHILDREN
1111
ccalib
1212
cvv
1313
datasets
14-
dnn
1514
dpm
1615
face
1716
fuzzy

0 commit comments

Comments
 (0)