Reading RGB values off series of pictures
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
Guillaume
2018-11-7
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.