In my Android-OpenCV application, I am saving the Image with ".JPG" extention. the resolution is ok but quality is not good and the image is not sharp enough for processing.
It is the format of saved matrix as image : Mat(height, width, CvType.CV_32FC4)
Can I save them with better quality? If no!! does anybody have idea to make the image more shorp with better quality?
Thanks