Tagged Questions

3
votes
3answers
430 views

Silverlight Image Editor control

Do you know of any Silverlight "Image Editor" controls, commercial or open source? Primary feature requirements: Crop/resize/rotate image Set background color Insert text Insert …
0
votes
3answers
56 views

How to improve scanned image quality? [closed]

For a project I need to scan images from a scanner using my program. I need to scan the image and if it has a poor quality, improve it's quality. Does anyone know how to do this f …
1
vote
2answers
75 views

Speeding up self-similarity in an image

I'm writing a program that will generate images. One measurement that I want is the amount of "self-similarity" in the image. I wrote the following code that looks for the countB …
1
vote
3answers
71 views

Recognizing striked out handwritten words

I am working on handwriting recognition and related stuff on visual studio platform and using openCV libraries. Input is in the form of binary scanned .tif images. Currently I wen …
0
votes
1answer
41 views

C# Design guidance for generic image processing library.

Hi all, In any image processing library there is always the issue of having to provide an implementation of every single algorithm for every single image format (color space, chan …
1
vote
2answers
147 views

What’s the relationship between WIC and GDI+?

I'm fuzzy on the relationship between Windows Imaging Component (WIC) and GDI+. I've done some work in the past that showed that, for example, WIC produces visually superior GIF e …
1
vote
4answers
40 views

Script that will quit out every 5 minutes then renew itself where it left off

Hey all, I've got a UNIX question... I have a PHP script that I run in the terminal that parses a bunch of images and puts them in the database. This script has already been writt …
2
votes
3answers
1k views

Convert IplImage into a JPEG without using CvSaveImage in OpenCV

I wish to convert an IplImage into a JPEG image in the memory (in order to stream it as M-JPEG frame over sockets) . I know I can use CvSaveImage for this, that creates a jpeg fil …
0
votes
0answers
5 views

Embedable image editing javascript/flash library/service?

I need to enable some very basic image editing capabilities (adjust contrast, crop, etc) in the browser and allow the modified image to be sent back to my server. Do you know of go …
0
votes
1answer
67 views

How do I force UIImageWriteToSavedPhotosAlbum to synchronize (flush) buffers?

I am writing a simple application for an artist who wants to market his work on iTunes. Because there are only twelve images, which can be deleted more rapidly than they could be …
0
votes
4answers
95 views

Ruby/Rails image processing libraries

Good friends of stackoverflow, I am here today for guidance regarding image processing/manipulation using Ruby in a Rails environment. I'm creating on-the-fly dynamic banner ads th …
1
vote
2answers
72 views

symbol recognition

Does any one know how I can get a c++ class for symbol recognition.By symbol recognition I mean things like shaded/unshaded circles, ovals, rectangles, squares,triangles,rhombus , …
3
votes
6answers
196 views

Detecting forged images with C#?

One of my friends came up with an interesting problem - Assume that we have a set of images in the system. Now, some one might submit a new image by slightly modifying any of the …
1
vote
3answers
64 views

Resources for Image Recognition

I am looking for a recommendation for an introduction to image processing algorithms (face and shape recognition, etc.) and wondered if anyone had an good recommendations, either f …
1
vote
3answers
25 views

How do you convert an SVG image “paths” into separate PNG images?

Hi there, I've got an SVG image with 67 separate paths. Are there any libraries/tutorials out there that will create a separate raster image such as a PNG for each of those paths …

1 2 3 4 5 36 next
15 30 50 per page