biometrics / openbr

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

[brpy] Way to read cv::Mat from Template. #529

Open pkozak opened 7 years ago

pkozak commented 7 years ago

Is there any way to read all values from cv::Mat from Template in brpy?

nguyenthaohut commented 5 years ago

you can try this TemplateList src, dst; cv::Mat imOut = dst[0].m();