Color detecting with neural network MLP
2 次查看(过去 30 天)
显示 更早的评论
How can I detect some colors in test images using neural network.
I know that first the MLP must be trained to recognize colors (something with a color database) and then how to test that trained MLP on test images.
I need step by step guidance to understand how to make this.
Thank you
2 个评论
Aditya Patil
2020-11-19
Why would you like to detect color using neural network? This seems unnecessary when the data is already available in the image.
Duy Anh
2022-11-29
I have the same problems with him. Anyone can help me how to test the trained MLP on test images in simulink?
回答(1 个)
Aditya Patil
2020-11-20
You do not have to use a Neural network to read colors from the data. To check if some color is present in the image, you should compare the colors in the image to your reference colors.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!