face-landmarking-ios icon indicating copy to clipboard operation
face-landmarking-ios copied to clipboard

👦 Basic face landmarking on iPhone with Dlib via Swift & ObjC++

Results 18 face-landmarking-ios issues
Sort by recently updated
recently updated
newest added

I had tried to set the camera orientation to Landscape or Portrait but the below code (in DlibWrapper.mm) still return width = 640 and height = 480 (with preset is...

I can't draw correct circle at Portrait mode. I find shape, but not circle, just line. like this. How can I draw correct circle for face landmark at Portrait mode?...

How can I fill the color ? I try to use with uibezierpath and Point position are not same. I cloudn't find a way to draw polygon with dlib. Is...

First of all, congratulations for your good job! My question is: Is there any way to grab the coordinates (x, y) of the points detected by the algorithm, inside the...

HI, great job, very helpfull project. I'm working on face detection for now, but I need detect face landmarks from an UIImage. Could you give me a hand how to...

There is a strange problem with this lib when working on images with resolution 1080x1920 (WIDTHxHEIGHT). It produces artefacts like this: ![img_0191](https://cloud.githubusercontent.com/assets/25479486/22504977/3d225290-e879-11e6-9f32-b92d875b7ebe.PNG) Not only drawing is corrupted but also points...

Hi, I was trying to make my own app using some dlib, content but I have this error. ld: warning: ignoring file /Users/sebastiancorrea/Documents/UPV/Master_IARFID/TFM/Bloque2/mobile-emotion-classifier/mobile/IOS/FaceVision/FaceVision/lib/libdlib.a, file was built for archive which is...

Currently, landmarks seems noisy and jump a lot (clear environment with sufficient light ), this is however a lot more stable when compiling dlib for OSX, is there something that...

Is it possible to get head rotation angle with only dlib? In every example ( like [this](https://www.learnopencv.com/head-pose-estimation-using-opencv-and-dlib/) ) people use OpenCV. This is a good solution, but increases app size...