PK_DEBUG_face_pair_r_t   


struct PK_DEBUG_face_pair_r_s
    {
    PK_FACE_t                       master_face;
    PK_FACE_t                       similar_face;
    int                             n_local_diffs;
    PK_DEBUG_local_diffs_r_t       *local_diffs;
    };

typedef struct PK_DEBUG_face_pair_r_s PK_DEBUG_face_pair_r_t;



This data structure contains any differences found between the master and
similar matched face pairs (up to 16 differences per face pair).

Used in:

PK_DEBUG_BODY_compare_r_t


Description of fields:



'master_face'               Matched face from master body.


'similar_face'              Matched face from similar body.


'n_local_diffs'             No. local differences found for this face
                            pair (to a maximum of 16).


'local_diffs'               Array of return structures containing local
                            differences.