Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 500 Bytes

ycc_decomposer.md

File metadata and controls

24 lines (15 loc) · 500 Bytes

YCCDecomposer

Decompose BGR/RGB image into separate planes in YCbCr color space.

Subscribing Topic

  • ~input (sensor_msgs/Image)

    Input image.

Publishing Topic

  • ~output/y (sensor_msgs/Image)

  • ~output/cr (sensor_msgs/Image)

  • ~output/cb (sensor_msgs/Image)

    Y, Cr and Cb separated planes. Each image has CV_8U encoding.

Sample

roslaunch jsk_perception sample_ycc_decomposer.launch