Lines Matching refs:create
199 datas_[0].create(rows_ * ndisp_, cols_, msg_type_);
238 u_.create(rows_ * ndisp_, cols_, msg_type_);
239 d_.create(rows_ * ndisp_, cols_, msg_type_);
240 l_.create(rows_ * ndisp_, cols_, msg_type_);
241 r_.create(rows_ * ndisp_, cols_, msg_type_);
257 u2_.create(less_rows * ndisp_, less_cols, msg_type_);
258 d2_.create(less_rows * ndisp_, less_cols, msg_type_);
259 l2_.create(less_rows * ndisp_, less_cols, msg_type_);
260 r2_.create(less_rows * ndisp_, less_cols, msg_type_);
319 datas_[i].create(rows_all_[i] * ndisp_, cols_all_[i], msg_type_);
344 disp.create(rows_, cols_, dtype);
349 outBuf_.create(rows_, cols_, CV_16SC1);