|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Result of building the combined inference image (target alone, or target+exemplar side-by-side). More...
#include <get_masks_2d_from_exemplar.hpp>
Public Member Functions | |
| CombinedImageResult ()=default | |
| CombinedImageResult (cv::Mat image, int combined_width, int original_target_width, int original_target_height, std::optional< ExemplarInfo > exemplar=std::nullopt) | |
| CombinedImageResult (const CombinedImageResult &)=default | |
| CombinedImageResult & | operator= (const CombinedImageResult &)=default |
| CombinedImageResult (CombinedImageResult &&) noexcept=default | |
| CombinedImageResult & | operator= (CombinedImageResult &&) noexcept=default |
Public Attributes | |
| cv::Mat | image |
| Combined image as cv::Mat RGB8 (target only when no exemplar; target+exemplar when exemplar present). | |
| int | combined_width {} |
| Width of the combined image in pixels (equals target width when no exemplar). | |
| int | original_target_width {} |
| Original target dimensions in pixels. | |
| int | original_target_height {} |
| std::optional< ExemplarInfo > | exemplar { std::nullopt } |
| Exemplar metadata; nullopt when no exemplar was provided. | |
Result of building the combined inference image (target alone, or target+exemplar side-by-side).
|
default |
|
inline |
|
default |
|
defaultnoexcept |
|
defaultnoexcept |
|
default |
| int moveit_pro::behaviors::CombinedImageResult::combined_width {} |
Width of the combined image in pixels (equals target width when no exemplar).
| std::optional<ExemplarInfo> moveit_pro::behaviors::CombinedImageResult::exemplar { std::nullopt } |
Exemplar metadata; nullopt when no exemplar was provided.
| cv::Mat moveit_pro::behaviors::CombinedImageResult::image |
Combined image as cv::Mat RGB8 (target only when no exemplar; target+exemplar when exemplar present).
| int moveit_pro::behaviors::CombinedImageResult::original_target_height {} |
| int moveit_pro::behaviors::CombinedImageResult::original_target_width {} |
Original target dimensions in pixels.