source/backend/chalicelib/nose.py [70:79]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    rek_metadata = frame['rekMetadata'][0]
    rek_face_box = [
        image_width * rek_metadata['BoundingBox']['Left'],
        image_height * rek_metadata['BoundingBox']['Top'],
        image_width * rek_metadata['BoundingBox']['Width'],
        image_height * rek_metadata['BoundingBox']['Height']
    ]
    inside_area_box = _is_inside_area_box(area_box, rek_face_box)
    _log.debug('inside_area_box: %s', inside_area_box)
    if not inside_area_box:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/backend/chalicelib/nose.py [107:116]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    rek_metadata = frame['rekMetadata'][0]
    rek_face_box = [
        image_width * rek_metadata['BoundingBox']['Left'],
        image_height * rek_metadata['BoundingBox']['Top'],
        image_width * rek_metadata['BoundingBox']['Width'],
        image_height * rek_metadata['BoundingBox']['Height']
    ]
    inside_area_box = _is_inside_area_box(area_box, rek_face_box)
    _log.debug('inside_area_box: %s', inside_area_box)
    if not inside_area_box:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



