Reputation: 1618
Do you have any links/books with information about digital image processing (filters/effects)? I'd like a large list of filters and information on how they work and how to implement them.
Upvotes: 0
Views: 479
Reputation: 17360
Here is a large list
Among them my favorites are Invert, GaussianBlur, Canny, HoughLinesP, Lanczos, cvBlobsLib
Upvotes: 3