Rank: 3388 based on 10 downloads (last 30 days) and 1 file submitted
photo

mandit ghaja

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by mandit
Updated   File Tags Downloads
(last 30 days)
Comments Rating
26 Jan 2009 facefind dll content,for face detection facefind dll file's contents are developed in this m file,:-) use it for face detection Author: mandit ghaja face detection, facefind dll into m f..., use it for face detec... 10 2
  • 1.0
1.0 | 2 ratings
Comments and Ratings on mandit's Files View all
Updated File Comment by Comments Rating
05 Mar 2009 facefind dll content,for face detection facefind dll file's contents are developed in this m file,:-) use it for face detection Author: mandit ghaja Hanaa

 Hi all!
 
I'm doing my final year project on 'Image Processing Methods for facial recognition using Matlab'. I've got Visual Studio 2005 background but never used MatLab before. I've just started on with research, video tutorials and reading.
 
Can anyone please help me with a guide, where can I start this from? Does this face detection code helps?
 
Your help would be very much appreciated! :))

28 Jan 2009 facefind dll content,for face detection facefind dll file's contents are developed in this m file,:-) use it for face detection Author: mandit ghaja D'Errico, John

No redeeming values here that I found. The entire contents of this submission:

originimage=imread('D:\ab5.jpg');
imagemask=rgb2hsv(originimage);
[row column k]=size(imagemask);
h=imagemask(:,:,1);
s=imagemask(:,:,2);
v=imagemask(:,:,3);
for i=1:row
    for j=1:column
        if h(i,j)>0.1
            h(i,j)=0;
        else
            h(i,j)=1;
        end
    end
end
figure,imshow(h);

There is no help. No indication of what it does. No comments. It does not selectively find colors that may be facial in characteristics. Perhaps all I can offer is a poor rhyme, written at an appropriate level for this submission. (With homage to Dr. Seuss.)

This will not help you find a face.
It will not find one anyplace.

Not in a tiff, nor in a jpeg,
not even if you've drunk a keg.

It cannot help you with your job,
at best it will make your head throb.

27 Jan 2009 facefind dll content,for face detection facefind dll file's contents are developed in this m file,:-) use it for face detection Author: mandit ghaja Fifo
Top Tags Applied by mandit
facefind dll into m file, use it for face detection
Files Tagged by mandit
Updated   File Tags Downloads
(last 30 days)
Comments Rating
26 Jan 2009 facefind dll content,for face detection facefind dll file's contents are developed in this m file,:-) use it for face detection Author: mandit ghaja face detection, facefind dll into m f..., use it for face detec... 10 2
  • 1.0
1.0 | 2 ratings

Contact us at files@mathworks.com