Tagged Questions

0
votes
3answers
30 views

How to detect and correct broken lines or shapes in a bitmap?

I want to find an algorithm which can find broken lines or shapes in a bitmap. consider a situation in which I have a bitmap with just two colors, back and white ( Images used in coloring books), …
1
vote
1answer
16 views

Manage rotated moving raster map

Hi, My application present a (raster) moving map. I need to be able to show the map rotated base on any given angle. The program is currently in VC++/MFC but the problem is generic. I have a source …
2
votes
4answers
103 views

Converting vector-contoured regions (borders) to a raster map (pixel grid)

I have a map that is cut up into a number of regions by borders (contours) like countries on a world map. Each region has a certain surface-cover class S (e.g. 0 for water, 0.03 for grass...). The …
1
vote
3answers
127 views

Idea Wanted: Raster Online Map (Possibly with ESRI API and some geoprocess model)

(I hope this is a valid question) As I stated in my title, I'm looking for a fairly easy to moderately easy idea for some sort of online raster analysis map. I'm familiar with ESRI and their really …
2
votes
2answers
86 views

How would you implement Undo in a raster drawing program?

You're making a drawing program like Paint. You want to be able to undo/redo brush strokes. How would you implement this? Optimize for speed and memory.
3
votes
8answers
213 views

Video equivalent of PNG?

For raster images there is: JPG is for natural scenes PNG or GIF for geometric scenes that are characterized by smooth colors, straight lines and gradients. For vector animation there is SVG And for …
0
votes
3answers
203 views

How do I get a Raster from an Image in java?

I'm trying to load a gif image from a url into a java.util.image.Raster so I can manipulate it. The only method for loading and decompressing an image I could find was Toolkit.getImage, which returns …
1
vote
2answers
109 views

Is there a library that can do raster to vector conversion, for the iPhone?

I am trying to take an image and extract hand written text so that it can be read easily and zoomed in on. I would like to convert the text to vector paths. I am not aware of any libraries that …
0
votes
0answers
54 views

rotate by shear - how to remove border?

Hi, I'm trying to implement Rotate by Shear. I have normalized the angle into <-45, 45> degrees. I use three shears (XShear, YShear, XShear). It works very well, but there are some black borders …
0
votes
1answer
281 views

Java: using WritableRaster.setRect to superimpose an image?

I have been playing with some of the imaging functionality in Java, trying to superimpose one image over another. Like so: BufferedImage background = javax.imageio.ImageIO.read( new …
1
vote
2answers
218 views

Looking for MsPaint alternative with alpha support

In our codebase I write many things that, for testing, depends on the image Im loading have alpha. Usually, I make all my own testimages/programmers-art in MsPaint. But every time I need an image with …
-1
votes
3answers
109 views

Java DataBufferByte returning data with -1’s?

Hi. I am writing an applet that interfaces with signature capture tablet. The API that comes with the signature pad can create a BufferedImage object of the signature. cool. The second part is …
1
vote
1answer
740 views

Filling a Polygon: Performance of Winding Rule vs Even Odd Rule

For a complex polygon (ie: self intersecting) the choice between the Winding or the Even-Odd filling rules makes a difference in the way the polygon is filled. But for non intersecting polygons is …
0
votes
2answers
326 views

polygon to raster GIS

I have a shapefile of India with states (probably as polygons). I want to convert each polygon into equally divided cells ("raster" way), and populate (actually coloring) each cell by a value that …
1
vote
1answer
424 views

Convert Bitmap to Polygon - (Reverse-Rasterizing)

Given a bitmap image with some blots of solid color on it, what algorithm would you employ to construct polygons in the same shape as the blots? This can be done in multiple steps: a high-resolution …

1 2 next
15 30 50 per page