Hello i recently started using aforge lib in dot for my project. I need the help and guidance in the following topics i searched alot but didn't find a good answer.
I need to know that either the following operations can be done using aforge, if yes how ?
1 ). I need to implement two image enhancement techniques i). The Laplacian ii). High Boost Filtering.
2 ). Need to implement two masks : i). Sobel ii). Prewitt
3 ). How to change histogram specifications of any image manually i.e i have an array of 256 random integers , i want to change the intensity values of pixels accord to my array.
4 ). I need to correlate any small part of the image with the complete image .
I shall be thankful.