IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 56 forks source link

added "enroll_image_feature_extraction" method #152

Closed emre-h closed 4 months ago

emre-h commented 1 year ago

The feature array of 2D face will be accessible with this method for host mode. Sample Python usage:

feature = authenticator.enroll_image_feature_extraction("1", im_cv.flatten(), width, height)

emre-h commented 1 year ago

@gabime can you check it please?

gabime commented 4 months ago

Closing. Support for this will be added in the next release.