Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
5answers
5k views

correcting fisheye distortion programmatically

BOUNTY STATUS UPDATE: I discovered how to map a linear lens, from destination coordinates to source coordinates. I actually struggle to reverse it, and to map source coordinates to destination ...
12
votes
2answers
271 views

How can some LatLng be used to place markers on a Google map, but not to draw a Polygon?

Roughly a week ago, I ran into a problem: on a custom google-powered map, my Polygons would not show up, while Markers for the same coordinates are totally ok. Despite my efforts with the Google Maps ...
10
votes
7answers
9k views

Calculating a LookAt matrix

I'm in the midst of writing a 3d engine and I've come across the LookAt algorithm described in the DirectX documentation: zaxis = normal(At - Eye) xaxis = normal(cross(Up, zaxis)) yaxis = ...
9
votes
4answers
8k views

3d to 2d Projection Matrix

I have 3 points in 3d space. I know the exact locations of them. Suppose they are (x0,y0,z0) (x1,y1,z1) (x2,y2,z2) Also i have a camera that are looking at these 3 points and i know the 2d locations ...
9
votes
8answers
39k views

Hibernate Query By Example and Projections

To make it short: hibernate doesn't support projections and query by example? I found this post: The code is this: User usr = new User(); usr.setCity = 'TEST'; ...
8
votes
8answers
352 views

Basic render 3D perspective projection onto 2D screen with camera (without opengl)

Let's say I have a data structure like the following: Camera { double x, y, z /** ideally the camera angle is positioned to aim at the 0,0,0 point */ double angleX, angleY, angleZ; } ...
8
votes
4answers
2k views

2d outline algorithm for projected 3d mesh

Given: A 3d mesh defined with a set of vertices and triangles building up the mesh with these points. Problem: Find the 2d outline of the projected arbitrarily rotated mesh on an arbitrary plane. ...
7
votes
1answer
2k views

nhibernate queryOver projection syntax

I am trying some code out from a NH 3.0 Cookbook, and wondering why I can't get the code below to compile. I think the QueryProjectionBuilder that should make this work is in ...
7
votes
4answers
8k views

How to call fromLatLngToDivPixel in Google Maps API V3?

I know that method exists and is documented, but I don't know how to get an MapCanvasProjection object.
6
votes
3answers
149 views

Full object projection with additional values in LINQ

Is it possible to project every property of an object and add more, without specifically listing them all. For instance, instead of doing this: var projection = from e in context.entities ...
6
votes
1answer
264 views

Does type projection have an opposite, or is it still projection (or just mapping)?

