HomeSort by relevance Sort by last modified time
    Searched full:floodfill (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/ImageMagick/Magick++/demo/
shapes.cpp 77 // Floodfill object with blue
  /external/ImageMagick/utilities/
convert.1 170 \-floodfill geometry color
171 floodfill the image with color
magick-script.1 145 \-floodfill geometry color
146 floodfill the image with color
magick-script.1.in 145 \-floodfill geometry color
146 floodfill the image with color
magick.1 142 \-floodfill geometry color
143 floodfill the image with color
magick.1.in 142 \-floodfill geometry color
143 floodfill the image with color
mogrify.1 168 \-floodfill geometry color
169 floodfill the image with color
mogrify.1.in 168 \-floodfill geometry color
169 floodfill the image with color
convert.1.in 170 \-floodfill geometry color
171 floodfill the image with color
  /external/opencv/cv/src/
cvfloodfill.cpp 91 * Simple Floodfill (repainting single-color connected component) *
223 /* because all the operations on floats that are done during non-gradient floodfill
357 * Gradient Floodfill *
    [all...]
  /external/ImageMagick/ImageMagick/api/
paint.html 61 <p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
  /external/ImageMagick/www/api/
paint.html 65 <p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
paint.php 61 <p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
  /external/ImageMagick/ImageMagick/script/
magick-vector-graphics.html 401 floodfill
696 floodfill
convert.html 554 <td><a href="command-line-options.php#floodfill">-floodfill <var>geometry color</var></a></td>
555 <td>floodfill the image with color</td>
    [all...]
mogrify.html 543 <td><a href="command-line-options.php#floodfill">-floodfill <var>geometry color</var></a></td>
544 <td>floodfill the image with color</td>
    [all...]
  /external/ImageMagick/www/
magick-vector-graphics.html 405 floodfill
700 floodfill
convert.html 558 <td><a href="command-line-options.html#floodfill">-floodfill <var>geometry color</var></a></td>
559 <td>floodfill the image with color</td>
    [all...]
magick-script.html 524 <td><a href="command-line-options.html#floodfill">-floodfill <var>geometry color</var></a></td>
525 <td>floodfill the image with color</td>
    [all...]
magick.html 566 <td><a href="command-line-options.html#floodfill">-floodfill <var>geometry color</var></a></td>
567 <td>floodfill the image with color</td>
    [all...]
mogrify.html 547 <td><a href="command-line-options.html#floodfill">-floodfill <var>geometry color</var></a></td>
548 <td>floodfill the image with color</td>
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h     [all...]
  /external/ImageMagick/MagickCore/
paint.c 90 % purposes of the floodfill.
189 Set floodfill state.
    [all...]
  /external/ImageMagick/www/Magick++/
Drawable.html 207 <p class="western">Color image according to paintMethod. The point method recolors the target pixel. The replace method recolors any pixel that matches the color of the target pixel. Floodfill recolors any pixel that matches the color of the target pixel and is a neighbor, whereas filltoborder recolors any neighbor pixel that is not the border color. Finally, reset recolors all pixels.</p></td></tr>
311 <p class="western">Change the pixel matte value to transparent. The point method changes the matte value of the target pixel. The replace method changes the matte value of any pixel that matches the color of the target pixel. Floodfill changes the matte value of any pixel that matches the color of the target pixel and is a neighbor, whereas filltoborder changes the matte value of any neighbor pixel that is not the border color, Finally reset changes the matte value of all pixels.</p></td></tr>
    [all...]

Completed in 4557 milliseconds

1 2 3