Tagged Questions

0
votes
3answers
52 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
71 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 …
0
votes
1answer
38 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
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 …
1
vote
2answers
71 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 , …
0
votes
3answers
35 views

extracting colors from an image

I would like to extract the most used colors inside an image, or at least the primary tones Could you recommend me how can I start with this task? or point me to a similar code? I …
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
vote
3answers
62 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 …
2
votes
3answers
82 views

Creating “holey” median filter in Matlab

Hi What I need to do is to create a "special" kind of median filter for image processing in Matlab - the "holey" median filter. This is a filter that excludes the element at the c …
0
votes
1answer
31 views

Saving images client-side for compression/manipulation before upload to server

I've developed a PHP script to upload images to the server. It uploads the image, then reduces the image height, width and resolution server-side, thus reducing the file size a gre …
0
votes
1answer
34 views

Good reference book for digital image processing?

I am learning digital image processing on my own and would like recomendations on good reference books. If you know of books to definately stay away from that would be useful as w …
0
votes
4answers
94 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 …
3
votes
6answers
195 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
145 views

Mean filter for smoothing images in Matlab

Hi there! I need to test some basic image processing techniques in Matlab. I need to test and compare especially two types of filters: mean filter and median filter. To smooth im …
0
votes
3answers
60 views

Python Tesseract OCR question

I have this image: I want to read it to a string using python, which I didn't think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesser …

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