开发者

A good place to learn about image processing in c/c++? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for book开发者_运维技巧s, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

any websites, books etc. If someone would like to share their own experiences. thank you


This is a free book which runs through some recurring tasks in computer vision and image processing.

Regarding the C++, you can take a look at OpenCV which is a computer vision library written in c/c++


I've had a lot of success with open-cv. I've done an effect similar to Adobe's "Magic Wand" tool.

http://opencv.willowgarage.com/wiki/

http://en.wikipedia.org/wiki/OpenCV

If you are interested in writing your own library you will need a pretty serious math background. The algorithms involved can be pretty intense.


There's a good list of simple image processing operators here, but really the best is to take courses in DSP and image processing.


Did some C image processing when I was in school.

I read this ebook. It was helpful.

http://homepages.inf.ed.ac.uk/rbf/BOOKS/PHILLIPS/cips2ed.pdf


Magick++ is a good API for image processing in C++, and has a tutorial(PDF).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