Skip to content

Commit

Permalink
feature/multi-target
Browse files Browse the repository at this point in the history
- CalibrateMultiPlanar supports multiple targets now
  • Loading branch information
lessthanoptimal committed Aug 28, 2023
1 parent b524335 commit f1edf58
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 203 deletions.
2 changes: 1 addition & 1 deletion change.txt
Expand Up @@ -11,7 +11,7 @@ Date : 2023/XX/XX
Version : 1.0.1

- Calibration
* TODO support multiple calibration targets
* Support for multiple calibration targets
- Image Processing
- TODO hough circle detector
- SLAM
Expand Down
Expand Up @@ -156,7 +156,9 @@ public boolean isExpectedShape( int width, int height ) {
}

/**
* Adds the observations from a calibration target detector
* Adds the observations from a calibration target detector.
*
* <p>Note: If you see two targets in one image then that image is treated as two image, one for each observations. </p>
*
* @param observation Detected calibration points
*/
Expand Down

0 comments on commit f1edf58

Please sign in to comment.