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:
- iplImage cvMatrix Bitmap Conversion
- iplImage's Format HSV/RGB/BGR.....ARGB/XYZ/Bayer/LUV in reference to cvCvtColor
- cvSmooth various forms
- cvInRange Demonstration
- cvMat Usage
- Can I build my filters with these all