face_video_segment  0.8
Adaptation of The Video Segmentation Project for face segmentation.
fvs::FaceRegions Class Reference

Classifies segmented regions into face region types. More...

#include <face_regions.h>

Public Member Functions

 FaceRegions ()
 Constructor.
 
void addFrame (const segmentation::SegmentationDesc &seg_desc, const sfl::Frame &sfl_frame, Frame &fvs_frame)
 Add a new frame. More...
 

Detailed Description

Classifies segmented regions into face region types.

The face region types are:

  • Empty - The Region does not participate in the face segmentation.
  • Full - The entire region is taken as part of the face segmentation.
  • Intersection - Only the intersection of the region with the face's contours is taken as part of the face segmentation.

Member Function Documentation

void fvs::FaceRegions::addFrame ( const segmentation::SegmentationDesc &  seg_desc,
const sfl::Frame &  sfl_frame,
Frame &  fvs_frame 
)

Add a new frame.

Parameters
[in]seg_descSegmentation descriptor.
[in]sfl_frameLandmarks frame.
[in,out]fvs_frameRegions frame.

The documentation for this class was generated from the following files: