Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
300 views

Algorithm for simplifying 3d surface?

I have a set of 3d points that approximate a surface. Each point, however, are subject to some error. Furthermore, the set of points contain a lot more points than is actually needed to represent the ...
8
votes
2answers
3k views

Texture mapping in MATLAB

I have points in 3D space and their corresponding 2D image points. How can I make a mesh out of the 3D points, then texture the triangle faces formed by the mesh? Update See answer
7
votes
2answers
4k views

Understanding Canvas and Surface concepts

I'm struggling to understand the process of drawing to SurfaceView and therefore the whole Surface/Canvas/Bitmap system, which is used in Android. I've read all articles and API documentation pages, ...
7
votes
3answers
2k views

animation in Matlab

how to animate a surface if it's coordinates change in time (e.g. ellipsoid) using Matlab?
6
votes
1answer
7k views

Doing readback from Direct3D textures and surfaces

I need to figure out how to get the data from D3D textures and surfaces back to system memory. What's the fastest way to do such things and how? Also if I only need one subrect, how can one read ...
5
votes
5answers
432 views

Is there any algorithm for projecting images onto a non-flat surface?

Is there any algorithm for projecting images onto a non-flat (deformed) surface? It is not deformed too much. It is a really glassy surface covered with high-quality, durable tracing paper. I have a ...
4
votes
1answer
267 views

Area covered by a point cloud with R

I have a cloud of points scattered in a 2D Euclidean space. I would like to calculate the area inside the polygon linking the most extreme (=peripheral) points of the cloud. In other words, I would ...
4
votes
3answers
428 views

Calculate the horizon of a curved face? - Not extrema

I need to find the 2 points of the visual horizon, of a curved face. I have: XYZ of the 4 corner points XYZ of the 2 curved edge bezier points And I need to calculate either: XY of the 2 ...
4
votes
2answers
658 views

Slicing a NURBS surface

I have a NURBS surface which has 4 curved edges. (I have the 4 bezier points for the curves) I'd like to slice the NURBS surface with a slicing-plane thats on-axis (not as advanced as 3DSMAX!), and ...
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
2answers
90 views

Pygame how to change size of a surface?

How do you change the size of a surface in pygame that has an image (not scaling). When I load an image in pygame the surface becomes the size of the image. I need to change the size of the surface to ...
3
votes
1answer
145 views

setting DirectX9 surface pixels

