CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
region_of_interest.hpp File Reference

Interface definition of the sensor_msgs/msg/RegionOfInterest message. More...

Go to the source code of this file.

Classes

class  sensor_msgs::msg::RegionOfInterest
 ROS message class definition for RegionOfInterest. More...
 

Namespaces

namespace  sensor_msgs
 The sensor_msgs package contains ROS2 interface definitions.
 
namespace  sensor_msgs::msg
 message definitions of the sensor_msgs package
 

Detailed Description

Interface definition of the sensor_msgs/msg/RegionOfInterest message.

# This message is used to specify a region of interest within an image.
#
# When used to specify the ROI setting of the camera when the image was
# taken, the height and width fields should either match the height and
# width fields for the associated image; or height = width = 0
# indicates that the full resolution image was captured.
uint32 x_offset # Leftmost pixel of the ROI
# (0 if the ROI includes the left edge of the image)
uint32 y_offset # Topmost pixel of the ROI
# (0 if the ROI includes the top edge of the image)
uint32 height # Height of ROI
uint32 width # Width of ROI
# True if a distinct rectified ROI should be calculated from the "raw"
# ROI in this message. Typically this should be False if the full image
# is captured (ROI not used), and True if a subwindow is captured (ROI
# used).
bool do_rectify