could you send the source code to me please? I am doning project about face detection in matlab,
could anyone send the source code to me please?????????????????
Thank you.
alinano2010@yahoo.com
I have a project about pornographic image filtering with decision tree, I don't know how to extract the features from the image, I just have a code which calculates the skin percent of the image from its color, could you please help me?
contact me on : mahsa.alvandi@yahoo.com
Hi,
I also recognized the missing imaginary part:
In General:
r*e^(i*phi) == r*(cos(phi)+i*sin(phi))
If you simplify r*e^(i*phi) to r*cos(phi) the you leave out the imaginary part. For this reason you needn't use 'conv2(imag(image))', because it's zero anyway.
So either add the imaginary part or leave out the imaginary part convolution to improve computation costs.
Or do I misapply your code?
Comment only