The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
5answers
16k 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.
5
votes
5answers
5k 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 ...
18
votes
7answers
19k 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 = ...
12
votes
8answers
5k 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; } ...
4
votes
1answer
6k 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 ...
13
votes
8answers
62k 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'; ...
25
votes
6answers
12k 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 ...
8
votes
4answers
6k 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 ...
11
votes
4answers
12k 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 ...
3
votes
2answers
8k views

Formula for a orthogonal projection matrix?

I've been looking around a bit and can't seem to find just what I"m looking for. I've found "canonical formulas," but what's the best way to use these? Do I have to scale every single vertex down? Or ...
8
votes
3answers
8k 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 ...
1
vote
1answer
694 views

Android augmented reality app convert List location from Point of Screen

I have a problem and I can't find a solution. I have made an Android augmented reality app. In my app I have a list of points of interest, every point of interest as a location(longitude, latitude, ...
4
votes
2answers
1k views

square to trapezoid

I know that transforming a square into a trapezoid is a linear transformation, and can be done using the projective matrix, but I'm having a little trouble figuring out how to construct the matrix. ...
3
votes
2answers
375 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 ...
12
votes
4answers
3k 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. ...
4
votes
1answer
2k views

Howto project a planar polygon on a plane in 3d-space

I want to project my Polygon along a vector to a plane in 3d Space. I would preferably use a single transformation matrix to do this, but I don't know how to build a matrix of this kind. Given the ...
3
votes
2answers
2k views

Mouse / Canvas X, Y to Three.js World X, Y, Z

I've searched around for an example that matches my use case but cannot find one. I'm trying to convert screen mouse co-ordinates into 3D world co-ordinates taking into account the camera. Solutions ...
7
votes
1answer
4k 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 ...
6
votes
4answers
4k 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. ...
2
votes
2answers
394 views

Determining camera parameters

Given a picture taken by a simple digital that contains an image of a rectangle of known dimensions. How can I - to some degree of accuracy - determine the parameters of this camera? I am mostly ...
5
votes
3answers
206 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 ...
2
votes
2answers
675 views

What are good reasons to enable 2D projection with cocos2d-iphone?

In cocos2d-iphone the default projection type is "3D" projection. But you can also set the projection to "2D" like so: [[CCDirector sharedDirector] setProjection:CCDirectorProjection2D]; Behind ...
1
vote
2answers
3k views

Calculation of a perspective transformation matrix

Given a point in 3D space, how can I calculate a matrix in homogeneous coordinates which will project that point into the plane z == d, where the origin is the centre of projection.
6
votes
2answers
6k 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, ...
5
votes
3answers
1k 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 ...
5
votes
1answer
3k 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
3k views

Grails: Projection on many tables?

I have some problems with projection in Grails. Could you please help me review them and suggest solutions for me? I want to query data on many tables which has many-to-one relationship and ...
3
votes
2answers
1k views

Radius of projected Sphere

i want to refine a previous question: How do i project a sphere onto the screen? (2) gives a simple solution: approximate radius on screen = world radius * cot(fov / 2) / Z with: fov = field of ...
3
votes
1answer
2k views

Return entity via projection query

Is it possible to return an entity using a projection query? I've successfully done it with a SQL query (see below), but can't find how to do it with a projection query. Dim sql As String = "SELECT ...
2
votes
1answer
62 views

Cartesian Coordinate System in Perspective Projection

I'm still implementing a perspective projection for my augmented reality application. I've already asked some questions about the viewport-calculation and other camera stuff, which is explained from ...
1
vote
1answer
203 views

Perspective Projection and Z-buffering of a 3D head to form a face image

Input: 53490 3D points and for each point (xyz) and color (rgb) of a head Output: 2D face image as viewed from a particular position / direction Platform: Matlab C/C++ After study, I found the ...
1
vote
3answers
2k views

SQL DateDifference in a where clause

I m doing a query as follows : select * from a where DATEDIFF(d, a.DateValue , DateTimeNow) <3; and not working I m trying to get the data that s not older than 3 days. SQL server. How to do ...
1
vote
1answer
1k views

Perspective projection - how do I project points which are behind 'camera'?

