开发者

X-Ray print recognition via AForge.NET lib

开发者 https://www.devze.com 2023-03-14 20:36 出处:网络
I have quite an specific question about image recognition. I have to write a tool which recognizes objects on x-ray print, and calculates some data based on current x-ray shot. So the task basically i

I have quite an specific question about image recognition. I have to write a tool which recognizes objects on x-ray print, and calculates some data based on current x-ray shot. So the task basically is to reduce colors on image, then to recognize the similar by color & distance set, then I need to process the calculation.

I've never worked with an image recognition, so I wanted to ask about efficient algorithms for reducing the color palette to fixed colors amount. Estimate is quite a short one, so I basically do not have too much time for investigating the ways to deal with it. I've found AForge .NET library but still I can't reduce image colors significantly. (maybe I just don't kno开发者_C百科w which filter to use). Any libraries or algorithms for the task would be appreciated.

Thanks in advance.


I think you only need to rescale your color values using integer part or any other chopping function.

Example in Mathematica:

X-Ray print recognition via AForge.NET lib

0

精彩评论

暂无评论...
验证码 换一张
取 消