使用 vb.net / c# 检测图片框内图片有多少种色调
有没有办法找到加载到文本框的图像中存在多少种颜色 无需单击图像,只需使用外侧的其他一些按钮即可。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太确定你在找什么。但是,是的,你可以。
看看这个 直方图可能会帮助你,AForge 库.NET 有很多功能可以帮助您。
至于计算颜色,这可能会有所帮助
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.
As for counting colors this could help