We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
尝试 OpenCV
http://sourceforge.net/projects/opencv/
或 imagemagick
http://www.imagemagick.org/script/magick++.php
或 CImg,可能是最容易使用:无需安装,它只是一个头文件。
如果您不想使用大型库,您可以自己编写算法:
https://web.archive.org/web/20140825114946/http://bobpowell.net/image_contrast.aspx
Try OpenCV
http://sourceforge.net/projects/opencv/
Or imagemagick
http://www.imagemagick.org/script/magick++.php
or CImg, probably the easiest to use: no install it's just a header file.
If you do not want to use a big library you can code the algorithm yourself:
https://web.archive.org/web/20140825114946/http://bobpowell.net/image_contrast.aspx