biometrics / openbr

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

Created new transform checkrects.cpp #527

Closed Keyurpatel93 closed 7 years ago

sklum commented 7 years ago

Extra points if you can merge this functionality with that in FixRects.

Keyurpatel93 commented 7 years ago

@jklontz I didn't inherit from UntrainableMetadataTransform because the checkRects transform needs to operate on templates and not files as I need the Mat dimensions. I figured that @sklum also didn't inherit his FixRectsTransform due to this same problem.

jklontz commented 7 years ago

Oh yeah, good point!