1 | initial version |
well, colormap at least has a corresponding applyColorMap()
for the rest of it : you simply cannot translate matlab code to c++, or opencv code line-by-line.
there's a plot module in opencv_contrib, there are drawing functions and imshow()
-- just don't expect, that anyone there even vaguely tries to copy matlab interfaces.