Skip to content

Commit

Permalink
Merge pull request #990 from mdkus/master
Browse files Browse the repository at this point in the history
Fix in ImageViewer (PCLVisualizer)
  • Loading branch information
taketwo committed Nov 11, 2014
2 parents 2cabf6f + 1dbb1a3 commit 520472d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ pcl::visualization::ImageViewer::addMask (
static_cast<unsigned char> (g*255.0),
static_cast<unsigned char> (b*255.0));
points->setOpacity (opacity);
points->set (xy);
am_it->actor->GetScene ()->AddItem (points);
return (true);
}
Expand Down

0 comments on commit 520472d

Please sign in to comment.