First
|
Prev |
Next
|
Last
Pages: 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312
homogeneous points hi i want to do image stitching.so i have extracted SIFT features from the image.now i want to get homogeneous points from one image and corresponding homogeneous points from second image. so any one can give me the idea how to do it????? ... 11 Feb 2010 15:03
get a variable name Dear all, I'm writing an object oriented piece of software in Matlab and I am looking for the following functionallity: x = package.classobj1; y = package.classobj2; package.testfunction(x,y); In the constructor of testfunction I save obj.var1=x, obj.var2=y but I also want to know the string name of these ... 12 Feb 2010 13:27
Matlab Installation error Hi I am getting error message as Invalid entry CRC ( expected 0x6e8f667c but got 0x75c9f1b0), and then it stop the installation process. Can some one help me out for this problem. Thanks, Sanjay ... 11 Feb 2010 15:03
3d slice as a 2D image I have a 3D volume and I have a plane crossing that volume. I have the plane equation (Z=f(x,y)) and so the normal to it. I want to analyse this plane not its projection. How can I obtain the rotated version (conciding with the xy-plane) of that plane with the values from the 3d volume ? I would be greatly thankful i... 11 Feb 2010 16:11
Transfering a mesh to MATLAB Hi, I have a text file with three columns: x coordinate, y coordinate and the z value at point (x,y). I need to transfer this file to MATLAB and plot a 3D figure to show the z value at each point. How can I do this? thanks, ... 11 Feb 2010 15:03
reshape table to matrix while grouping rows "Oleg Komarov" <oleg.komarovRemove.this(a)hotmail.it> wrote in message <hl1h09$s8k$1(a)fred.mathworks.com>... "Tom De Temmerman" <tom_dt5(a)hotmail.com> wrote in message <hl1dhl$atc$1(a)fred.mathworks.com>... Hi guys, the problem is the following i have a table of this format (m by 3 matrix): X ... 11 Feb 2010 15:03
Changing the axis on the compass plot? Hello, I am using the compass plot to plot a circular data set but I have difficulties changing the axis of this plot. Specifically, I would like to remove some of the Axis point (say for example the 30 adn 60 degrees) and also I would like to change numbers (for example instead of 90 write 30). Does anyone have a... 11 Feb 2010 13:55
View Slice in 2D I have a 3D data set and I have a plane slice in it. Z(x,y) or Y(x,z) I want to view this skewed plane as a 2D image. This can be done by rotation but I do not know how ? I have the plane equation and so the normal to it. ... 12 Feb 2010 05:28
reshape table to matrix while grouping rows "Tom De Temmerman" <tom_dt5(a)hotmail.com> wrote in message <hl1dhl$atc$1(a)fred.mathworks.com>... Hi guys, the problem is the following i have a table of this format (m by 3 matrix): X Y count 1 1 3 1 4 1 1 5 6 3 4 ... 11 Feb 2010 13:55
Calculating the normal to a curve Hi, I've just started using matlab and in order to gain experience I've been coding up some programs to perform simple tasks. To learn how to manipulate polynomials, I created a program to calculate and plot the normal to a curve at a given point. But it doesn't work. The resulting line isn't the normal at the point... 12 Feb 2010 05:28 |