0
votes
1answer
20 views
Basics of normalized cross correlation
I am trying to use normxcorr2 (normalized cross-correlation) from MATLAB for calculating velocity of moving shapes in a developing embryo. I have 3 questions:
1) My image size is …
-1
votes
1answer
52 views
CONTEST: optimize size of grayscale scanned documents!
I put this as a contest, but it's still a question!
Here's the original image: http://dl.dropbox.com/u/1663633/original_scan.jpg
Original size is about 1 megabyte. How would you …
0
votes
2answers
56 views
XSLT: Convert base64 data into image files
I have seen several questions on how to encode an image file in base64, but how about the other way around - how do I reconstitute a picture from a base64 string stored in an XML f …
1
vote
4answers
56 views
Transforming captured co-ordinates into screen co-ordinates
Hi everyone. I think this is probably a simple maths question but I have no idea what's going on right now.
I'm capturing the positions of "markers" on a webcam and I have a list …
1
vote
3answers
56 views
Eye-detection in MATLAB
I have two images. In one of the images, my eye is in the center position and in the other image, it is in the left. How do I find out whether my eye is in the left or the right?
…
1
vote
2answers
29 views
Using existing tools, how can I extract into separate images the Luma, Cb, Cr channels of a JPEG image?
I am seeking a method to extract into separate images the Luma (Y), Cb (blue component), Cr (red component), channels of the JPEG images:
Seattle Police Department image #1
Seatt …
2
votes
3answers
91 views
How to detect a word in an Image
Hi,
I need to find out the word in an image where user has clicked. So far i have succeeded in OCRing the image. I have a picturebox control in my c# app. user can draw a box arou …
1
vote
7answers
128 views
How Is The Structure Of a Image
Hello,
I'm thinking to build a library to manipulate images(my own image type that I will develop), but first I need to understand the structure of a image
How it is mounted?
Ab …
2
votes
6answers
75 views
How to identify/check blur image?
Hi
How can we identify that a given image is blur or how much percent is it blur in C#? Is there any API available for that? Or any algorithm that can be helpful in that?
Thanks! …
1
vote
2answers
21 views
Create thumbnail from Adobe Illustrator file?
Does anybody know how to create a thumbnail from an Adobe Illustrator file without using Illustrator? I have a php/linux based application and I'd like to do so.
-Dave
1
vote
7answers
113 views
C code for loading bitmap
Hi everyone,
Does anybody know a good C sample that loads bitmaps and handles all the cases: rle, b/w bitmaps, so on?
Code should be cross-platform.
Thanks.
2
votes
2answers
29 views
How to optimize the space in a A4 sheet?
Hi.
I need to put many pictures into a sheet (A4) but I need an algorithm to optimize the space used in order to put the maximum numbers of possible images into the sheet.
0
votes
2answers
24 views
Imagemagick thumbnail generation with php - using -crop
Hi there,
Long ago I created a small library for resizing images using imagemagick through system(...) because I did not feel that the build-in imagemagick functions for PHP were …
0
votes
1answer
36 views
How can I rotate an image in .NET and output it to the client as a PNG?
I have an .aspx file that outputs an image using the following methods:
Server.MapPath("somefile.png")
Response.ContentType = "image/png";
Response.WriteFile(fileURI);
I have …
1
vote
2answers
52 views
Evernote export format (ENEX) to HTML, including pictures?
@Solved
The two subquestions I have created have been solved (yay for splitting this one up!), so this one is solved. I'll award the check mark to samjudson, since his answer was …
