Image
Description
The Image
object is an implementation of the
sensor_msgs/Image
message type in ROS. The object contains the
image and meta-information about the message. You can create blank
Image
messages and populate them with data, or subscribe to image
messages over the ROS network. To convert the image to a MATLAB® image, use the readImage
function.
Creation
Description
msg = rosmessage('sensor_msgs/Image')
creates an
empty Image
object. To specify image data, use the
msg.Data
property. You can also get these image
messages off the ROS network using rossubscriber
.
Properties
Object Functions
readImage | Convert ROS image data into MATLAB image |
writeImage | Write MATLAB image to ROS image message |
Examples
Version History
Introduced in R2019b