I aim to apply filters(Gray-scale, Vintage, Contrast, Sharpen, Blur, Smooth etc) to iplImage of the JavaCv. In doing so, I have come across these functions/Classes : iplImage, CvMat, cvInRangeS,cvCvtColor,cvSmooth. I wish to seek some clarification on these. Following are my specific queries:
I would like to share the knowledge that I have acquired while using JavaCv for Image and Video filtering.I have been successful in developing my filters (Gray-scale, Vintage, Contrast, Sharpen, Blur & Smooth) using JavaCv. I could easily do Image filtering with Bitmap Manipulation, but it was too slow to be used for Video Filtering.
These are some key points that I wish to highlight