In digital imaging, a pixel, or pel (picture element), is a single point in a raster image, or the smallest addressable screen element in a display device; it is the smallest unit of picture that can be represented or controlled.
0
votes
1answer
21 views
Set the pixels of image to the values stored in an array of integers
namespace txtToImg
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
string fileContent = ...
0
votes
2answers
41 views
Reading integers from text file in c# and writing them into array
I'm trying to read the values of pixels from text file and generate an image file. But first I want to make sure that I can read all of the values in the file. I use this code, but the output misses ...
0
votes
1answer
22 views
(Processing) PGraphics doesn't update when all pixels copied from another PGraphics
I have a small problem with PGraphics. I have folowing piece of code extracted from larger project I am working on:
int x=0;
int y=0;
PGraphics array1;
PGraphics array2;
void setup() {
...
0
votes
1answer
45 views
how to get positive pixel values from bitmap in android
I tried this code,Here converted the imageView to bitmap image then converted it into grayscale. But we want to access the pixel Values but we are getting all pixels values as 0 please somebody help ...
1
vote
0answers
19 views
Set buttons on image in specific locations
I'm trying to crate custom map in my application, the needed map is not Google map, its consists of image and small pins images, in other word its image view,,, i need to set buttons on this image in ...
0
votes
1answer
46 views
Get all screen pixels colors with C# [duplicate]
I am building a project to get the color of certain screen pixels. The project already works however I would like to know if there's a better and faster way to do it. here's a part of the code I'm ...
0
votes
0answers
41 views
Rotate pixels 90 / -90 degrees without extra memory allocation
currently I use the next algorithm to rotate a 2d pixel array to 90 degrees, but it requires I do an memory extra buffer allocation. Is there another way to do this without allocating a new entire ...
2
votes
2answers
42 views
Matlab - How to measure the dispersion of black in a binary image?
I am comparing RGB images of small colored granules spilled randomly on a white backdrop. My current method involves importing the image into Matlab, converting to a binary image, setting a threshold ...
0
votes
0answers
14 views
Vuforia & Unity readpixels frame
Past month i've been working with Unity and Vuforia to create an Augmented Reality game for android/tablet. I've been working with a unity-pro trial and since today i've got a full unity pro license. ...
1
vote
1answer
23 views
How do I remove the extra pixels at the top of a ScrollView?
I have been working on an app that allows you to create a Truth Table and save it into HTML for use in word. I have the app working fine but I am trying to clean it up a bit. I have the following ...
0
votes
2answers
65 views
Does CSS accept 'pixel' in decimals?
I was going through jQuery functions.
Lets take this as an example:
http://api.jquery.com/slideUp/
If you do 'Inspect Element' on your browser, you can see the height of the div changing. The ...
0
votes
0answers
48 views
Pixel Color does not always appear the same
I have a falling sand style game that is currently only using two colors, black and cyan. I am setting the colors of a texture using texture.SetData<Color>(colorArray);
The main program updates ...
0
votes
2answers
27 views
Actionscript 3 - How To Check A Random Pixel Of A Sprite
I have a sprite that is drawn in random and complicated way. Pixels would be either transparent or not. And now I need to check if pixel new Point(10, -5) is transparent or not.
How can I do that ?
...
-1
votes
1answer
28 views
Windows 7 pixelated and duplicated task bar icons [closed]
This question isn't really about programming (idk if that's not allowed or anything), but I'll ask it anyway. So when I open up a program like eclipse on my Windows 7 task bar, it opens up another ...
0
votes
1answer
35 views
image comparisson, having trouble grabbing the x and y coordinate of the pixels
i have the following code which compares two images and outputs how many pixels are different. I'm trying to figure out how to make it output the x and y coordinates of the pixels. Anyone have an ...
0
votes
0answers
19 views
Android - Decoding COLOR_QCOM_FormatYUV420SemiPlanar
Im using the Android media codec API to decode some videos. As many of you who have used the API will have discovered, its very inflexible when it comes to being used on different devices. What i ...
0
votes
2answers
33 views
Working with pixels in android
I am new at android and I have a project to take a picture save it and compute its signature. I've taken the picture and saved it already.
Its signature consists in computing the mean of all pixels ...
0
votes
2answers
38 views
does IE8 supports width values as percentages?
does IE8 supports width values set as percentages? I have a form which width value is set to 33.33% but IE8 ignores that value, unless is set in pixels.
-1
votes
0answers
20 views
How do you make a pic all Green in Jython?
I need to get all of the pixels and change their r and b values to 0 and green to 255
i also need to make an all blue function and all red.
this needs to be a function so i can add it to the photo ...
0
votes
1answer
80 views
How does “bwareaopen” work?
I saw the documentation of bwareaopen, but what was confusing me is the number of pixels. When we say 8-neighbourhood, doesn't that mean 9-pixels? In this function, we specify the number of pixels, ...
0
votes
1answer
62 views
css variable-width issues with a mock LCARS (Star Trek) just-for-fun site
Just to keep my front-end web dev skills current, I decided to create a "sandbox/playpen" website based on the the fictional LCARS user interface familiar to fans of Star Trek. Here's the link.
...
0
votes
0answers
30 views
Modify a pixel of an Image Source and reset the Image Source
I am trying to write a genetic algorithm which involves having individuals modify the canvas they are moving around on (all individuals are moving around on the same surface). How can I get the image ...
0
votes
0answers
33 views
How to mask a image with another image (both two images are colorful)
I need to make a image as background which has to put another image in it's center. The sharp of the center ImageView in background image is nonlinear. At first I want to make the center part pixels ...
0
votes
0answers
21 views
How to erase/ make trasparent some pixels in a bitmapData ActionScript
I'm trying to erase a part of a bitmapData in actionScript 3 using flex 4.9. I found on the internet some ways but they are not working for me... The pixels get black instead of get transparent. Here ...
0
votes
1answer
49 views
How to get an array or any collection of pixels from video in real time using opencv (Android)
Exacly as in the subject I would like to analyse video from android phone using opencv. How to get the access to the pixels(rgb or similar) while recording a video(there can be slight lag)?
I have ...
0
votes
0answers
17 views
3D: find which pixel on the screen a point inside the scene is displayed on
As the title said. I'm not sure what sort of math go into finding out where an object inside a 3D scene currently is on the computer's screen (assuming the 3D scene is displayed in full screen mode).
...
0
votes
1answer
53 views
WinRT How to Get Pixel Width of given String
There is a solution here:
FormattedText
But Alas, this is not supported in WinRT. Is there a replacement/alternate for this in WinRT?
1
vote
1answer
113 views
Getting surrounding pixels color and change them
I want to make an application that first checks an image for a certain pixelcolor.
When it has found an pixel with the correct pixelcolor it will 'highlight' that pixel.
But here comes the tricky ...
1
vote
1answer
126 views
How to check matching pixels in image in java?
I want to read image into pixels and want to check the matching pixel values and do some processing and convert the processed pixels into image. I have
Pixel Location(582,131)- [Alpha: 255, Red: ...
0
votes
0answers
79 views
Python Image Library halftoning
I am currently doing halftoning in python (with PIL). I have converted pixels into shapes, but I have some problems because the image gets a few times bigger than the original. I need to select a few ...
0
votes
0answers
33 views
surfaceview to pixels
I need to identify any colour present on the screen. In order to do this I am opening the camera on start-up and then want to identify the colour present in the middle of the screen marked by cross ...
0
votes
1answer
43 views
How to make up in pixels for android using Cordova Phonegap
I have knew that you can download Cordova and work with android app like with html page. Can I use pixel make up when work with it and use someone like zoomout function if screen size smaller than my ...
0
votes
2answers
38 views
Filling the pixels with values of another matrix
Say you have two matrices as follows:
A = [1 0.2 1; 0.4 0.4 1; 1 0.6 1; 0.9 0.7 1];
B = [33 75 250; 6 34 98; 55 3 4; 153 66 30];
Say we want to create a new matrix C that contains the values of B ...
1
vote
0answers
39 views
Moving an image to the bottom - PHP
I am making avatars with PHP GD. There's annoying space between the avatar's feet, and the bottom of the image. I want to possibly get rid of that space by "pushing" the avatar down to the bottom (see ...
0
votes
1answer
100 views
How to get the pixels height and width of a font sizs in WinRT app?
As titled, in .NET 4.5 we have a font class which can give you the Height in pixes, but how about in WinRT?
Is there any API that I can use to get the pixels it uses?
0
votes
2answers
221 views
How to move a sprite (image) across a JFrame window?
I'm having some issue moving an image across a JFrame window. Here is how the code looks:
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import ...
-1
votes
1answer
87 views
iPhone App - Display pixel data present in buffer on screen
I have the source code for a video decoder application written in C, which I'm now porting on iphone.
My problem is as follows:
I have RGBA pixel data for a frame in a buffer that I need to display ...
0
votes
0answers
29 views
Do SVG files automatically compress to their smallest possible pixel size based on their attributes?
I'm working on a bit of code that generates graphs in SVG, and I want to know what the size of the generated SVG file will be. For, instance, for the following set of two lines:
<?xml ...
2
votes
2answers
71 views
Plotting pixels in JFrame Swing
I know creating textfields and labels in swing. Now I want to draw a line by plotting pixels in swing, I have read all the examples on this site as well as any other sites also but I'm not getting it. ...
0
votes
2answers
41 views
Moving Icons - Pixels
I've been researching this for a while, but cannot find any solutions.
Here's my code
<p><iframe allowtransparency="true" scrolling="no" frameborder="no" ...
0
votes
0answers
172 views
How to read image pixel values and display in the text area of swing?
I will get a image and I want to convert the image pixel values and I want to store the image pixel values into text file and I want to display into swing Jext area. How to do it?
public static void ...
0
votes
1answer
50 views
Memory allocated with Marshal.AllocHGlobal is getting corrupted?
I need to create Bitmap objects with direct access to their pixel data.
LockBits is too slow for my needs - its no good for rapidly recreating (sometimes large) bitmaps.
So I have a custom ...
0
votes
1answer
78 views
Mobile web design for various devices
I'm new to developing sites for mobile devices and looking for some insight from those that know more than I do. Since starting this project I have learned that there are a lot of differences between ...
0
votes
0answers
95 views
opencv pixels have different coordinates than shown pixels
EDIT: solved, i had to access the pixel by using
(int)bw.at<uchar>(r,c)
For a project at school i have to detect a ball and calculate it's position. I do this with color segmentation: ...
0
votes
1answer
132 views
How to use OpenGl to take a screenshot on android
I want to take a system screenshot (not layout's screenshot) of an Android device... I followed this:
Android OpenGL Screenshot
but, where is the gl variable? How to create it?
0
votes
3answers
195 views
Changing random pixels in a picture, python
I want to write a function that will create a random number (between m and n, inclusive) of stars in the sky of this picture (http://tinypic.com/r/34il9hu/6). I want the stars should be randomly ...
0
votes
1answer
125 views
Android: calculate view size in pixels from code
I have a ListView where the rows have a TextView. In my code I need to know the height of each row to be able to dynamically calculate the list size. This is the layout used in each row:
<TextView ...
0
votes
1answer
243 views
Removing BufferedImage pixel values and or setting them transparent
I have been working with the polygon class and trying to set the pixel values inside of the polygon to transparent or remove them all together if this is possible, however I have hit a bit of a wall ...
0
votes
1answer
106 views
Distance between two pixels but belonging to different sets
How can I find the distance between two pixels belonging to two different sets? I think pdist does that but for a single object?
Thanks.
0
votes
2answers
120 views
Printing coordinates from an array in Android
I'm working on an image processing application that analyzes ECG graph. To do so, I need to detect certain peaks of the graph.
How can I print the "coordinates", "xcoor" and "ycoor" in the user ...


