Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to hash - Opencv matrix, lbph histogram?

Hi, I want to try to create a hash code from *.yml. For example i have existing yml file with Opencv matrix and lbph histogram:

%YAML:1.0 opencv_lbphfaces: threshold: 1.7976931348623157e+308 radius: 1 neighbors: 8 grid_x: 8 grid_y: 8 histograms: - !!opencv-matrix rows: 1 cols: 16384 dt: f data: [ 2.49739867e-02,

and so on....

Please give me some suggestions, methods or existing source codes how to convert it into hashcode or another useful view. And if i understood this yml file correctly main face identity features store in histograms:data:?


How to hash - Opencv matrix, lbph histogram?

Hi, I want to try to create a hash code from *.yml. For example i have existing yml file with Opencv matrix and lbph histogram:

%YAML:1.0 opencv_lbphfaces: threshold: 1.7976931348623157e+308 radius: 1 neighbors: 8 grid_x: 8 grid_y: 8 histograms: - !!opencv-matrix rows: 1 cols: 16384 dt: f data: [ 2.49739867e-02,

and so on....

Please give me some suggestions, methods or existing source codes how to convert it into hashcode or another useful view. And if i understood this yml file correctly main face identity features store in histograms:data:?

I want to take this hashcode and put it into another system/request...