Write image to the specified path.
More...
#include <vc/graph/core.hpp>
|
auto | serialize_ (bool useCache, const filesystem::path &cacheDir) -> smgl::Metadata override |
|
void | deserialize_ (const smgl::Metadata &meta, const filesystem::path &) override |
|
Write image to the specified path.
- See also
- WriteImage()
Definition at line 538 of file core.hpp.
◆ WriteImageNode()
volcart::WriteImageNode::WriteImageNode |
( |
| ) |
|
◆ deserialize_()
void volcart::WriteImageNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
|
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::WriteImageNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ cacheArgs
smgl::InputPort<bool> volcart::WriteImageNode::cacheArgs |
Include the saved file in the graph cache.
Definition at line 558 of file core.hpp.
◆ cacheArgs_
bool volcart::WriteImageNode::cacheArgs_ {false} |
|
private |
Include the saved file in the graph cache
Definition at line 548 of file core.hpp.
◆ image
smgl::InputPort<cv::Mat> volcart::WriteImageNode::image |
◆ image_
cv::Mat volcart::WriteImageNode::image_ {} |
|
private |
◆ options
Image writer options.
Definition at line 556 of file core.hpp.
◆ opts_
Image writer options
Definition at line 546 of file core.hpp.
◆ path
smgl::InputPort<filesystem::path> volcart::WriteImageNode::path |
◆ path_
filesystem::path volcart::WriteImageNode::path_ {} |
|
private |
The documentation for this class was generated from the following file: