face detection using edge detection

Rajandeep

Rajandeep

@rajandeep-T6n1nF Oct 26, 2024
hi i want to detect the faces from still image with the help of edge detection. my program is just finding edges and am also trying with bwlabel() and regionprops() after detecting edges of image. but it is not providing any correct result..... please suggest me how can i detect faces after finding edges of image...... thanks in advance

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • whiz.kid.aniket

    whiz.kid.aniket

    @whizkidaniket-5IiBCq Jun 22, 2012

    Are you using matlab? and what kind of application you are making?
  • Rajandeep

    Rajandeep

    @rajandeep-T6n1nF Jun 24, 2012

    yes i am using matlab. i want to make a project which will detect faces from still colored images after detecting edges of image.