I'm trying to set the individual pixels in a D3DSURFACE9 but they're going all over the place. I think I've done this before but can't seem to get it right this time. 3DLOCKED_RECT lrt; if(D3D_OK == ...
3
votes
1answer
166 views

Compute a point on a spline surface

I am working on a control algorithm to be run on an embedded system. My programming language is C and the system will be pretty tightly constrained in terms of memory and processing power. I have a ...
3
votes
1answer
123 views

difficult to interpret error message

I'm working on a keyboard for Android. I try to use the same popup keyboard style as the popup keyboard introduced by the Gingerbread keyboard. When I run my code on Honeycomb the popups aren't ...
3
votes
1answer
804 views

3D charting in Flex (surface)

Do you have any recommendation for a free 3D charting library in Flex. To be more precise, I only need to draw surface (for now). Basically, I just need a chart that displays three axes (one should be ...
3
votes
2answers
2k views

How do I draw a texture-mapped triangle in MATLAB?

I have a triangle in (u,v) coordinates in an image. I would like to draw this triangle at 3D coordinates (X,Y,Z) texture-mapped with the triangle in the image. Here, u,v,X,Y,Z are all vectors with ...
2
votes
0answers
62 views

Using ShowWithoutActivation

I am attempting to run a XNA app with ShowWithoutActivation so that it comes up without stealing focus. I'm attempting to do this for an open-source branch of SurfaceToTUIO, which runs on the ...
2
votes
1answer
337 views

Minimum area enclosing rectangles?

I need an idea for an algorithm to solve the following problem (I already tried some personal solutions but they don't seem to be optimal) If given a surface with marked and unmarked zones (in matrix ...
2
votes
1answer
217 views

Python 3D polynomial surface fit, order dependent

I am currently working with astronomical data among which I have comet images. I would like to remove the background sky gradient in these images due to the time of capture (twilight). The first ...
2
votes
4answers
82 views

Mesh to mesh intersections

I'm looking for a library or a paper that describes how to determine if one triangular mesh intersects another. Interestingly I am coming up empty. If there is some way to do it in CGAL, it is ...
2
votes
2answers
338 views

Zoom effect on android Surface View

I am developing car race game. I am able to move,stop, accelerate. but i want that when i press particular key then car(bitmap of car image) should look like, it had jumped on its place.I am using ...
2
votes
0answers
67 views

How to scroll an Surface LibraryBar item into view?

Hallo, using WPF4 and Surface Toolkit 1.5 Beta I am adding items to a LibraryBar in a button click handler. I would like to have the LibraryBar scroll to the latest added item, like in this ...
2
votes
2answers
132 views

Which geometrical calculations can be accelerated using OpenGL

I need to accelerate some programs that use intensive calculations where surface calculations from the intersection between cubes, spheres and similar are needed. Using CUDA I need to specify all the ...
2
votes
1answer
228 views

Contour of 2d point clouds

I have scattered point clouds in 2d. My problem is I would like to get the boundary's point to get the contour of the point clouds. I know about this 'marching square' howver this algorithm usually ...
2
votes
2answers
358 views

Android: Thread pausing intermittently

having some trouble with a Thread (CanvasThread) that is intermittently pausing at random points within my application. Everything else in the app continues to function as necessary, it's simply this ...
2
votes
3answers
658 views

plotting surface without axes

I want to plot a surface without axes planes.. I think I'll explain better with images: I want to get whis one: Instead, I'm getting this:
2
votes
1answer
85 views

modelling 3d cells defined by intersections of surfaces

I'm trying to create an interactive 3d representation of cells that are defined by the intersection of arbitrary surfaces. I'm having a hard time figuring out how to create a mesh from this (or is ...
2
votes
1answer
2k views

matlab: how to plot multidimensional array

Let's say I have 9 MxN black and white images that are in some way related to one another (i.e. time lapse of some event). What is a way that I can display all of these images on one surface plot? ...
2
votes
2answers
401 views

In SDL, does SDL_Quit() free every surface?

Basically, on surfaces that are going to exist right until the program terminates, do I need to run SDL_FreeSurface() for each of them, or would SDL_Quit() take care of all this for me? I ask mainly ...
2
votes
3answers
534 views

how to animate 2 surfaces in Matlab?

I've written this code which makes an animation of 2 ellipsoids. Parameter k1 of these ellipsoids must depend on time (so they'd move asynchronously), but I need to animate them in one figure. Can I ...
2
votes
2answers
417 views

Calculate the horizon of a curved face?

I need to find the 2 points of the visual horizon, of a curved face. I have: XYZ of the 4 corner points XYZ of the 2 curved edge bezier points And I need to calculate either: XY of the horizon ...
2
votes
2answers
349 views

interpolate a terrain surface from scattered data using heat equation

Hi This is my first question in this forum, so please bear with me and I hope I'm not violating any rules. I am looking at different ways to model scattered 3d data as a gridded function (over xy ...
1
vote
2answers
21 views

How do you rotate the text in textblock in C# (Code-Behind)~~

Basically I am currently doing final year project in my college whereby i am touching on surface 2.0 WPF. My project is a game whereby if a user answer a question wrongly,the next question will be ...
1
vote
0answers
27 views

Efficient object-space hidden surface removal

I have the following problem: I need to generate 2d views of a 3d model. Under normal cicrcumstances this would of course be trivial: just render everything to the screen using the painter's algorithm ...
1
vote
1answer
31 views

How would you create a particle SURFACE emitter based on a created canvas shape? HTMLS CANVAS JS

I have a shape (a quarter circle) that I've created using the html canvas function: moveTo LineTo QuadraticCurveTo How do I go about exploding the shape into particles and then return them to form ...
1
vote
1answer
96 views

python pygame blit. Getting an image to display

I'm trying to get my webcam to show video through pygame. Here is the code: # import the relevant libraries import time import pygame import pygame.camera from pygame.locals import * # this is where ...
1
vote
2answers
85 views

MATLAB XYZ to Grid

I have a tab separated XYZ file which contains 3 columns, e.g. 586231.8 2525785.4 15.11 586215.1 2525785.8 14.6 586164.7 2525941 14.58 ...
1
vote
1answer
86 views

Matlab: How to get the surface (m2) of an area from which i have 1 coordinate

I have a binary image in matlab and i have a centroid of an area (see the * in the picture) which was previously calculated. Now based on this centroid x and y, i would like to get to get the surface ...
1
vote
2answers
71 views

Algorithm to draw centered text on a 2D surface

I am looking for stable algorithm to draw possibly long text horizontally and vertically centered on a 2D surface. This is not language specific, so if you can provide examples in any language it ...
1
vote
1answer
155 views

How to optimize style of Surface ListBox items?

I'm having trouble with performance with just 15 items in a SurfaceListBox. The ListBox is created with source binding to my viewmodel and I'm using a ItemContainerStyleSelector, to select one of ...
1
vote
1answer
41 views

How can I disable the drag event in LibraryBar control

There are some LibraryBarItems in a librarybar control, when I drag horizontally, all the librarybaritems move. But I need to disable this drag event, this means that whenI drag the librarybar ...
1
vote
1answer
72 views

Pygame: <Surface: (Dead Display)> and Python's “with statement”

So I'm developing a game using Pygame and trying to abstract away a lot of the code. In the process though, I'm getting some weird errors. Namely, when I run main.py, I get this trace: >>> ...
1
vote
2answers
155 views

Android usage of the flinger term?

Android uses the term flinger in e.g. the Android Surface Flinger library, which purpose is to combine different surfaces from different apps to the fully composed image that is rendered on the ...
1
vote
1answer
146 views

Getting a running android.media.MediaPlayer to persist across activities in an Application

I'm trying to show a video stream that starts in one activity of my application and follows the user to other activities in the application without having to re-prepare it. A bit of a pause on ...
1
vote
2answers
148 views

plot a set of 3D data in different angles in MATLAB

I have a formula that depends on theta and phi (spherical coordinates 0<=theta<=2*pi and 0<=phi<=pi). By inserting each engle, I obtained a quantity. Now I have a set of data for different ...
1
vote
1answer
153 views

Writing CUDA surface backed by an array of vectors

I am trying to write to a 2-dimensional cudaArray through a surface<void, 2>. The array has a channel format {32, 32, 0, 0, cudaChannelFormatKindFloat} or to put it more simply, holds vector2s. ...
1
vote
0answers
140 views

Drag and drop items out of Surface LibraryBar to remove them?

Hallo, in my WPF4 & Surface Toolkit 1.5 Beta project I have a Surface LibraryBar with built-in drag and drop features. I also have a user control where I can drag and drop an item of the ...
1
vote
2answers
237 views

Android OpenGL ES game not free memory when out and in of Activity GameSurface

I have a normal Main activity that calls the Game Activity Surface (in Open GL), wich load all textures and play the game. If I drop the activity with OpenGl surface, the engine delete the textures ...
1
vote
1answer
294 views

How do i: convert surface to a texture or create a texture with certain multisampling parameters or render a surface with an alpha layer

I am creating two render targets, both must share the back buffer's depth buffer, so it is important that I set them to have the same multi sampling parameters, however pDevice->CreateTexture(..) does ...
1
vote
1answer
172 views

WPF: Style ListBoxItem to unify colors

I am starting with WPF development on a touch device. Although .NET and WPF seem to be an amazing technology, I am somewhat lost. I am developing a generic control. I defined an UserControl which ...

1 2 3