This is based on my assumption that taking an object of type: public class Fruit : IBasicFruit, IFruitDetails { // IBasicFruit implementation public string name { get; set; } public ...
6
votes
6answers
2k views

Adding a projection to an NHibernate criteria stops it from performing default entity selection

I'm writing an NHibernate criteria that selects data supporting paging. I'm using the COUNT(*) OVER() expression from SQL Server 2005(+) to get hold of the total number of available rows, as suggested ...
6
votes
4answers
3k views

How to apply a transformation matrix?

I am trying to get the 2D screen coordinates of a point in 3D space, i.e. I know the location of the camera its pan, tilt and roll and I have the 3D x,y,z coordinates of a point I wish to project. I ...
5
votes
3answers
168 views

Subsonic 3 LINQ Projection issue, fixed or no?

I'm currently experiencing the issue mentioned here (and several other places): http://stackoverflow.com/questions/1105052/subsonic-3-linq-projection-issue This is occurring using the 3.0.0.4 release ...
5
votes
1answer
4k views

OpenLayers Google Maps Projection Problem w/ KML

This is my first time on stackoverflow and working with Openlayers & Google Maps. I've been browsing different forums & sites, including OpenLayers.org, to solve my issue. I've done searches ...
5
votes
2answers
4k views

How to use NHibernate Projections to retrieve a collection

I am lazy loading the collections, and also because there are so many fields within the person table, I am writing a projection function to retrieve only certain properties. It works with properties, ...
4
votes
2answers
261 views

opengl oblique projection

I want to create a oblique (cavalier) projection in OpenGL. I know this operation is not default supported and instead I need a Shear Matrix and then make an Orthogonal Projection. Can you tell me ...
4
votes
1answer
116 views

How can i pass a Lazy<T> into my projection?

My Vehicle type: public class Vehicle : EntityObject { private Lazy<string> _nameFromDelegate = null; private Lazy<IList<Component>> _components = null; public ...
4
votes
5answers
419 views

C#: Altering values for every item in an array

I'm wondering if there is built-in .NET functionality to change each value in an array based on the result of a provided delegate. For example, if I had an array {1,2,3} and a delegate that returns ...
4
votes
1answer
2k views

Projections in NHibernate

suppose in an entity there are attributes id, username, age, address. Now I just want id and username and I use this code for it. Projections enable the returning of something other than a list of ...
4
votes
4answers
1k views

Inverse 3D (triangle) projection

I have a 3D math problem which I just can't seem to solve. I have data of 3 points. The data is a (2D) coordinate on a plane, floating somewhere in 3D space. I also know the (2D) coordinate of the ...
4
votes
3answers
5k views

true isometric projection with opengl

I am a newbie in OpenGL programming with C++ and not very good at mathematics. Is there a simple way to have isometric projection? I mean the true isometric projection, not the general orthogonal ...
4
votes
2answers
2k views

NHibernate projection help

Im having a problem creating a projection for my nhibernate detachedcriteria object. I have a class Spa which is linked to table Address. Address has a field called City which is a string. public ...
4
votes
6answers
3k views

Perspective Projection - Help a Noob

I wish to determine the 2D screen coordinates (x,y) of points in 3D space (x,y,z). The points I wish to project are real-world points represented by GPS coordinates and elevation above sea level. ...
4
votes
3answers
669 views

Lens correction projection

What is the simplest way to un-warp a photo made using fisheye or wide-angle lens? I'm looking a pixel projection formula that has few parameters. Camera and lens parameters will not be known, so user ...
3
votes
1answer
95 views

Image correction for projection on surface with OpenCV

What is the best way in OpenCV to apply correction on an image projected to a 3D surface like in my examples or shown in Projection on 3D surface? My first tests with OpenCV checkerboard corner ...
3
votes
1answer
80 views

Isometric Projection using Opengl

I am trying to use opengl to make isometric drawings. According to: http://en.wikipedia.org/wiki/Isometric_projection#Mathematics "this is done by first looking straight towards one face. Next the ...
3
votes
2answers
128 views

How to fill empty parts of a projected image?

When i projected a 3D model on a 2D plan (Perspective projection) the result of the projection appeared as the following image. and i need to fill empty points in this image to look like this one ...
3
votes
2answers
202 views

Projection Problem in Kalman Filter for Navigation

I am currently working on a simple and small Kalman-Filter for GPS-Navigation. I am getting from my GPS-Sensor the current location, course angle and speed. So the Kalman-Filter should fuse the ...
3
votes
3answers
502 views

Mapping from 2D projection back to 3D point cloud

I have a 3D model consisting of point vertices (XYZ) and eventually triangular faces. Using OpenGL or camera-view-matrix-projection I can project the 3D model to a 2D plane, i.e. a view window or an ...
3
votes
1answer
464 views

3D points projection to 2D XY plane

I have a 3 Dimentional point set (x,y,z).I need to project these points into 2 dimentional XY plane using orthogonal projection. so my question is, how to convert these points into 2D? is it correct ...
3
votes
2answers
311 views

What is a Projection in NHibernate?

I have a project where I'm using NHibernate to handle bindings to the database. So far I have mostly been using the basics when it comes to queries. Now I'm struggling with a more difficult query, and ...
3
votes
1answer
417 views

From AutoMapper to Emit Mapper

I've recently discovered AutoMapper for bridging ViewModels and my actual DB objects. I use it in the way decribed here: ...
3
votes
1answer
625 views

postgis / proj 900913 to 4326 projection issues with Y coordinate

this is an oldie, but i cannot seem to find a solution. When i want to do an st_transform on a 900913 coordinate to a 4326 system, the y coordinate shifts. example: SELECT AsText( Transform( ...
3
votes
3answers
347 views

“sphere in a bag” plane to sphere projection

I'm looking for the mathematical transformation to transform points on a 2D plane [0,1]x[0,1] onto the unitsphere. The most common projection would latitude-longitude mapping by interpreting u and v ...
3
votes
1answer
1k views

Projecting a 3D point to 2D screen space using a perspective camera matrix

I am attempting to project a series of 3D points onto the screen using a perspective camera matrix. I do not have world space (or consider it being an identity matrix) and my camera does not have ...
3
votes
3answers
704 views

Fisheye projection matrix in Xna/OpenGL - 3D

I'm looking for a projection matrix I can use in 3D that will give me the effect of a fisheye. I'm not looking for a pixelshader or anything like that, that will manipulate pixels - but the actual ...
3
votes
1answer
342 views

How can I use a Mapnik-Backgroundlayer with lat-lon layers in one map with OpenLayers?

I have an application with a map-client using OpenLayers. I want to use Mapnik-data as background-layer, as provided with the class OpenLayers.Layer.OSM.Mapnik. For that I have to switch to the ...
3
votes
2answers
1k views

Mercator longitude and latitude calculations to x and y on a cropped map (of the UK)

I have this image: http://imgur.com/99tSz.png. A map of the UK (not including Southern Ireland). I have successfully managed to get a latitude and longitude and plot it onto this map by taking the ...
3
votes
1answer
2k views

3D effects in a 2D game using OpenGL

I am working on a 2D game using OpenGL ES. I am using the orthographic projection, since it makes the 2D stuff easy. Now I would like to create a simple 3D effect, say rotate a sprite around the Y ...
2
votes
3answers
87 views

3d grayscale volume projection onto 2D plane

I have a 3-D grayscale volume corresponding to ultrasound data. In Matlab this 3-D volume is simply a 3-D matrix of MxNxP. The structure I'm interested in is not oriented along the z axis, but along a ...
2
votes
3answers
90 views

C# Linq Projecting Anonymous type onto an interface

Is it possible to project using a Select onto a anonymous type? Here is some example code public interface ITest { string A{get;} int B{get;} } string[] names = { "Tom", "Dick", "Harry", ...
2
votes
0answers
47 views

Check square in perspective projection

I'm writing an application which detect squares. I wrote algorithm of quad detection and now I must select squares of this quads list. How can I do this in perspective projection? Can I transform this ...
2
votes
2answers
44 views

why the projection matrix must be double?

Here is the problem, I have a ModelViewProjection(MVP) Matrix that is made from multiplying ModelView with Projection; I have made some functions that does the same thing as glOrtho and gluPerspective ...
2
votes
2answers
25 views

Synchronize a Select Projection

I would like to use a table alias within the projection of another select statement, like this: SELECT [ID] ,[Name] ,CASE WHEN 'reptile' IN (SELECT [Type] FROM dbo.Pets [S] INNER ...
2
votes
1answer
193 views

3D Projection Mapping

I'm trying to use a common LCD projector to shine an image onto a simple 3D shape, but do it in a repeatable way. What I need: My simplest example is, I place a cube on a table, place a projector ...
2
votes
1answer
115 views

Perspective projection issues on zoom

I have been working on a perspective projection rendering demo using javascript, recently I added perspective projection and it works as it should except when I zoom in. Here is a picture of this ...
2
votes
2answers
167 views

Projection media query: browser support and workarounds?

I'm trying to get styles applied to a page only when the page is projected on the wall (by a projector, when someone is giving a presentation). As the moment, I can only get this in Opera in ...
2
votes
1answer
472 views

How to compute projections of 3D meshes in matlab

I'm trying to compute 2d projections of a 3d mesh from different views using matlab. The solution I m using now, is to plot the 3d mesh, rotate it, and make a screenshot. I would like to know if ...
2
votes
2answers
84 views

Linq projection that flattens a list into a deliminated string

I am trying to concat and comma deliminated (or space) a list and project it. I have some sample code below. public class Friend { public string Name { get; set; } } public class Person { ...

1 2 3 4 5