Searched refs:x_mat (Results 1 – 1 of 1) sorted by relevance
127 Mat x_mat=x.getMat(); in minimize() local128 CV_Assert(MIN(x_mat.rows,x_mat.cols)==1); in minimize()129 int ndim=MAX(x_mat.rows,x_mat.cols); in minimize()130 CV_Assert(x_mat.type()==CV_64FC1); in minimize()141 if(x_mat.rows>1){ in minimize()144 x_mat.copyTo(proxy); in minimize()147 proxy_x=x_mat; in minimize()174 if(x_mat.rows>1){ in minimize()