Volume Cartographer 2.27.0
Public Member Functions | Public Attributes | Private Attributes | List of all members
volcart::PPMPropertiesNode Class Reference

Retrieve PerPixelMap properties (e.g. mask, cell map, etc.) More...

#include <vc/graph/core.hpp>

Inheritance diagram for volcart::PPMPropertiesNode:
[legend]
Collaboration diagram for volcart::PPMPropertiesNode:
[legend]

Public Member Functions

 PPMPropertiesNode ()
 

Public Attributes

smgl::InputPort< PerPixelMap::Pointerppm
 Input PerPixelMap. More...
 
smgl::OutputPort< cv::Mat > mask
 Get the pixel mask. More...
 
smgl::OutputPort< cv::Mat > cellMap
 Get the cell map image. More...
 

Private Attributes

PerPixelMap::Pointer ppm_
 

Detailed Description

Retrieve PerPixelMap properties (e.g. mask, cell map, etc.)

Definition at line 698 of file core.hpp.

Constructor & Destructor Documentation

◆ PPMPropertiesNode()

volcart::PPMPropertiesNode::PPMPropertiesNode ( )

Constructor

Member Data Documentation

◆ 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 714 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 712 of file core.hpp.

◆ ppm

smgl::InputPort<PerPixelMap::Pointer> volcart::PPMPropertiesNode::ppm

Input PerPixelMap.

Definition at line 706 of file core.hpp.

◆ ppm_

PerPixelMap::Pointer volcart::PPMPropertiesNode::ppm_
private

Input PPM

Definition at line 702 of file core.hpp.


The documentation for this class was generated from the following file: