Searched refs:thetas (Results 1 – 2 of 2) sorted by relevance
178 Mat thetas = Mat::zeros(num_classes, data_t.cols, CV_32F); in train() local194 thetas = new_theta.t(); in train()210 hconcat(new_theta.t(), thetas.row(ii)); in train()215 this->learnt_thetas = thetas.clone(); in train()228 Mat thetas, data, pred_labs; in predict() local253 this->learnt_thetas.convertTo(thetas, CV_32F); in predict()255 CV_Assert(thetas.rows > 0); in predict()266 Mat pred_m = Mat::zeros(data_t.rows, thetas.rows, data.type()); in predict()268 if(thetas.rows == 1) in predict()270 temp_pred = calc_sigmoid(data_t*thetas.t()); in predict()[all …]
861 int thetas; in stereo_analysis() local881 thetas = 13; in stereo_analysis()884 thetas -= 8; in stereo_analysis()885 return MULT16_32_Q15((m->eBands[13]<<(LM+1))+thetas, sumMS) in stereo_analysis()