Retrieve PerPixelMap properties (e.g. mask, cell map, etc.)
More...
#include <vc/graph/core.hpp>
Retrieve PerPixelMap properties (e.g. mask, cell map, etc.)
Definition at line 723 of file core.hpp.
◆ PPMPropertiesNode()
| volcart::PPMPropertiesNode::PPMPropertiesNode |
( |
| ) |
|
◆ cellMap
| smgl::OutputPort<cv::Mat> volcart::PPMPropertiesNode::cellMap |
Get the cell map image.
The cell map contains the face assignment for each pixel in the PPM. This is an optional feature, and older PPMs may not make this information available.
Definition at line 739 of file core.hpp.
◆ mask
| smgl::OutputPort<cv::Mat> volcart::PPMPropertiesNode::mask |
Get the pixel mask.
If the pixel mask is not set or is empty, every pixel is assumed to have a mapping.
Not every pixel in the PerPixelMap will have a mapped value. The pixel mask is an 8bpc, single channel image that indicates which pixels do and do not have mappings. 0 = No mapping, 255 = Has mapping.
Definition at line 737 of file core.hpp.
◆ ppm
◆ ppm_
The documentation for this class was generated from the following file: