|
Volume Cartographer 2.28.0
|
Generate a Texture using the thickness of the segmented layer. More...
#include <vc/graph/texturing.hpp>
Public Member Functions | |
| ThicknessTextureNode () | |
Public Attributes | |
| smgl::InputPort< PerPixelMap::Pointer > | ppm |
| Input PerPixelMap. More... | |
| smgl::InputPort< Volume::Pointer > | volume |
| Input Volume. More... | |
| smgl::InputPort< VolumetricMask::Pointer > | volumetricMask |
| VolumetricMask for a single layer. More... | |
| smgl::InputPort< double > | samplingInterval |
| Set the sampling interval. More... | |
| smgl::InputPort< bool > | normalizeOutput |
| Normalize the output image. More... | |
| smgl::OutputPort< cv::Mat > | texture |
| Generated texture image. More... | |
Private Types | |
| using | TAlgo = texturing::ThicknessTexture |
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 using the thickness of the segmented layer.
Definition at line 509 of file texturing.hpp.
|
private |
Algorithm class type
Definition at line 513 of file texturing.hpp.
| volcart::ThicknessTextureNode::ThicknessTextureNode | ( | ) |
Constructor
|
overrideprivate |
smgl custom deserialization
|
overrideprivate |
smgl custom serialization
| smgl::InputPort<bool> volcart::ThicknessTextureNode::normalizeOutput |
Normalize the output image.
Definition at line 529 of file texturing.hpp.
| smgl::InputPort<PerPixelMap::Pointer> volcart::ThicknessTextureNode::ppm |
Input PerPixelMap.
Definition at line 521 of file texturing.hpp.
| smgl::InputPort<double> volcart::ThicknessTextureNode::samplingInterval |
Set the sampling interval.
Definition at line 527 of file texturing.hpp.
| smgl::OutputPort<cv::Mat> volcart::ThicknessTextureNode::texture |
Generated texture image.
Definition at line 531 of file texturing.hpp.
|
private |
Output image
Definition at line 517 of file texturing.hpp.
|
private |
Texturing algorithm
Definition at line 515 of file texturing.hpp.
| smgl::InputPort<Volume::Pointer> volcart::ThicknessTextureNode::volume |
Input Volume.
Definition at line 523 of file texturing.hpp.
| smgl::InputPort<VolumetricMask::Pointer> volcart::ThicknessTextureNode::volumetricMask |
VolumetricMask for a single layer.
Definition at line 525 of file texturing.hpp.