Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
142 views

optimal pixel-read back strategy

I need to render certain scenes and read the whole image back in main memory. I've search for this and it seems that most video cards will accelerate the rendering but the read-back will be very slow. ...
3
votes
2answers
3k views

QT QImage pixel manipulation

I am building a QT GUI application and use QImage for opening images. My problem is that I can't figure out how to use QImage's bit() and scanline() methods to get access at per pixel level. I've ...
2
votes
1answer
83 views

Bitmap.getpixel not reading right color?

I am trying to make a very simple tile engine. However, using the Bitmap.getpixel(x,y) is not always matching the color correctly. It seems to be doing fine with 0xFFFFFFFF, 0xFF000000, 0xFF189600, ...
2
votes
1answer
312 views

OpenCV get pixel information from Mat image

Maybe I'm not looking hard enough, but everything seems to want me to use an array. Thus, how do I get the channel value for a particular pixel for foo if foo is something like Mat foo = ...
2
votes
1answer
145 views

BitmapData and Marshal.Copy? What alternative for windows phone?

UPDATED: Been looking around and trying to figure out what alternative there is for windows phone 7.1 for BitmapData. I have Commented out the code in question. I am aware of Lockbits and that its ...
2
votes
1answer
358 views

Find pixel where max width and max height of a coloured area intersect using GetPixel()

I'm using GetPixel to get the colour of each pixel of an image. The images contain different plain-coloured irregular shapes, and I'd like to find the point (or pixel) where the maximum width matches ...
2
votes
2answers
851 views

How to filter a specific color from a bitmapData object (or byte-array)

I'm looking for an efficient way to filter a specific color from a bitmapData object in ActionScript 3. Currently I use a loop with readByte32(). This takes about a second to process which is ...
1
vote
3answers
97 views

Decoding a .bmp file to binary

I am trying to write a C# program designed to convert a .bmp file into binary. The file is 16x16 pixels. Each black pixel represents a one in binary, so the number 10 would be █[]█[][][][][] The ...
1
vote
2answers
53 views

Overhead of calling the Operating System

What is the overhead of calling the operating system some large amount of times? For instance, Microsoft has an API called "Getpixel" You have to supply the x,y co-ordinates and it will return a ...
1
vote
1answer
213 views

Manipulating JPEG images pixel-per-pixel using Mini Jpeg Decoder

I want to manipulate JPEG images with C++ using the decoder Mini Jpeg Decoder. The problem is: I want to read pixel per pixel, but the decoder only returns an imageData-array, similar as libjpeg ...
1
vote
1answer
187 views

Colorcode License Plate/GetPixel Method

I'm working on a License Plate Recognition program in C#. On this moment I need the ARGB color code of the license plate, which is done, and I need the ARGB code of the letters/numbers of the license ...
1
vote
1answer
692 views

VB .NET picture GetPixel & SetPixel: Include alpha?

I am trying to use GetPixel and SetPixel to copy the contents of one picture to another (I know there are other methods to do so, but there are reasons I want to try this ;D) Anyway, the pictures are ...
1
vote
2answers
360 views

How to copy pixels from one bitmap to another shaped like a circle?

I am using setPixel and getPixel functions but they are using matrices which is naturally rectangle.I am trying to copy pixels shaped like circle ! update : now i am using this but i hope there is ...
1
vote
1answer
1k views

Alternative to Bitmap.getPixel()

I remember a while ago reading about an alternative (aka faster) way to perform a "getPixel()-ish" method. Problem is, I don't remember where I read that, and I've searched thoroughly.. I think. The ...
1
vote
2answers
393 views

How to create Bitmap object from a Graphics object?

