Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Correct me If I am wrong, The cvScale function (http://docs.opencv.org/modules/core/doc/old_basic_structures.html#convertscale) performs dst(I) = Scale*Src(I) + Shift, For which the c++ equivalent is convertTo. I cant comprehend, how the resize function will be a equivalent to cvScale.

Correct me If I am wrong, The cvScale function (http://docs.opencv.org/modules/core/doc/old_basic_structures.html#convertscale) performs

dst(I) = Scale*Src(I) + Shift,

For which the c++ equivalent is convertTo. I cant comprehend, how the resize function will be a equivalent to cvScale.

The cvScale function (http://docs.opencv.org/modules/core/doc/old_basic_structures.html#convertscale) performs

dst(I) = Scale*Src(I) + Shift,

For which the c++ equivalent is convertTo. Take a look at the document here. (http://docs.opencv.org/modules/core/doc/basic_structures.html#mat-convertto)