mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
ImageView: added depth colormap menu option
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
view1_->setImageDepthShown(true);
|
||||
|
||||
view1_->setImage(uCvMat2QImage(image1));
|
||||
view1_->setImageDepth(uCvMat2QImage(image2));
|
||||
view1_->setImageDepth(image2);
|
||||
|
||||
drawKeypoints(words1, words2, status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user