ImageView: added depth colormap menu option

This commit is contained in:
matlabbe
2018-08-17 15:28:23 -04:00
parent 67aa4cd28e
commit 3ce6de573d
9 changed files with 118 additions and 29 deletions

View File

@@ -83,7 +83,7 @@ public:
view1_->setImageDepthShown(true);
view1_->setImage(uCvMat2QImage(image1));
view1_->setImageDepth(uCvMat2QImage(image2));
view1_->setImageDepth(image2);
drawKeypoints(words1, words2, status);
}