Questions tagged [arfacegeometry]

6 questions
3
votes
2 answers

How can I get the points in face mesh like eye ,eyebrow , lip, mouth ,nose using ARFaceTracking in Swift 4.2?

Currently i am getting the left and right eye points, How can i get the other parts points using ARFaceTracking or other framework in swift 4 in ios. please give the feedback above the questions?
jesu asir
  • 123
  • 2
  • 9
2
votes
0 answers

How to measure the face width from ARKit face data?

I am trying to measure the width of a person's face using ARKit. ARKit provides ARSCNFaceGeometry that has a bounding box property. It is mentioned that the bounding box is in local coordinate space My understanding is that if I can get the width of…
Sarang Borude
  • 329
  • 1
  • 12
2
votes
0 answers

Using ARSCNFaceGeometry geometry points in a 2D image

I am currently writing an application where I am doing image processing (w/Core Image) on a 2D image that includes the face (and the saved instance of ARSCNFaceGeometry). I am having trouble and determined I am calculating the x,y point value to use…
John
  • 51
  • 7
1
vote
0 answers

Bellus3D is being end-of-lifed, is there any replacement iOS Solution for 3D face scanning?

I work on an application for custom fit eyewear, and we've been using Bellus3D's iOS SDK for getting facial geometry, including landmarks like pupils. Bellus3D has decided to wind their business down by the end of 2022, and I'm looking for a…
1
vote
1 answer

How to display / determine the index of a vertex in ARSCNFaceGeometry?

I want to get the index of a specific vertex in the mesh of the ARSCNFaceGeometry. I tried to add a SCNText to the vertex that displays the vertex index: // Create face node let faceNode = SCNNode(geometry: geometry) // geometry is the…
Manuel
  • 14,274
  • 6
  • 57
  • 130
0
votes
1 answer

How to apply the eye Ball Rotation using ARKit in iOS from FaceTracking

I am using ARKit's ARFaceTrackingConfiguration to track the facial blendshapes along with left and right Eye Transforms. I am exporting this data into json and apply this data on 3d model ( which preconfigured shape keys, eye nodes). I was able to…
Chaitu
  • 907
  • 2
  • 13
  • 27