Lines Matching full:nearest
112 nearest integer coordinates and the corresponding pixel can be used. This is called a
113 nearest-neighbor interpolation. However, a better result can be achieved by using more
248 /** nearest neighbor interpolation */
2086 nearest-neighbor or for a more complex interpolation.
3067 image pixel to the nearest zero pixel. For zero image pixels, the distance will obviously be zero.
3073 finds the shortest path to the nearest zero pixel consisting of basic shifts: horizontal, vertical,
3093 but also identifies the nearest connected component consisting of zero pixels
3094 (labelType==DIST_LABEL_CCOMP) or the nearest zero pixel (labelType==DIST_LABEL_PIXEL). Index of the
3205 4 means that only the four nearest neighbor pixels (those that share an edge) are considered. A
3206 connectivity value of 8 means that the eight nearest neighbor pixels (those that share a corner)
3208 the mask (the default value is 1). For example, 4 | ( 255 \<\< 8 ) will consider 4 nearest
3682 Otherwise, the return value is a signed distance between the point and the nearest contour edge.
3691 nearest contour edge. Otherwise, the function only checks if the point is inside a contour or not.