The projection tag has no wiki summary.
0
votes
2answers
262 views
Android: MapView Projection inaccurate
Because of some calculations I have to transform a GeoPoint to screen coordinates, do something with them and then transform them back to a GeoPoint.
Sadly after those transformations the new ...
3
votes
1answer
494 views
Projection on a MongoDb Query using Spring data and QueryDSL
I have a Spring MVC/Spring Data / Mongo DB application.
I have setted up my environement according the the spring data documentation and my repositories work fine (I can execute queries with ...
3
votes
1answer
493 views
How to convert NAD 83 coordinates to latitude and longitude with rgdal package?
I have coordinates, all of which should be located in DC, but I cannot figure out how to convert them from NAD 83 to latitude and longitude in R. I'm using the spTransform() function in the rgdal ...
2
votes
1answer
401 views
3D projection of depth + color
I have a color image along with its depth map which both are captured by Kinect. I want to project it to another location (to see how it looks like in another viewpoint). Since I don't have the ...
2
votes
2answers
162 views
Should a LINQ projection be strongly typed
I have an aggregated data view in an MVC project which displays the totals per month broken down by audit status. The controller code sets this up using a simple LINQ projection into an anonymous ...
1
vote
1answer
1k views
OpenGL Perspective
I'm trying to depict a cube using a perspective projection, but all I get is the corner of a square. The face of the square is set at the origin and expands in the positive direction. Using glOrtho ...
0
votes
2answers
143 views
Vertica - What happens with the projections when running the Database Designer?
What happens with the old(existing) projections when running the Database Designer?
For example:
I have a query file and need to make query-bases projections? If I run the DB designer would the old ...
0
votes
1answer
325 views
What is the best way to create projections in Vertica?
Hy all
I am trying to understand how Vertica DB works.
I want to know what is the best way to create the projections that will be used by my queries.
1 -I know i can create by writing the code on ...
2
votes
1answer
797 views
how to render custom layout of the projection of known content items
I have defined my own projection by a query which returns a set of content items of known content type. I would like to take pick up certain content parts of these content items and display them in ...
0
votes
1answer
277 views
Does WCF OData Service Support Projection?
I'm using WCF OData service as my application Data Provider.OData service expose a entity that I don't want to get whole entity,I create LINQ query to get projection from this Entity.
But i have ...
1
vote
1answer
412 views
Can I use calculated Homography for transforming 2D coordinates from one camera to the other stereo camera?
Sorry if it sounds stupid but I really need to ask this.
Once homography is calculated, can I use this to project 2D coordinate of an object's center detected in one camera to the other stereo ...
0
votes
1answer
107 views
Building hand model and its projections in Maya
As part of a hand detection problem I would like to build 3D hand model and export its projections (e.g. rotation 15..+15 degrees on X, -5..+5 on Z axis..., scale...) to images for template matching.
...
0
votes
0answers
105 views
Matlab Map Projections into a GUI on Venus
I've developed a Matlab program that transforms spherical coefficients from gravity data on Venus into topography, gravity, and geoid maps of any given lat/lon range using a GUI and imagesc.
...
0
votes
0answers
132 views
Three.js: is there a way to change how a sprite is projected?
On three.js, I have a beam-like 2d sprite like this:
Drawing that sprite flat on the screen will not give the desired results, obviously. I can, though, make a function that will return the 3d ...
0
votes
1answer
255 views
Point cloud:project city square to ground plane
I have a city square with people, cars, trees and buildings in pcl format. I need to automatically determine the ground plane and project this objects on that ground plane to get a 2D map with ...
1
vote
1answer
498 views
openGL Math book to learn matrix rotations/projection frustum settings, etc
I'm searching for a great-explained book to learn openGL matrix operations, frustum generation (something like http://www.songho.ca/opengl/gl_projectionmatrix.html but with a greater coverage on ...
3
votes
2answers
3k views
Reconstruct 3D-Coordinates in Camera Coordinate System from 2D - Pixels with side condition
I am trying to reconstruct 3D-Coordinates from the 2D-Pixel-Coordinates in a Camera Picture using a side condition (in MatLab). I do have extrinsic and intrinsic camera parameters.
Using homogenous ...
0
votes
0answers
306 views
Projection of 2D Feature(object) in 3D model
I have a 3D model of a building with real world coordinates (point cloud, digital elevation model) and also some photos of the building which was used to create that 3D model.
My task is to find the ...
0
votes
2answers
205 views
Map 3D point cloud onto surface then flatten
Mapping a point cloud onto a 3D "fabric" then flattening.
So I have a scientific dataset consisting of a point cloud in 3D, this point cloud comprises points on a surface that is curved. In order to ...
-1
votes
2answers
637 views
Finding real world coordinate(3D) from 2D coordinates
I have x, y coordinates of a feature from a single photograph. I know camera parameters. How can i get the 3D coordinate of that feature (in matlab). please help me.
3
votes
1answer
492 views
Projections with Entity Framework
I have a question about making projections with the Entity Framework.
I have three tables:
Profile, Biography and BiographyTranslation
I want to do the following projection: (biographies = ...
0
votes
2answers
491 views
Android - Google Maps - Projection - toPixels() - Is it device independent pixels?
I am using the Map View Projection to obtain the screen pixels like
currentPixelLocation = businessMapMv.getProjection().toPixels(tappedLocation, null);
Then I am using this to do some ...
8
votes
1answer
584 views
Orchard Query List Rendering - Remove ul li
I am using the latest version of Orchard and have created a projection widget of three articles. I would like to display them in source terms directly after eachother:
...
1
vote
1answer
573 views
WebGL Isometric projection
Alright- going nuts here. I'm doing some WebGL and I'm trying to make an isometric cube. I don't want to use Three.js. I want to first understand what is going wrong in my code. I've been researching ...
1
vote
1answer
2k views
Hibernate Projections List
I ned to get only a few column values from the table. So I have used Projections to achieve this. The code works, but I don't think it is effective.
My issue was when I used ProjectionsList & ...
0
votes
0answers
71 views
Trouble Projecting a linq Query
I have the following entity model :
And from it I need data in a format like :
Name, Picked, Packed, Complaints
ie Name=Muhammad Picked=6 Packed=9 Complaints=1
Within a given time period (using ...
0
votes
1answer
223 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 ...
2
votes
2answers
620 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 ...
0
votes
1answer
516 views
Nhibernate queryover projection on detail entity fields
What I want to do is to be able to use projections with queryover. I have succeeded doing this using projections on first level only using AliasToBean Transformer but when i project on properties from ...
0
votes
1answer
207 views
D3 it is possible to change projection
I am using D3.js for a project, and I would like to know if it is possible to change the projection of SVG object during the change of zoom ?
I would like to use it for this scenario: I am using ...
0
votes
1answer
111 views
Translate ortographic to perspective
I have two points that describe line, problem is that i know coordinates of one for orthographic matrix (ie 150x250x0), and coordinates for second for perspective matrix (0.5x0.5x20.0f). I would like ...
1
vote
1answer
377 views
Orchard Projection Widget with pager issue [closed]
I'm working on a website made with Orchard CMS. I put a Projection Widget on a page with a custom query and it works perfectly but if there is a pager on that page and I click to another page (not to ...
0
votes
1answer
87 views
Actually where (or what way ) matrix mode switching takes place in modern opengl 3.x/4.x?
I've read much about vectors, buffer objects etc., and reviewed much of example application implementing old/new opengl operations. My app, including object loading, transformations and ...
1
vote
1answer
195 views
How to get the projection plane in OpenGL
I use the gluPerspective and glLookAt to set my projection matrix and view matrix. If I want to get the coordinate of the eye, it's the first three arguments in the gluLookAt, right?
However, now I ...
1
vote
1answer
395 views
Calculate 3D coordinates from 2D Image plane accounting for perspective without direct access to view/projection matrix
First time asking a question on the stack exchange, hopefully this is the right place.
I can't seem to develop a close enough approximation algorithm for my situation as I'm not exactly the best in ...
4
votes
1answer
167 views
Are path-dependent types type projections?
I'm reading Scala in depth now. Here is an excerpt from the book:
All path-dependent types are type projections. A path-dependent type foo.Bar is rewritten
as foo.type#Bar by the compiler...
...
0
votes
2answers
273 views
What is the connection between an isometric angle and scale?
I am trying to work out an isometric projection matrix for a custom angle. In the engine I'm using there's a projection matrix defined like so:
var project:Matrix = new Matrix();
projection.rotate(45 ...
1
vote
1answer
290 views
Displaying vector files in QT using GDAL/OGR
I am writing an application to load vector maps/shape files using gdal/ogr and display them onto a gui designed using Qt. I am new to dealing with vector files, I am not able to decide how to render ...
3
votes
1answer
3k views
How to set QGraphicsScene/View to a specific coordinate system
I want to draw polygons in a QGraphicsScene but where the polygons has latitude/longitude positions. In a equirectangular projection the coordinates goes from:
^
...
0
votes
1answer
179 views
Mapview geopoint is holding screen
I'm having troubles on a simple task.
I'm trying to draw a square at the top left of the map shown below. (top left of the map projection)
But when I convert pixel 0,0 to latitude and longitude ...
1
vote
2answers
820 views
Linq to Entities - Project into object, search on all fields but only return ONE single property
I'm curious if there is a way when using Linq to Entities to project into a new object, add .Where extensions to the initial Linq query (deferred execution and some building of dynamic lambda ...
0
votes
1answer
132 views
Curve produced by perspective transformation applied to circular arc
I am trying to produce a drawing of a 3D sphere within a canvas which I would like to render quickly: My target is real-time performance for a small (300px square) canvas on iPad.
Most of the demos ...
0
votes
2answers
534 views
3D Perspective Projection doesn't look right
I have been using the 3D perspective projection formula:
sx = wx*scale/wz
sy = wy*scale/wz
It projects things sort-of alright, but for example a cube looks more like a rectangular prism and is ...
0
votes
2answers
616 views
How to get a Ray from 'gluUnProject'
my basic question is - what is the proper way to use 'gluUnProject' to get a Ray or normal vector from my mouse/cursor position.
I have converted the 'gluUnProject' code to C# from the mesa glu C ...
0
votes
1answer
463 views
using AutoMapper.IMappingOperationOptions in AutoMapper
How to use the function AutoMapper.Mapper.Map(TSource source, Action opts) in AutoMapper ?
I think the 2nd param (Action opts) is there for declaring mapping options if needed but i can't find any ...
0
votes
1answer
292 views
Why does TextBlock not show up with Projection attribute in a canvas?
I got this piece of code:
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<Canvas>
<TextBlock Name="txtblk"
Canvas.Left="100" ...
0
votes
3answers
1k views
Grails projections group by and count
Following are my two classes
class Users {
String emailAddress
String password
// String filename
String firstName
String lastName
Date dateCreated
Date lastUpdated
}
...
0
votes
3answers
2k views
PROJECTION in vertica database
Could someone explain me the concept of PROJECTION in vertica database with an example query?
0
votes
1answer
156 views
expected point is not right in epipolar geometry
I have 2 cameras (camera 2 is translating respect camera 1) with their projection matrix P1 and P2. They took an image, I1 (camera 1) and I2 (camera 2) 512x512.
P1 =
-510.0686 -12.9401 -259.3765 ...
1
vote
3answers
353 views
Using LINQ to project a list to a key / count 2-dimensional array
Let's say I have a list of an object like this:
var users = new List<User>();
users.Add(new User() { FirstName = "Ek0nomik" });
users.Add(new User() { FirstName = "Ek0nomik" });
users.Add(new ...