Is there a rgb2gray conversion block in Simulink ?
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Harsha Vardhan Rao Avunoori
am 13 Mär. 2011
Kommentiert: Mahadev
am 18 Feb. 2025
I have a RGB video and I would like to find out optical flow and optical flow block accepts only 2-d image only...So I want to convert this RGB into Gray and then give Grayscale output to Optical Flow block...But I didn't find a default Grayscale block in Simulink...It would be gr eat if anyone could help me with this...
0 Kommentare
Akzeptierte Antwort
Doug Eastman
am 13 Mär. 2011
The Color Space Conversion block in Conversions library of the Video and Image Processing blockset can convert RGB video to intensity. The viptrafficof demo shows an example of using this block to perform optical flow analysis on an RGB video.
2 Kommentare
pieter sibma
am 19 Apr. 2021
not straightforward to create 3 color values from 1 intensity value. you will need to demosaic for that.
Weitere Antworten (1)
Messlaha Hamza
am 24 Feb. 2014
i still have the same problem, i don't know how to convert my output to m-n-3 matrix
1 Kommentar
Mahadev
am 18 Feb. 2025
add a matrix concatenate block. double click the matrix concatenate block and change the dimensions to 3
Siehe auch
Kategorien
Mehr zu Color Space Formatting and Conversions finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!