1.0

1.0 | 2 ratings Rate this file 9 Downloads (last 30 days) File Size: 326 Bytes File ID: #22785

facefind dll content,for face detection

by mandit ghaja

 

26 Jan 2009

facefind dll file's contents are developed in this m file,:-) use it for face detection

| Watch this File

File Information
Description

facefind dll file into m-file for face detection,
the
%output=(image shown by this m file) i,e. white portion of image.

MATLAB release MATLAB 7 (R14)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (3)
27 Jan 2009 Fifo  
28 Jan 2009 John D'Errico

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.

05 Mar 2009 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! :))

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
face detection Cristina McIntire 26 Jan 2009 15:48:59
facefind dll into m file mandit ghaja 26 Jan 2009 15:49:15
use it for face detection mandit ghaja 26 Jan 2009 15:49:15
facefind dll into m file Qing 15 Apr 2011 02:39:36
face detection Qing 15 Apr 2011 02:39:47
use it for face detection Qing 15 Apr 2011 02:39:51

Contact us at files@mathworks.com