How to create Bitmap object from a Graphics object ? I would like to read pixels from my Graphics object. for example, like, System.Drawing.BitMap.GetPixel(). I am trying to find out empty area (all ...
1
vote
2answers
495 views

C# Problem with getPixel & setting RTF text colour accordingly

Heyo, I'm messing with converting images to ASCII ones. For this I load the image, use getPixel() on each pixel, then insert a character with that colour into a richTextBox. Bitmap bmBild = ...
1
vote
2answers
926 views

Determine if getPixel() value is greater than or less than 50% gray

I am trying to loop through a bitmap and determine if each pixel is lighter or darker than gray using getPixel(). Problem is, I am not sure how to tell whether the value returned by getPixel() is ...
1
vote
2answers
419 views

Why GetPixel() is so slow using Ruby (or probably Perl or Python too) and how to do it by other methods?

I tried using Win32's GetPixel() with Ruby and it is really slow even on a Quad Core Intel machine. I think for example, if I get a really small region such as 100 x 10 pixels = 1000 pixels and it ...
1
vote
1answer
472 views

getPixel-method - how do i get the R value of RGB?

i have a greyscale image and i want to scan the pixels out of the Image and this is what i get : var i:int; var j:int; for (i = 0; i < img.contentWidth ; i++) { for(j = 0; j < ...
0
votes
0answers
38 views

Fast get pixel in OS X + Python

I want to get the rgb value of an arbitrary pixel on the screen. Preferably without having to load a full gui toolkit like qt or gtk. Taking a screenshot works, but it's an expensive operation and ...
0
votes
1answer
56 views

Getting individual pixels of another window with BitBlt

This is what I am currently doing: get window DC via GetWindowDC create a compatible DC with CreateCompatibleDC call GetPixel on my compatible DC Unfortunately, all of my GetPixel calls are ...
0
votes
1answer
139 views

How to compare a Color by the GetPixel Method and a Color passed in a method like Color.Black?

I have a loop that gets pixelcolors from an image and try to see if they are the same as the Color I passed into the method as parameter. I tried the Equals method but it doesn't work. I also tried ...
0
votes
1answer
168 views

Fast gathering image on screen and reading the pixels

I'm trying to get a small section of image on the screen and read any pixel to compare the other pixels.The code to get screen image is: Rectangle captureSize = new Rectangle(x, y, height, width); ...
0
votes
1answer
91 views

Ambiguous pywintypes.error when calling win32gui.GetPixel()

So here's the line of code triggering the error: win32gui.GetPixel(win32gui.GetDC(self._hwndGame), x, y) Here's the error: pywintypes.error: (0, 'GetPixel', 'No error message is available') I'm ...
0
votes
3answers
266 views

Get RGBValues of Bitmap in Android

I'm having some issues getting the RGB values of a bitmap in Android... This is what I'm doing: int[] temp = new int[width*height]; bit.getPixels(temp, 0, width, 0, 0, width, height); However, the ...
0
votes
1answer
211 views

ASP.NET : Get PixelColor on mouse click on asp.net page

I have an asp.net page which displays different colors..It looks something like this. Now what i want is,when i click on any where in that form,i want to get the pixel color of that particular ...
0
votes
1answer
485 views

java robot.getPixelColor(x,y) question

First off the code: for (int i = 0; i < 25; i++) { robot.delay(1000);// wait 1 second Color pixel_4 = robot.getPixelColor(x-15, 30); System.out.println(pixel_4.getRed() + " " + pixel_4.getGreen() ...
0
votes
1answer
540 views

Problem with using lockbits

Hi i m really new in image processing in C# and the code below basically getpixel from the image i browsed from my computer and will compare the RGB value of the pixel with the right pixel and if its ...
0
votes
0answers
1k views

Android Bitmap.getPixel() Is Annoyingly Inaccuracte

Project OverView : Theres two images. Click the top image (in my app i use a cat pic) and it will set the bottom image background to the color of the pixel on the location you clicked at. The ...
0
votes
0answers
135 views

Getting pixel colour in C#?

Hey. I'm wondering how to get pixel colour (not from a bitmap, but a game)? I've found some solutions on stackoverflow already, but I was told C# is an easy language and getting pixels colour doesn't ...
0
votes
2answers
863 views

Perl & Image::Magick, getting color values by pixel

I'm using Perl and the Image::Magick module to process some JPEGs. I'm using the GetPixels sub to get the RGB components of each pixel. e.g. my @pixels = $img->GetPixels( width => 1, ...
0
votes
3answers
1k views

AS3: How to access pixel data efficiently?

I'm working a game. The game requires entities to analyse an image and head towards pixels with specific properties (high red channel, etc.) I've looked into Pixel Bender, but this only seems useful ...
0
votes
2answers
179 views

Capture the browser screen as JPG/PNG/etc with Flash?

Is there a way to create a screenshot of the browser in Flash? I know that in Java this is possible, and it will popup a dialog asking for trusting the signed Applet, but is there a way to do this in ...
0
votes
1answer
293 views

any quick and easy way to capture a part of the screen? getPixel was slow and GetDIBits seemed a bit complcated as a start

I was trying some code to capture part of the screen using getPixel on Windows, with the device context being null (to capture screen instead of window), but it was really slow. It seems that ...
-1
votes
1answer
36 views

How to get pixel data from an image taken by the iphone

the problem isnt getting the pixel data i was able to find some source for that -(NSArray *)getRGBAtLocationOnImage:(UIImage *)theImage X:(int)x Y:(int)y { // First get the image into your data ...