how to find the color gradients of natural scene image
2 次查看(过去 30 天)
显示 更早的评论
I have wang database . I need to extract Color gradients as the image features of natural scene images. can you plz help how to extract color gradient features form natural scene images..
thankk you
and I am using current trial version of matlab.
2 个评论
Image Analyst
2021-9-18
What is your definition of the "Color" gradient? As you know, color is a 3-dimensional property, like RGB or HSV. Do you want imgradient() of the gray scale image or the V image, or of the Hue image? Or the saturation image? Please give a mathematical definition.
回答(1 个)
Image Analyst
2021-9-25
You didn't answer my question so all I can suggest is to look at imgradient() or imgradientxy().
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Segmentation and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!