-
Notifications
You must be signed in to change notification settings - Fork 1
zbar_install
MoscowskyAnton edited this page Dec 16, 2020
·
7 revisions
Zbar library for barcode and QR code recognition. To work with QR codes, it is recommended to use the QrZbar attribute rather than Qr, which uses the OpenCV recognition implementation.
Install Zbar by command
sudo apt-get install libzbar-dev libzbar0
Then, to build Extended Object Detection based on Zbar, you need to replace the line in the CMakeLists.txt file located in the root of the repository
set(zbar OFF)
to
set(zbar ON)
And build the project. If the project has already been built before, then you may need to delete the collected files. The most reliable, but at the same time barbaric, way to do this is to delete the build and devel folders of your workspace and rebuild it entirely.
- Home
- ROS-interface
- Interacting with a package through a configuration file
- Common structure of the configuration file
-
Simple objects
- Clusterization
- Filtering
- Tracking
- Attributes
- HSVcolor
- HistColor
- HaarCascade
- Size
- Hough
- Dimension
- BasicMotion
- Aruco
- Feature
- Pose
- DNN
- QR
- QR_Zbar
- LogicAnd
- LogicNot
- LogicOr
- Blob
- Depth
- RoughDist
- Dist
- FaceDlib
- ExractedInfoId
- ExractedInfoString
- UnitTranslation
- SquareObjectDistance
- TorchYOLOv7Attribute
- TorchYOLOv7KeypointAttribute
- ROSSubcriberOpenPoseRaw
- DummyHumanPose
- Complex objects
- Install Guides
- Usage Guides
- Troubleshooting