Lines Matching full:angles
235 Mat_<double> angles; // in rads
305 * Finds the angles and the gradients of the image. Generates a list of pseudo ordered points.
541 angles = Mat_<double>(scaled_image.size());
544 angles_data = angles.ptr<double>(0);
552 angles.row(img_height - 1).setTo(NOTDEF);
553 angles.col(img_width - 1).setTo(NOTDEF);
558 angles.isContinuous()); // Accessing image data linearly