Reading RGB values off series of pictures
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to code a program that will produce a table of average RGB values off an image and repeat it for all images I have got. Ideally would like it to make the table like so.
Photo Average
Red Blue Green
x1 x1r x1b x1g
and so on. I never used this program before so make sure you explain it. Ideally start off from scratch since I do not even get how to even start it. Thanks for reading. Also could calculate RGB of the inside of the beaker(below) or do I have to crop so its just the liquid inside?
2 comentarios
Guillaume
el 7 de Nov. de 2018
I never used this program before so make sure you explain it. Ideally start off from scratch since I do not even get how to even start it
Matlab is a very flexible tool that can be used to achieve very complex tasks but as a result requires some effort to achieve any task. It's not just click on this button and you're done. In particular, it requires writing some code and for it to be useful you need to understand that code.
So, if you're not willing to learn the tool yourself I would suggest that a simpler image processing program would be better for you.
Respuestas (0)
Ver también
Categorías
Más información sobre Image Processing Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!