what image format is best for face recognition
I read somewhere on the forum that jpeg's should be avoided. Why is that and what file format would suit it best instead. PNG ?
I read somewhere on the forum that jpeg's should be avoided. Why is that and what file format would suit it best instead. PNG ?
png is probably your best choice (non-lossy, still allows some compression) .
jpg's should be avoided for 2 reasons here:
The artefacts generated by jpeg compression screw up almost every decent computer vision algorithm depending on local gradients or pixel intensities. So yes, also fisherfaces will be influenced!
Asked: 2016-10-05 09:08:08 -0600
Seen: 2,077 times
Last updated: Oct 05 '16
B&W Image brightness- using a Trackbar
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary