How to extract RGB values of image stream
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Vasil Ppov
le 25 Nov 2017
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 commentaires
Réponse acceptée
MathWorks Robotics and Autonomous Systems Team
le 5 Déc 2017
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Acquisition Using Kinect for Windows Hardware dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!