Is the mathematical operation required to change from a coordinate system to another.
2
votes
1answer
54 views
Incorrect ray creation in OpenGL from a mouse click when clicking on the extreams of the x-axis of the window?
I have run into a bug that I am not sure how to fix. When I click on the window the point in 3D space does not map directly onto the click in the x-axis of the actual window. The discrepancy between ...
0
votes
0answers
18 views
How to transform coordinates of image pixel after image rotation by clockwise 90 degree?
I have displayed image in picturebox. How should I get new coordinate of image pixel after rotation through clockwise 90 degree angle.
My present image is displaying like this in picturebox.
After ...
1
vote
1answer
38 views
LibGDX touch position coords error
So, I'm using LibGdx and trying to use their Rectangle class as a bounds for button pressing onn the touch screen. It works perfectly on a 1:1 scale, but when I put the game on my Phone (With a ...
-1
votes
0answers
16 views
Convert coordinates from state plane to wgs84 with geotools [closed]
I am new to java and I am trying to write a program to convert coordinates from state plane to WGS84 coordinates. I found the open source geotools library but I'm not sure where to begin. I am using ...
0
votes
0answers
39 views
Calculate the gap between top of container and top of the image
I am displaying DICOM image in picturebox.I want to calucate the difference between top of the picturebox and top of the image,when i resize the image(zoom in and zoom out)..
i have calculated the ...
3
votes
2answers
90 views
Convert mouse coordinates to bitmap coordinates in DICOM imaging
I am rendering a DICOM image on my PC. During the process, I felt the need of calculating Hounsfield Units.For that, when i move my mouse over the image, it should get automatically converted to the ...
0
votes
1answer
74 views
MATLAB going from Cart to Pol back to Cart coords for cylindrical plot
1. What I WANT to do:
(i) Use input n to generate an n*n cartesian grid
[x y] = meshgrid(linspace(-1,1,n));
(ii) Generate polar coordinates
[theta r] = cart2pol(x,y);
(iii) Evaluate a ...
0
votes
0answers
22 views
SQLServer Convert a Lambert 93 based Polygon to WSG84
I have a list of polygons based on Lambert93 coordinates that i've converted to WSG84 using C#, but the polygons now don't present correctly on the spatial tab of sql server 2012.
Is there a way to ...
0
votes
2answers
131 views
Calculate transformation matrix from three 3D points
I have a 3D coordinate system of which I track the three outer points with a 3D camera.
So I have three points in (x,y,z) space.
Next frame I track these three points again.
I use the first three ...
0
votes
1answer
66 views
from glRotate() + glTranslate() to gluLookAt()
I have 3 transformations in the following order and with the following variables:
glTranslate(dirX, dirY, dirZ);
glRotate(angleX, 1, 0, 0);
glRotate(angleY, 0, 1, 0);
With these, I'm able to ...
0
votes
0answers
70 views
Astronomy-coordinate conversion
I want to convert the position angle of galaxies from one coordinate system to another coordinate system i.e., I am trying the conversion (ra, dec, pa) to (L, B, PA) (from equatorial coordinate system ...
0
votes
1answer
96 views
Lambert 72 conversion to Lat/Lon pair
I'm trying to merge two databases for consolidating two clients' websites. However, Client A has been using regular Lat/Lon pairs for geolocation, while Client B is using Lambert 72 (X/Y) ...
0
votes
1answer
87 views
Trouble converting UTM to lat long for southern hemisphere
I have ~40 points in UTM zone 19 taken from Peru that I would like to convert to lat/long to project onto Google Earth. I am having some problems with PBSmapping and can't seem to figure out the ...
0
votes
2answers
102 views
How can I determine if a GPS Coordinate is on or in an Ellipse?
Ok, so I am still new to asking questions on Stack Overflow, so please be nice :)
I have an issue that I have been trying to solve for a month now with failed results time and time again. I have ...
0
votes
2answers
63 views
Rotation in local frame, expressed as quaternion
The following image shows two coordinate systems A and B, positioned in the global frame G:
I need to find quaternion which rotates A to B, but expressed in the frame local to A.
The first part is ...
1
vote
1answer
340 views
ECEF from Azimuth, Elevation, Range and Observer Lat,Lon,Alt
I'm trying to write a basic python script that will track a given satellite, defined with tle's, from a given location. I'm not a asto/orbital person but am trying to become smarter on it.
I am ...
1
vote
1answer
173 views
Python satellite tracking with spg4, pyephem- positions not matching
I'm trying to write a basic python scrip that will track a given satellite, defined with tle's, from a given location. I'm not a asto/orbital person but am trying to become smarter on it.
I am ...
0
votes
0answers
38 views
Windows phone acceleration in vehicle frame
In short, I am trying to transform acceleration vector in phone frame (MotionReading.DeviceAcceleration) to vehicle frame. (By that I mean a coordinate system where one axis points into the vehicle ...
11
votes
3answers
412 views
How to calculate a specific distance inside of a picture?
sorry for my bad english. I have the following problem:
Lets say the camera of my mobile device is showing this picture.
In the picture you can see 4 different positions. Every position is known ...
0
votes
1answer
322 views
Projection matrix from OpenGL to DirectX
I have an application which uses openGL and i have to port it to DirectX.
To sum up my issue : How can I port a rotation matrix based on a right-handed coordinate system to a left-handed coordinate ...
1
vote
1answer
173 views
genetic programming fitness function
I am trying to write a fitness function in genetic programming to enlarge the area occupied by the points inside the polygon. There are some points near the center of the polygon, I want to expand ...
4
votes
2answers
363 views
How to calculate SVG transform matrix from rotate/translate/scale values?
I have following details with me :
<g transform="translate(20, 50) scale(1, 1) rotate(-30 10 25)">
Need to change above line to:
<g transform="matrix(?,?,?,?,?,?)">
Can anyone help ...
1
vote
1answer
154 views
scale and rotate matrices in transformation?
I have a set of 2D points which i need to transform(2D) only and I know the boundaries of the transformed set. I am trying to put the points inside a restricted boundary. I am using R to do this ...
0
votes
1answer
69 views
Canvas ingame scaling (determinating the real touch coord)
I'm newbee in android-game developing and I would appreciate your help. I'd like to paint some graphics on the canvas which is supposed to be way larger than screen. So some scaling and moving would ...
0
votes
1answer
138 views
How to get image coordinates in iOS app?
I have to implement a signature functionality in my iPad app. I convert the signature into image and after that I want to get coordinates of that image. How could I do it plz help me.
Note: I am not ...
0
votes
1answer
63 views
Pinning latitude longitude on a ski map
I have a map of a mountainous landscape, http://skimap.org/data/989/60/1218033025.jpg. It contains a number of known points, the lat-longs of which can be easily found out using Google maps. I wish to ...
0
votes
0answers
201 views
Using RGeo to convert coordinates from 'Lambert II extended' to WGS84 coordinates
I've been searching for hours to solve my problem, but i didn't find a solution.
I got Lambert II extended coordinates (e.g X= 647925.00, Y= 1743344.00) that i'd like to convert to WGS84 latitude ...
0
votes
0answers
51 views
How to render a cube from mesh file in a WGS84 coordinate system using DirectX9?
I am rendering the earth surface on a plane with world,view and projection matrices mapped for WGS84 coordinate system.Now I need to add various meshes from .x files with mesh data defined in X,Y,Z ...
0
votes
1answer
47 views
How to transform an image from control points to target points?
I currently have an image(A) say iWidth by iHeight with certain data points mapped onto it. What I want to do is add another image(B) on top of it with a different width and height say nWidth and ...
1
vote
1answer
657 views
Converting Southing/Easting GPS coordinates to Latitude/Longitude
I am developing a web application using JQuery Framework and am using Geolocation to determine the locations of our hardware stations to display on Google Maps.
In our database the locations of the ...
1
vote
1answer
18 views
How do I transform an image to a different size based on a set of control and target coordinates?
I have a set of control coordinates and a set of target coordinates and I need to figure out how to transform an image over that given set of coordinates. For eg: I want (0,0) of the new image to be ...
0
votes
2answers
220 views
Convert latitude-longtitude to x-y for the Amersfoort RD New (epsg:28992)
Who can help me convert GPS latitude-longtitude to x-y coordinates for the Amersfoort RD New (epsg:28992) projected system.
My startpoint (data from the GPS device) is something like this:
...
0
votes
1answer
70 views
Placing a window to the top-left corner of a WPF control
I'm trying to place a window in a way which its top-left corner will be in the same point of a specific WPF control op-left corner.
So I tried getting the control's screen coordinates like this:
...
0
votes
1answer
73 views
Transform a 2D coordenate to a 3D coordenate space
I'm working in a engine for augmented reality applications without markers (aka marketless AR) It uses interest points obtained from a SURF algorithm to identify points in any image and use those ...
0
votes
1answer
32 views
How can I get the bounds of a Visual relative to another visual's coordinate system?
While implementing IScrollInfo's MakeVisible member, I ran into an issue. I need to get the coordinates of that Visual's bounds relative to the panel which is being scrolled.
Now if this were a ...
0
votes
0answers
24 views
Should I expect some display performence gain with Context2d.transform?
I need to display some geometries expressed in my own coordinate reference system (CRS) on a canvas. For that, I need to convert the geometry coordinates from my CRS to the canvas pixel CRS. Until ...
0
votes
0answers
260 views
Convert CLRegion to MKMapRect or similar
I'd like to convert a CLRegion (center and radius) to two points (top left, bottom right) set of coordinates.
I've seen this answer, but it is not appropriate:
Convert MKCoordinateRegion to MKMapRect
...
2
votes
0answers
122 views
Xlib equivalent to QPainter::translate
How can I use xlib functions to implement QPainter::translate functionality.
I want xlib to add some xOffset, yOffset to all pixels when it draws.
I can keep tow variables xOffset and yOffset and add ...
0
votes
1answer
666 views
How to project a new point to PCA new basis?
For example, I have 9 variables and 362 cases. I've made PCA calculation, and found out that first 3 PCA coordinates are enough for me.
Now, I have new point in my 9-dimensional structure, and I want ...
1
vote
1answer
198 views
How do I transform bounding boxes for view frustum culling?
I have a scene graph with nodes holding transforms and bounding boxes in it,as well as a view frustum that I build each frame from the viewProjection matrix.However,the boxes have their 4 vertices' ...
0
votes
1answer
188 views
Coordinates transformation
I have two 3D objects in space and i want to copy the points from one object to another. The problem is that these objects don't share a common coordinate system and i have to do coordinate ...
0
votes
1answer
140 views
netcdf files inverse projection
how can I do a inverse coordinate transformation in the netcdf file ?
I have a grid with 75 longitude values and 36 latitude values:
nc<-create.n("filename.nc")
#Dimentions
dim.def.nc(nc,"lon",75)
...
0
votes
1answer
97 views
rotating coordinate system with time
I am not sure if this is the correct place for my question, but I'll give it a shot. I guess it is somewhere between CS and physics, but since I am programming this in C++, I'll post it here.
I am ...
1
vote
2answers
746 views
Incorrect 3D coordinates from 2D mouse click in OpenGL?
I want to get the mouse click position in 3D. Below is my code, its simple, What wrong in it. where I am doing wrong.. ? Why I am not getting the exact values of x and y ? any idea ?
void ...
0
votes
0answers
213 views
Convert 3D world space coordinates to SVG viewport coordinates
I've been attempting to display the positions of players in a 3D game, on a web page, from an overhead view perspective (like a minimap). I'm simply superimposing markers (via SVG) on a 1024x1024 ...
2
votes
1answer
588 views
How to calculate cartesian coordinates from dihedral angle in python
I have an ensemble of points in a Cartesian space. I can compute dihedral angles defined by a given sub-ensemble of four points (a,b,c,d) using python with numpy. Below are my functions:
def ...
2
votes
0answers
510 views
opencv giving camera pose - rvec and tvec - with mismatched coordinate system
I need to find the pose (rotation matrix + translation vector) for a camera, and for that I am using cv2.solvePnP(), but the results I get from photos don't match.
In order to debug, I created (with ...
1
vote
1answer
111 views
Library for geographic area [closed]
Is there a Java library that gave a geographical (latitude, longitude), a radius and a number, returns an array of points that describe the geographic area that surrounds a given point at a distance ...
0
votes
2answers
531 views
trouble with composite rotation and translation in opengl, moving object about its own local axis is not working
I am building a robot in openGL and it should move and rotate. When I press the robot should move forward and if I press t then he should rotate 15* about its own local axis and then if i press f he ...
0
votes
0answers
165 views
opengl view coordinate system transformation?
I am using OpenGL ES 2.0 to draw an object on an Android device. But my problem is when I use setlookat function to setup view transformation matrix, its component look like below when eye is at (2, ...
