免费图像库(自动对比、去歪斜、二值化...)

Free imaging library (autocontrast, deskew, binarization...)

我找到了像 LeadTools 这样的付费组件,但我正在工作的项目是开源的,我想使用免费工具。

我需要对图像应用多个图像校正滤镜以对其应用一些试探法。我猜 .NET Framework 缺少这种过滤器。

我不确定它是否包含您要查找的所有过滤器,但 ImageProcessor 是一个您可以查看的开源 SDK。

另一种选择是AForge.Net的框架。 Take a look at their filter documentation.

ImageMagick 通常是这类事情的转到。

ImageMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It can read and write over 200 image file formats. ImageMagick is licensed under the Apache 2.0 license. (from wikipedia)