Volume Cartographer 2.27.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 508 of file texturing.hpp.
|
private |
Algorithm class type
Definition at line 512 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 528 of file texturing.hpp.
smgl::InputPort<PerPixelMap::Pointer> volcart::ThicknessTextureNode::ppm |
Input PerPixelMap.
Definition at line 520 of file texturing.hpp.
smgl::InputPort<double> volcart::ThicknessTextureNode::samplingInterval |
Set the sampling interval.
Definition at line 526 of file texturing.hpp.
smgl::OutputPort<cv::Mat> volcart::ThicknessTextureNode::texture |
Generated texture image.
Definition at line 530 of file texturing.hpp.
|
private |
Output image
Definition at line 516 of file texturing.hpp.
|
private |
Texturing algorithm
Definition at line 514 of file texturing.hpp.
smgl::InputPort<Volume::Pointer> volcart::ThicknessTextureNode::volume |
Input Volume.
Definition at line 522 of file texturing.hpp.
smgl::InputPort<VolumetricMask::Pointer> volcart::ThicknessTextureNode::volumetricMask |
VolumetricMask for a single layer.
Definition at line 524 of file texturing.hpp.