Tagged Questions
2
votes
2answers
263 views
Axis coordinates to pixel coordinates? (Matlab)
How can i convert the axis coordinates into pixel coordinates? I have a set of data which include the negative and floating values, i need to put all of the data into the image. But the pixel ...
1
vote
1answer
66 views
use axes coordinate to generate an image without plotting it, in Matlab
I have an image full of objects of the shape of an ellipse. I need to design an ellipse for each object that is the best fit for the object itself. I have found a code that helps me to plot the ...
1
vote
1answer
234 views
index conversion: row-major to cartesian coordinates (e.g., pixels)
i need to transform/access memory indices to and from row-major and cartesian* layouts.
if it helps you imagine the use or problem: the case is accessing pixels (reading/manipulation) stored in ...
0
votes
2answers
1k views
How to get image's coordinate on JPanel
This question is related to my previous question http://stackoverflow.com/questions/2376027/how-to-generate-cartesian-coordinate-x-y-from-gridbaglayout
I have successfully get the coordinate of each ...
-2
votes
2answers
132 views
xcode image coordinates
Ok im in the middle of making a game for iphone and i was wondering how to delete an image if it gets past a certain coordinates. Im doing this strait in xcode. Also please post some example code. All ...