Hi, I need to convert matlab code into c++ code. I decide to use opencv to deal with the functionality of imagine processing. In my matlab code, I use the functions below to draw images.
figure();
subplot();
imagesc();
colormap());
caxis();
ylim
xlim
xlabel
ylabel
Could anyone tell me which functions in opencv I should learn or use? thank you.