Skip to content

Commit 7a4c0df

Browse files
authored
Merge pull request #3497 from mshabunin:barcode-move
Moved barcode module to opencv/objdetect
2 parents 353e37e + 14ac6c5 commit 7a4c0df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+0
-2902
lines changed

modules/README.md

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

1313
- **aruco**: ArUco and ChArUco Markers -- Augmented reality ArUco marker and "ChARUco" markers where ArUco markers embedded inside the white areas of the checker board.
1414

15-
- **barcode**: Barcode detecting and decoding methods.
16-
1715
- **bgsegm**: Background segmentation algorithm combining statistical background image estimation and per-pixel Bayesian segmentation.
1816

1917
- **bioinspired**: Biological Vision -- Biologically inspired vision model: minimize noise and luminance variance, transient event segmentation, high dynamic range tone mapping methods.

modules/barcode/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

modules/barcode/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

modules/barcode/doc/barcode.bib

Lines changed: 0 additions & 28 deletions
This file was deleted.

modules/barcode/include/opencv2/barcode.hpp

Lines changed: 0 additions & 101 deletions
This file was deleted.

modules/barcode/misc/java/filelist_common

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/barcode/misc/java/gen_dict.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

modules/barcode/misc/java/src/cpp/barcode_converters.cpp

Lines changed: 0 additions & 28 deletions
This file was deleted.

modules/barcode/misc/java/src/cpp/barcode_converters.hpp

Lines changed: 0 additions & 20 deletions
This file was deleted.

modules/barcode/misc/java/test/BarcodeDetectorTest.java

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)