Skip to content
Snippets Groups Projects

aruco tags; headset position adjustment

Merged Sebastian Hahta requested to merge aruco into master
3 files
+ 23
18
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -76,7 +76,7 @@ bool ArUco::apply(Frame &in, Frame &out, cudaStream_t) {
FTL_Profile("ArUco", 0.02);
cv::cvtColor(in.get<cv::Mat>(channel_in_), tmp_, cv::COLOR_BGRA2GRAY);
const Mat K = in.getLeftCamera().getCameraMatrix();
const Mat K = in.getLeftCamera().getCameraMatrix(tmp_.size());
const Mat dist;
cv::aruco::detectMarkers(tmp_, dictionary_,
Loading