SonOfTheEARTh
SonOfTheEARTh

Reputation: 1858

image processing for a noob

i have been given a project where i will need to write code such that it parts of images. For example the project will require me to extract a river part from the scenery or so. I have no experience in this context. Please tell me where do i start studying form. Which are good books? Which technologies will i need to learn. What are the tools that are helpful?

Upvotes: 0

Views: 253

Answers (3)

Martin Beckett
Martin Beckett

Reputation: 96139

openCV is probably the most complete free image processing library. There is also a book which describes both the library and some image processing techniques.

This is a reasonably complex problem, not exactly graduate research but challenging!

See this question for a list of other books.

Upvotes: 5

Jé Queue
Jé Queue

Reputation: 10637

Unsure if this Q is closed but I recommend NetPBM and similar packages. This allows you to define images as text and perform operations but in a manner (albeit slow processing) that makes it very easy to understand.

Upvotes: 0

Joonas Pulakka
Joonas Pulakka

Reputation: 36577

ImageJ is an easy to use, scriptable, modular, open source software, which may be quite useful in learning image processing. As for books, Digital Image Processing by Gonzalez et al. is de facto standard.

Upvotes: 2

Related Questions