apriltag marker detection
Project description
Apriltag
apriltag marker detection based on https://github.com/swatbotics/apriltag
Dependencies
- OpenCV (optional)
Example
import apriltag
import cv2
img = cv2.imread('apriltag_foto.jpg'.cv2.IMREAD_GRAYSCALE)
detector = apriltag.Detector()
result = detector.detect(img)
result is in the form of
[DetectionBase(tag_family='tag36h11', tag_id=2, hamming=0, goodness=0.0, decision_margin=98.58241271972656, homography=array([[ -1.41302664e-01, 1.08428082e+00, 1.67512900e+01],
[ -8.75899366e-01, 1.50245469e-01, 1.70532040e+00],
[ -4.89183533e-04, 2.12210247e-03, 6.02052342e-02]]), center=array([ 278.23643912, 28.32511859]), corners=array([[ 269.8939209 , 41.50381088],
[ 269.57183838, 11.79248142],
[ 286.1383667 , 15.84242821],
[ 286.18066406, 43.48323059]])),
DetectionBase(tag_family='tag36h11', ... etc
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apriltag-0.0.10.tar.gz
(187.7 kB
view details)
File details
Details for the file apriltag-0.0.10.tar.gz.
File metadata
- Download URL: apriltag-0.0.10.tar.gz
- Upload date:
- Size: 187.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a4932a24f43f03a20815f6c31c9a39f1ba4924f99103b7d72410deb9fa4acf22
|
|
| MD5 |
dd5959a6552e17f70721e634d8917ef2
|
|
| BLAKE2b-256 |
bd83a84ac14c67ee5fb15459b6b9ca5eb73a6e752966e61d4671c4f41ec9928b
|