Content Feed
질문
Correlated x y displacement in image
I want to add a time dependent noise to image, which amounts to adding a pixel dependent noise. For this I used "B = imwarp(A,D...
5년 이상 전 | 답변 수: 0 | 0
0
답변질문
Mapping a surface onto another
I have a problem, which should have a relatively simple solution via built-in Matlab functions (or perhaps Image Processing Tool...
6년 이상 전 | 답변 수: 0 | 0
0
답변질문
X, Y, Z vectors to image (Error: Assignment has fewer non-singleton rhs dimensions than non-singleton subscripts)
I have three very large vectors (30 million points each). X, Y and T. I'd like to turn this into an image. X has the x-coor...
7년 이상 전 | 답변 수: 1 | 0
1
답변질문
Transferring tiff image tags identically to another image
I have a script that reads tif images, manipulates them via image processing toolbox and saves it back to disk. The tif files h...
8년 이하 전 | 답변 수: 1 | 1
1
답변질문
imwarp and affine2d problem with image orthogonality / skew
I submitted this to support staff but wanted to probe the users for any input. I consider myself pretty knowledgeable about Aff...
8년 이하 전 | 답변 수: 0 | 0
0
답변질문
Performing inline 3D matrix calculations
All: I have the following code: % f, tau, jonesx, jonesy are (1, numParams) vectors % sxyt = 1e6; numFrames = 10; num...
8년 이하 전 | 답변 수: 1 | 0
1
답변질문
parfor error - variable cannot be classified
I have been using Matlab for a while but I am new to parallel computing. I have a set of .m files that take a long time and aft...
8년 이하 전 | 답변 수: 1 | 0
1
답변질문
Does anyone know how to do SVD back substitution in Matlab?
I am trying to do an Affine transformation: Xm = Xe*M, where Xm is the measured and Xe is the expected x,y coordinates (so, Xe,...
8년 이상 전 | 답변 수: 0 | 0
0
답변답변 있음
How to remove outliers from 2D array
Thanks to suggestions by Jim and Andrei, I now have a solution to my problem. The code below illustrates the solution: % cr...
How to remove outliers from 2D array
Thanks to suggestions by Jim and Andrei, I now have a solution to my problem. The code below illustrates the solution: % cr...
9년 이상 전 | 0
질문
How to remove outliers from 2D array
I have been trying to solve a simple problem for a while now and can't seem to succeed other than brute force method. I have ...
9년 이상 전 | 답변 수: 4 | 0