Displaying 5 results from an estimated 5 matches for "floodfill".
2003 Aug 25
1
floodfill with matrix data
Dear R users,
I'm trying to do some sort of "floodfill" or "seedfill" with data stored
within a matrix in R (usually floating numbers), where a marker value is
given to specify the limits of an area to be filled. A reduced example
may demonstrate this below. Although I wrote a simple C function for
this, it would be very helpful to f...
2001 Jan 08
0
patent on 3D floodfill?
http://www.delphion.com/details?&pn=US04751643__&s_clms=1#clms
This patent was referred to in conjunction with marching cubes in the
comp.graphics.algorithms. Looking at claim 1, it seems like they
patented a 3D version of a floodfill. Silly? Obvious?
Lourens
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is ne...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...ol enableCache ) ;
</del><ins>+ void DrawText(const wxString& text , wxCoord x , wxCoord y );
</ins><span class="cx"> void EndDoc() ;
</span><span class="cx"> void EndPage() ;
</span><span class="cx"> bool FloodFill(wxCoord x , wxCoord y , const wxColour& colour , int style = wxFLOOD_SURFACE) ;
</span><del>- //wxBrush& GetBackground();
</del><span class="cx"> const wxBrush& GetBackground() const;
</span><span class="cx"> int GetBackgro...
2007 Mar 27
0
[922] branches/wxruby2/wxwidgets_282: Changes, additions and deprecations 2.6 -> 2.8 Wx API
...t;span class="cx"> * "DC#end_doc":#DC_enddoc
</span><del>-* "DC#end_drawing":#DC_enddrawing
</del><span class="cx"> * "DC#end_page":#DC_endpage
</span><span class="cx"> * "DC#flood_fill":#DC_floodfill
</span><span class="cx"> * "DC#get_background":#DC_getbackground
</span><span class="lines">@@ -70,8 +76,10 @@
</span><span class="cx"> * "DC#get_char_width":#DC_getcharwidth
</span><span class="cx&q...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...lay.BitmapData.prototype", "dispose", true],
+ ["_global.flash.display.BitmapData.prototype", "draw", true],
+ ["_global.flash.display.BitmapData.prototype", "fillRect", true],
+ ["_global.flash.display.BitmapData.prototype", "floodFill", true],
+ ["_global.flash.display.BitmapData.prototype", "generateFilterRect", true],
+ ["_global.flash.display.BitmapData.prototype", "getColorBoundsRect", true],
+ ["_global.flash.display.BitmapData.prototype", "getPixel", true]...