Answered
Numerical Jacobian in Matlab
Actually there is non problem what so ever. The Jacobian of your function is: J=@(x) [2*x(1) 2*x(2);3*x(2).*(x(1).*x(2))....

12 years ago | 0

Question


loadlibrary error
Hi, I have downloaded a set of functions for computing exact geodesic on a surface mesh from here : http://www.mathworks.com/...

12 years ago | 1 answer | 0

1

answer

Answered
Overlap / Combine two image
By convention foreground is usually white (pixel value = 1) and background is black (pixel value = 0). Suppose IM is your origin...

12 years ago | 0

| accepted

Submitted


Nonlinear Relaxation Labeling for Image Processing
Improve spatial coherence of a 2D monochromatic/multispectral image using probabilistic relaxation

12 years ago | 1 download |

Thumbnail

Answered
how could i scan a curve and get a surface while i use an n*n*n matrix to represent a space?
1) To get the surface of revolution about some vector not aligned with y-axis, rotate your 2D binary image by that amount. After...

12 years ago | 1

| accepted

Answered
how could i scan a curve and get a surface while i use an n*n*n matrix to represent a space?
Try this: function BW=SolidOfRevolution(bw) % Rotate 2D binary image about the y-axis to get a 3D binary volume. % ...

12 years ago | 1

Answered
how could i scan a curve and get a surface while i use an n*n*n matrix to represent a space?
Hi Jianwei, so essentially what you are looking for is a surface of revolution. My question is why do you need an implicit repre...

12 years ago | 0

Answered
out of memory
Here is an example: N=6E4; % number of variables M=10; % number of samples % Simulate M samples and store them ...

12 years ago | 1

| accepted

Answered
out of memory
I am assuming what you really meant to say is that you have 65536 data points in R3 and you are trying to compute the covariance...

12 years ago | 0

Answered
How to export 3D image from matlab and import it into maya
Hi Ava, I am assuming the image you are working with has already been segmented (or labelled) into distinct components. If so...

12 years ago | 0

| accepted