Skip to content

Commit

Permalink
Merge pull request #3497 from mshabunin:barcode-move
Browse files Browse the repository at this point in the history
Moved barcode module to opencv/objdetect
  • Loading branch information
asmorkalov authored Jun 14, 2023
2 parents 353e37e + 14ac6c5 commit 7a4c0df
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 2,902 deletions.
2 changes: 0 additions & 2 deletions modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ $ cmake -D OPENCV_EXTRA_MODULES_PATH=<opencv_contrib>/modules -D BUILD_opencv_<r

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

- **barcode**: Barcode detecting and decoding methods.

- **bgsegm**: Background segmentation algorithm combining statistical background image estimation and per-pixel Bayesian segmentation.

- **bioinspired**: Biological Vision -- Biologically inspired vision model: minimize noise and luminance variance, transient event segmentation, high dynamic range tone mapping methods.
Expand Down
2 changes: 0 additions & 2 deletions modules/barcode/CMakeLists.txt

This file was deleted.

9 changes: 0 additions & 9 deletions modules/barcode/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions modules/barcode/doc/barcode.bib

This file was deleted.

101 changes: 0 additions & 101 deletions modules/barcode/include/opencv2/barcode.hpp

This file was deleted.

1 change: 0 additions & 1 deletion modules/barcode/misc/java/filelist_common

This file was deleted.

12 changes: 0 additions & 12 deletions modules/barcode/misc/java/gen_dict.json

This file was deleted.

28 changes: 0 additions & 28 deletions modules/barcode/misc/java/src/cpp/barcode_converters.cpp

This file was deleted.

20 changes: 0 additions & 20 deletions modules/barcode/misc/java/src/cpp/barcode_converters.hpp

This file was deleted.

51 changes: 0 additions & 51 deletions modules/barcode/misc/java/test/BarcodeDetectorTest.java

This file was deleted.

22 changes: 0 additions & 22 deletions modules/barcode/misc/python/pyopencv_barcode.hpp

This file was deleted.

30 changes: 0 additions & 30 deletions modules/barcode/misc/python/test/test_barcode_detector.py

This file was deleted.

Loading

0 comments on commit 7a4c0df

Please sign in to comment.