|
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 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).
| 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.