How to extract RGB values of image stream
조회 수: 1 (최근 30일)
이전 댓글 표시
Vasil Ppov
2017년 11월 25일
답변: MathWorks Robotics and Autonomous Systems Team
2017년 12월 5일
Hello! I connected two computers in a net. Kinect sensor is attached to the first computer, and the computer is ROS master. The first one transfers data to the second computer. Simulink model on the slave computer receives RGB image stream i want to read rgb values. How it can be done??
댓글 수: 0
채택된 답변
MathWorks Robotics and Autonomous Systems Team
2017년 12월 5일
You will need a Subscriber in Simulink to subscribe to the topic (on which the image is being streamed), and then use the ReadImage block: https://www.mathworks.com/help/robotics/ref/readimageblock.html to extract RGB data.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Acquisition Using Kinect for Windows Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!