Hello, I have using opencv 3.1 version and save trained/processed data in a matrix with datatype "vector<mat>" and save lables/id with datatype "vector<int>". So, how can i store it in a file and load it from file to variable.
Which will be fastest way?
Regards, Kishan Patel.