Lines Matching full:notdef
61 #define NOTDEF double(-1024.0) // Label for pixels with undefined gradient.
307 * @param threshold The minimum value of the angle that is considered defined, otherwise NOTDEF
479 if((used.ptr()[adx] == NOTUSED) && (angles_data[adx] != NOTDEF))
552 angles.row(img_height - 1).setTo(NOTDEF);
553 angles.col(img_width - 1).setTo(NOTDEF);
575 angles_data[addr] = NOTDEF;
1140 if(a == NOTDEF) { return false; }