CombinedImageResult Struct
Result of building the combined inference image (target alone, or target+exemplar side-by-side). More...
Declaration
struct moveit_pro::behaviors::CombinedImageResult { ... }
#include <get_masks_2d_from_exemplar.hpp>
Public Constructors Index
Public Operators Index
Public Member Attributes Index
Description
Result of building the combined inference image (target alone, or target+exemplar side-by-side).
Definition at line 43 of file get_masks_2d_from_exemplar.hpp.
Public Constructors
CombinedImageResult()
| moveit_pro::behaviors::CombinedImageResult::CombinedImageResult () |
|
default
|
CombinedImageResult()
| moveit_pro::behaviors::CombinedImageResult::CombinedImageResult (cv::Mat image, int combined_width, int original_target_width, int original_target_height, std::optional< ExemplarInfo > exemplar=std::nullopt) |
|
inline
|
CombinedImageResult()
CombinedImageResult()
Public Operators
operator=()
| CombinedImageResult & moveit_pro::behaviors::CombinedImageResult::operator= (const CombinedImageResult &) |
|
default
|
operator=()
| CombinedImageResult & moveit_pro::behaviors::CombinedImageResult::operator= (CombinedImageResult &&) |
|
noexcept
default
|
Public Member Attributes
combined_width
| int moveit_pro::behaviors::CombinedImageResult::combined_width {} |
|
exemplar
| std::optional<ExemplarInfo> moveit_pro::behaviors::CombinedImageResult::exemplar { std::nullopt } |
|
image
| cv::Mat moveit_pro::behaviors::CombinedImageResult::image |
|
Combined image as cv::Mat RGB8 (target only when no exemplar; target+exemplar when exemplar present).
Definition at line 61 of file get_masks_2d_from_exemplar.hpp.
original_target_height
| int moveit_pro::behaviors::CombinedImageResult::original_target_height {} |
|
original_target_width
| int moveit_pro::behaviors::CombinedImageResult::original_target_width {} |
|
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.