biometrics / openbr

Open Source Biometrics, Face Recognition
www.openbiometrics.org
Other
2.84k stars 772 forks source link

Fatal: Transform registry does not contain object named: ImageQuality #539

Open lambders opened 6 years ago

lambders commented 6 years ago

I am trying the following:

QSharedPointer<br::Transform>` transform2 = br::Transform::fromAlgorithm("FaceQuality");

 // Initialize templates
br::Template brTemplate;
brTemplate.append(img); // img is a Mat

// Enroll templates
brTemplate >> *transform2;

I'm getting the following error:

Fatal: Transform registry does not contain object named: ImageQuality
  SDK Path: /usr/local
  File: 
  Function: 
  Line: 0
Aborted (core dumped)

This works fine if I replace "FaceQuality" with "FaceRecognition". I'd appreciate if anyone could help.