Is it possible to extract colour values (such as average RGB) for different regions of the face using iOS ARKit? I have seen example of overlaying a 3D mesh over the face consisting of triangular pieces. Is there anyway to perform any kind of region wise-colour filtering such as extracting RGB average, histograms, max/min values (same as what CIFilter allows on normal frameS) but through ARKit's 3D face tracker?
I have also seen ARFaceAnchor.BlendShapeLocation allowing coefficients on movements of various elements across the face. Is there anyway to extract the mesh (and specifically its colour and other characteristic) for specific elements across the face such as nose, cheeks, lips, forehead, eyes, etc.?