Top "Geometry-surface" questions

The mathematical or computing concept of a 2-dimensional shape.

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. …

matlab matrix plot geometry-surface
Matlab Delaunay Triangulation of Point Cloud - Color Matrix

I would like to create a plot of the 3D surface that spans over all points from an [X,Y,…

matlab matlab-figure triangulation geometry-surface
How to get rid of pygame surfaces?

In the following code, there is not just one circle on the screen at any given point in time. I …

python pygame geometry-surface
Texture mapping in MATLAB

I have points in 3D space and their corresponding 2D image points. How can I make a mesh out of …

matlab plot interpolation texture-mapping geometry-surface
Directx9 surface to texture

I want to capture my Backbuffer into my LPDIRECT3DSURFACE9 and then copy the surface into my IDirect3DTexture9 finally …

c++ 3d directx textures geometry-surface
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 586199.4 2525857.8 15.22 586219.8 2525731 14.6 586242.2 2525829.2 14.41 Columns 1 and 2 are the X and Y coordinates (…

matlab grid interpolation raster geometry-surface
Matlab: surface plot not working

I have a surface plot I'm trying to do. x is an 11 element vector, y a 300 element vector and z …

matlab plot geometry-surface
Animation in MATLAB

How do I animate a surface if it's coordinates change in time (e.g. ellipsoid) using MATLAB?

matlab animation plot geometry-surface
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 …

matlab geometry rendering texture-mapping geometry-surface
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 …

python pygame geometry-surface blit