Read an image from the specified path.
More...
#include <vc/graph/core.hpp>
|
smgl::InputPort< filesystem::path > | path |
| Input path. More...
|
|
smgl::InputPort< bool > | cacheArgs |
| Include the loaded file in the graph cache. More...
|
|
smgl::OutputPort< cv::Mat > | image |
| Loaded image. More...
|
|
|
auto | serialize_ (bool useCache, const filesystem::path &cacheDir) -> smgl::Metadata override |
|
void | deserialize_ (const smgl::Metadata &meta, const filesystem::path &) override |
|
Read an image from the specified path.
- See also
- ReadImage()
Definition at line 500 of file core.hpp.
◆ LoadImageNode()
volcart::LoadImageNode::LoadImageNode |
( |
| ) |
|
◆ deserialize_()
void volcart::LoadImageNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
|
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::LoadImageNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ cacheArgs
smgl::InputPort<bool> volcart::LoadImageNode::cacheArgs |
Include the loaded file in the graph cache.
Definition at line 514 of file core.hpp.
◆ cacheArgs_
bool volcart::LoadImageNode::cacheArgs_ {false} |
|
private |
Include the loaded file in the graph cache
Definition at line 506 of file core.hpp.
◆ image
smgl::OutputPort<cv::Mat> volcart::LoadImageNode::image |
◆ image_
cv::Mat volcart::LoadImageNode::image_ {} |
|
private |
◆ path
smgl::InputPort<filesystem::path> volcart::LoadImageNode::path |
◆ path_
filesystem::path volcart::LoadImageNode::path_ {} |
|
private |
The documentation for this class was generated from the following file: