Hi everyone,
I am very new to Opencv. I want to know what is stored in "Descriptor.yml" file. I am using this project https://github.com/royshil/FoodcamClassifier. I am trying to understand this project. I want to know what all these numbers mean..
%YAML:1.0 training_descriptors: !!opencv-matrix rows: 17074 cols: 192 dt: f data: [ -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., -431602080., and so on... ]
I am really confused. I am trying to understand how it works. Any hint will be a great help.
Thanks in advance. Aditi K