Searched refs:x_type (Results 1 – 1 of 1) sorted by relevance
204 int x_type = x_.fixedType() ? x_.type() : CV_64F; in minimize() local205 simplex.row(0).convertTo(x_, x_type); in minimize()