Suppose, I have a dictionary which is in dot mat file format. This can be loaded in a MATLAB program as show below.
% load dictionary load('Dictionary/D_1024_0.15_5.mat');
Now, I would want to use the same dictionary in C++ based OpenCV program. What will be the equivalent instruction to perform the task?
Thanks in advance.
Helal, TU