0
votes
1answer
30 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
3answers
37 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
vote
3answers
64 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 …
1
vote
6answers
44 views
Want some ideas on how to develop a image retrieval system
Hi guys
I just want to study more on how Google can search images.I know it is too complicated for me,but I want to try to do it on my own set of images.
This is how I propose:For …
0
votes
2answers
72 views
Fractal image scaling with Python
I am in a position where relatively low resolution images are provided (via an API, higher resolution images are not available) and high resolution images need to be generated.
I' …
1
vote
3answers
97 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
1answer
57 views
How/Why is imagedata stored as char - OpenCV
I'm a tad confused.
I am just getting started with OpenCV and its image data is pointed to by a char pointer. I can't quite work out how that works considering the actual data it …
3
votes
5answers
266 views
Very fast memcpy for image processing?
I am doing image processing in C that requires copying large chunks of data around memory - the source and destination never overlap.
What is the absolute fastest way to do this o …
9
votes
4answers
305 views
Viola-Jones’ face detection claims 180k features
I've been implementing an adaptation of Viola-Jones' face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placin …
1
vote
3answers
89 views
C# - Multi-touch help? USB web cam input? Image Analysis?
I am trying to make a DIY touchscreen and would like to enter it into the local science fair but wanted to do it on the programing aspect of Multi-touch. My problem lies in that i …
0
votes
1answer
20 views
django - save a resize copy of image on upload (using admin site)
Hi -
I'm building a site for a client that needs to support image uploads (an artist) through the admin interface. Since most of the images are pretty high-res, I wanted to creat …
1
vote
5answers
113 views
What’s the quickest way to parallelize code?
Hi all,
I have an image processing routine that I believe could be made very parallel very quickly. Each pixel needs to have roughly 2k operations done on it in a way that doesn' …
0
votes
2answers
37 views
Image/ByteArray to SVG conversion?
I am wondering if it is possible to get a url to some image on google, say a square (jpg/png/gif), and process it into an SVG. Is this possible?
Right now I'm getting ByteArray d …
2
votes
2answers
60 views
Computing object statistics from the second central moments
I'm currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it implemented, but I'm still struggling with the implementation of a …
2
votes
2answers
71 views
What are the algorithms used behind filters in image editing softwares?
For example: What algorithm is used to generate the image by the fresco filter in Adobe Photoshop?
Do you know some place where I can read about the algorithms implemented in thes …
