使用vb.net / c#来检测图片框内图片的颜色。

时间:2021-07-12 00:10:50

is there a way to find how many colors present in an image which is loaded to textbox with out clicking the image,by using some other buttons on the outerside.

是否有一种方法可以通过使用外部的其他按钮来找到一个图片中有多少种颜色被加载到文本框中而不需要点击图片。

1 个解决方案

#1


1  

I am not quite sure what you are looking for. But yes you can.

我不太清楚你在找什么。不过你当然可以。

Have a look at this The histograms might help you out and the library AForge.NET has a lot of features that could help you.

看看这个柱状图也许能帮你走出图书馆。NET有很多功能可以帮助你。

As for counting colors this could help

至于计算颜色,这可能会有帮助。

#1


1  

I am not quite sure what you are looking for. But yes you can.

我不太清楚你在找什么。不过你当然可以。

Have a look at this The histograms might help you out and the library AForge.NET has a lot of features that could help you.

看看这个柱状图也许能帮你走出图书馆。NET有很多功能可以帮助你。

As for counting colors this could help

至于计算颜色,这可能会有帮助。