ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Possibilities of recognizing Eyes, Mouth, etc.

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
yogiyang Posted - Jan 15 2021 : 06:42:42
Hello,

What are the possibilities of getting IEVision to detect various face features separately like Eyes, Mouth, Eye brows, etc. in images where there is one single person and in images where there are multiple persons.

TIA

Yogi Yang
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 16 2021 : 16:29:22
Hi Yogi

There is not a classifier for lips, only faces and eyes, etc. The routine returns a rect for the position of each found item, you can select them if you want.

Nigel
Xequte Software
www.imageen.com
yogiyang Posted - Jan 16 2021 : 00:06:23
Hello Nigel,

Thanks for the info. I have checked get faces but I need to get the location of eyes, lip, etc. and select those regions for special image processing.

Get faces just draws rectangles on photos. Can I get the exact area of say for example eyes and select them?

TIA

Yogi Yang
xequte Posted - Jan 15 2021 : 19:52:20
If you use TIEVisionObjectsFinder:

https://www.imageen.com/help/TIEVisionObjectsFinder.html

Some of these are already supported:

https://www.imageen.com/help/IEVision%20Embedded%20Classifiers.html

Others cannot be supported unless added to OpenCV.

See the demo:

\Demos\IEVision\GetFaces\GetFaces.dpr

(though it does not show all the classifiers.


Nigel
Xequte Software
www.imageen.com