Statistics
RANK
9,884
of 295,527
REPUTATION
4
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
4
RANK
7,766 of 20,242
REPUTATION
117
AVERAGE RATING
3.00
CONTRIBUTIONS
3 Files
DOWNLOADS
3
ALL TIME DOWNLOADS
1174
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Applying 3d transformation to cuboid
I have the 8 vertices of a cuboid (XYZvox) with known distance in millimetres (vox to mm) between each vertex which I transform ...
7 years ago | 0 answers | 0
0
answersQuestion
Affine transformation of 3d image volume (new pixel dimensions)?
I am using this <https://uk.mathworks.com/matlabcentral/fileexchange/21080-resampling-volume-or-image-with-affine-matrix?focused...
7 years ago | 0 answers | 3
0
answersSubmitted
grayselectBM
Select gray-map (sidebar) from ultrasound Bmode image and undo the non-linear mapping
8 years ago | 1 download |
Question
3D Binary image registration
I have 2 3D binary images which I would like to register (translate) so that IM2 ~= IM1 after translation. Is there a standalone...
9 years ago | 1 answer | 0
1
answerSubmitted
createBlocks3D(im, xsrh, ysrh, zsrh, xref, yref, zref)
Divide 3D image into search and smaller reference blocks (centered on each search block).
9 years ago | 1 download |
Use part of each cell of 3D cell matrix
%e.g. im=VolStack(:,:,:,1); %xsrh=100 %ysrh=100 %zsrh=100 %xref=90 %yref=90 %zref=90 %define sear...
9 years ago | 0
Question
Use part of each cell of 3D cell matrix
Hi I have used mat2cell to create a 12 x 13 x 5 cell matrix where each cell contains a 29 x 29 x 29 cube. How do I generate a n...
9 years ago | 1 answer | 0
1
answerQuestion
Matlab reshape in 3D
I have a 119 x 49 x 27 (yxz) matrix (A) which is a stack of 27 blocks which make up a larger 2D image. I know that the larger 2...
9 years ago | 1 answer | 0
1
answerQuestion
Weighted cubic spline (csaps) -- varying weighting factor
%weighted cubic spline x=0:0.1:10; %input data y=5*sin(1.5*x); x2=x; y2=0.5+(0.5*sin(1.5*x)); pp = csap...
10 years ago | 1 answer | 1