|
Volume Cartographer 2.28.0
|
Generate a Texture by intersection with a Volume. More...
#include <vc/graph/texturing.hpp>
Public Member Functions | |
| IntersectionTextureNode () | |
Public Attributes | |
| smgl::InputPort< PerPixelMap::Pointer > | ppm |
| Input PerPixelMap. More... | |
| smgl::InputPort< Volume::Pointer > | volume |
| Input Volume. More... | |
| smgl::OutputPort< cv::Mat > | texture |
| Generated texture image. More... | |
Private Types | |
| using | TAlgo = texturing::IntersectionTexture |
Private Member Functions | |
| auto | serialize_ (bool useCache, const filesystem::path &cacheDir) -> smgl::Metadata override |
| void | deserialize_ (const smgl::Metadata &meta, const filesystem::path &cacheDir) override |
Private Attributes | |
| TAlgo | textureGen_ |
| cv::Mat | texture_ |
Generate a Texture by intersection with a Volume.
Definition at line 401 of file texturing.hpp.
Algorithm class type
Definition at line 405 of file texturing.hpp.
| volcart::IntersectionTextureNode::IntersectionTextureNode | ( | ) |
Constructor
|
overrideprivate |
smgl custom deserialization
|
overrideprivate |
smgl custom serialization
| smgl::InputPort<PerPixelMap::Pointer> volcart::IntersectionTextureNode::ppm |
Input PerPixelMap.
Definition at line 413 of file texturing.hpp.
| smgl::OutputPort<cv::Mat> volcart::IntersectionTextureNode::texture |
Generated texture image.
Definition at line 417 of file texturing.hpp.
|
private |
Output image
Definition at line 409 of file texturing.hpp.
|
private |
Texturing algorithm
Definition at line 407 of file texturing.hpp.
| smgl::InputPort<Volume::Pointer> volcart::IntersectionTextureNode::volume |
Input Volume.
Definition at line 415 of file texturing.hpp.