Converts an array to another data type with optional scaling. The method converts source pixel values to the target data type. saturate_cast<> is applied at the end to avoid possible overflows: m(x,y) = saturate _ cast<rType>(alpha( this)(x,y) + beta)
(Mat m, int rtype, double alpha, double beta)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected