Tagged Questions

0
votes
1answer
13 views

How to setup motion detection using AForge?

Hi, i'm trying to setup motiondetection using the AForge.NET framework. I'm using the information provided on this page. I've setup a DirectShow videostream which feeds a part of my desktop through …
-1
votes
0answers
13 views

multidimensional binary image flood fill algorithm

something in c using union and find like the numpy ndimage label function would be good. the function should take an array and its shape as parameters.
0
votes
1answer
16 views

how to process image efficiently after upload

Hi, this is for user avatar and users photo albums. I have gotten upload working but i need some guidelines on: when to do the following steps: image resize and update database with image info. The …
0
votes
1answer
16 views

How can I process a -dynamic- videostream and find the (relative) location of a “match” in that videostream?

As the question states: how is it possible to process some dynamic videostream? By saying dynamic, i actually mean I would like to just process stuff on my screen. So the imagearray should be some …
3
votes
3answers
74 views

C# why resize image will increase the file size

I have image file which is 6k jpg file with width: 172px and hight: 172px. I use the following code try to resize it to 128*128px jpg file: public static Image ResizeImage(Image img, int width, int …
1
vote
1answer
25 views

Batch Processing Image Files in MATLAB

Hello, I'm a beginner in MATLAB and image processing. I encountered a problem while trying to use the batch processing and hope someone would be able to enlighten me. Thanks. Following the example …
1
vote
2answers
41 views

Inserting lines of pixels into an image quickly

My current dilemma is as follows: I have a 2550x3300 tiff. At certain (variable) points in my tiff I need to insert a line of pixels from elsewhere in the tiff. e.g. I need to insert 12 copies in a …
0
votes
1answer
12 views

Combining (and converting) TIFF separations into 1 bitmap in C#

Hi, is there a simple way to take a number of 1-bit TIFF files (say, 4 for CMYK) and convert it into one contone RGB bitmap? This problem has me stumped.. Thanks..
1
vote
5answers
144 views

Reading Pixels of Image in C++

How to open and read the pixels of an image in c++? Read them in the form of X, Y and to know the color.
1
vote
6answers
72 views

Can I convert a .swf file to an image format?

Hi all - I need to take a .swf Flash file, ideally from a URL (but I can read the file from disk also) and create an image preview of it (png, gif or jpeg is fine). I am using Adobe Coldfusion 8 …
0
votes
2answers
61 views

Calculating corresponding pixels

I have a computer vision set up with two cameras. One of this cameras is a time of flight camera. It gives me the depth of the scene at every pixel. The other camera is standard camera giving me a …
1
vote
1answer
61 views

Ken Burns Effect on actionscript3

Hi, I want to develop a zooming effect like this gallery: http://www.monoslideshow.com/ Can anyone give me a hint? I'm not sure about the math that i have to do for getting something similar Thanks …
0
votes
2answers
35 views

Gluing a number of PNGs together

I am building a new icon set for a CKEditor skin. The skin requires the icons to be one huge PNG file, where they are stacked underneath each other. The buttons then use the PNG as background image …
1
vote
1answer
52 views

How to scale pixels in an image to adjust brightness?

I have a grayscale image from a photograph. I've determined that certain parts of the image are underilluminated, and that a pixel with luminance Y = 0.8 should actually be adjusted to 90% grey, …
0
votes
2answers
57 views

How do I write an image to a file in MATLAB

I am particularly stuck in this case I = imread('liftingbody.png'); S = qtdecomp(I,.27); blocks = repmat(uint8(0),size(S)); for dim = [512 256 128 64 32 16 8 4 2 1]; numblocks = …

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