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:?