Skip to content

kyeongmok/CV_PJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV_PJ

[dependancy]

[example program]

  • main function in CV_PJ.cpp

[API usage]

  • first, load models for prediction

    CV_PJ_Face::CV_PJ_LoadModel()

      (be sure that data file path is defined in this function)
    
  • call prediction function

    CV_PJ_Face::CV_PJ_Detect(const cv::Mat& inputImg, cv::Rect& faceBbox, std::vectorcv::Point2d& landmarkPoints)

    <input>
    
      inputImg : 1 or 3 channel input image to predict the facial landmarks
    
    <output>
    
      faceBbox : output rect object of face bounding box (integer coordinates)
    
      landmarkPoints : output vector of facial landmark points (double precision)
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published