I'm writing my own software rasterizer in Java, and I ran into some trouble with it... take a look at a sample image, please: Image This sample just draw simple square grid on a plane. Everything ...
4
votes
1answer
2k views

Hibernate criteria with projection not performing query for @OneToMany mapping

I have a domain object, Expense, that has a field called initialFields. It's annotated as so: @OneToMany(fetch = FetchType.EAGER, cascade = { CascadeType.ALL }, orphanRemoval = true) @JoinTable(blah ...
3
votes
3answers
4k views

Perspective Projection with OpenGL

I am confused about perspective projection. Here is the scenario that is confusing me. My frustrum's front plane is basically positioned at at positive z-axis and the back plane at a -ive axis and ...
3
votes
1answer
1k 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: ...
2
votes
1answer
1k views

How to project a spherical map onto a sphere / cube: “Equirectangular to cubic”

UPDATE: I found that, http://os.ivrpa.org/panosalado/wiki , has an implementation in java. Anyone who has something similar in c or c++? I have this panorama, an spherical map from google streetview, ...
2
votes
2answers
719 views

QR Codes - Camera Orientation/Projection

I am looking for a library or method to decode a QR Code (or potentially another form of 2d barcode) and to be able to actually determine the camera position and orientation. This seems like it should ...
2
votes
1answer
9k views

Use fewer columns on SQL query through Hibernate Projections on Entity with ManyToOne relation

I'm trying to build a smaller SQL, to avoid the "select * from A" that is being build by default for hibernate Criteria. If I use simple fields (no relation), through "Transformers", I have can ...
2
votes
2answers
2k views

flash 10 orthographic projection

I've been playing a bit with the new flash 10 3d possibilities, and found out that rotating a sprite in 3d is fairly easy: var card:Sprite = new MyCard() card.x = 100 card.y = 100 card.z = 200 ...
1
vote
1answer
716 views

Filter a managedQuery by file extension (or, alternatively, file type) for an Android Cursor

I want to do a managedQuery using Android SDK where the results returned are filtered by their respective file extension (e.g. not the name, necessarily). I've done quite a bit of researching and am ...
1
vote
1answer
770 views

LINQ to SQL Projection: Func vs Inline

I am finding some unexpected behavior when using a projection in a LINQ to SQL query using a Func. Example code will explain better than words. A basic L2S lambda query using projection: ...
1
vote
1answer
566 views

NHibernate Entity access through projection

I have this mapping file: 'class name="WebTools.Data.Common.IHObjekt, WebTools.Data" table="IHObjekt"' .... 'property name="TYPBEZEICH" type="string"' ... 'many-to-one name="standort" ...
1
vote
1answer
485 views

Resource for understanding view, projection, 'virtual camera' in OpenGL or graphics in general

I noticed most resources either assume you know a lot already or assume you know math of professional level or assume you're going to find other resources to fill gaps. Is there a resource that takes ...
1
vote
2answers
656 views

LINQ projection to presentation model

I'm pretty new to LINQ and a lot of modern data-driven application design techniques in general, so this may be a pretty basic question. I'm trying to create a projection of a couple different Entity ...
0
votes
1answer
207 views

CreateCriteria with projections does not select all columns

My Question is exactly like Grails Projections not returning all properties and not grouped I have a following criteria def sharedDocumentsInstanceList ...
0
votes
1answer
544 views

OpenLayers reprojection

I'm using openLayers to show a whole bunch of layers of Uruguay, that come from a WMS.. I'm trying to add the option that you can use two different base layers. One of them is the google satellite ...
0
votes
1answer
243 views

EF dynamic projection (mapping to the Dictionary of property-value pair)

I'm trying to implement dynamic projection for Entity Framework to be able to specify list of properties to return ang get a dictionary of values as a result. public static ...
0
votes
2answers
572 views

Include with projection does not work

I have this query var test = context.Assignments .Include(a => a.Customer) .Include(a => a.Subscriptions) .Select(a => new AssignmentWithSubscriptionCount { ...
0
votes
1answer
816 views

NHibernate Criteria: howto exclude certain mapped properties/collections?

Here's my (simplified) model: Ticket -> Customer Callback (s) I have my Ticket mapped so that when it's loaded, the Callbacks are as well. base.HasMany<TechSupportCallback>(x => ...

1 2