mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-17 04:37:50 +00:00
Integrating OpenFace 1.0.0 changes into CE-CLM branch
This commit is contained in:
@@ -272,6 +272,9 @@ namespace CppInterop {
|
||||
clnf->Reset(x, y);
|
||||
}
|
||||
|
||||
bool HasEyeModel() {
|
||||
return clnf->eye_model;
|
||||
}
|
||||
|
||||
double GetConfidence()
|
||||
{
|
||||
|
||||
@@ -54,9 +54,9 @@ namespace UtilitiesOF {
|
||||
|
||||
public:
|
||||
|
||||
Visualizer(bool vis_track, bool vis_hog, bool vis_aligned)
|
||||
Visualizer(bool vis_track, bool vis_hog, bool vis_aligned, bool vis_aus)
|
||||
{
|
||||
m_visualizer = new Utilities::Visualizer(vis_track, vis_hog, vis_aligned);
|
||||
m_visualizer = new Utilities::Visualizer(vis_track, vis_hog, vis_aligned, vis_aus);
|
||||
}
|
||||
|
||||
void SetObservationGaze(System::Tuple<float, float, float>^ gaze_direction0, System::Tuple<float, float, float>^ gaze_direction1,
|
||||
|
||||
Reference in New Issue
Block a user