Lines Matching full:normdata
424 void preprocessCategorical(const Mat& data, Mat* normdata, vector<int>& labels,431 if(normdata)433 normdata->create(data.size(), CV_32S);434 odata = normdata->ptr<int>();435 ostep = normdata->isContinuous() ? 1 : (int)normdata->step1();