Lines Matching full:single
95 /// \brief A list of bad pixels and rectangles (usually single rows or columns).
109 // List of bad single pixels.
113 // List of bad rectangles (usually single rows or columns).
123 /// Returns the number of bad single pixels.
130 /// Retrieves the bad single pixel coordinate via the specified list index.
132 /// \param index The list index from which to retrieve the bad single pixel
157 /// Returns true iff there are zero bad single pixels and zero bad
166 /// Returns true iff there is at least one bad single pixel or at least one
174 /// Add the specified coordinate to the list of bad single pixels.
176 /// \param pt The bad single pixel to add.
186 /// Sort the bad single pixels and bad rectangles by coordinates (top to
191 /// Returns true iff the specified bad single pixel is isolated, i.e., there
192 /// is no other bad single pixel or bad rectangle that lies within radius
193 /// pixels of this bad single pixel.
195 /// \param index The index of the bad single pixel to test.
202 /// is no other bad single pixel or bad rectangle that lies within radius
212 /// specified image bounds, is different from all other bad single pixels,