Community Profile

photo

BA


Last seen: etwa ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


how to create a fan shape/ arc inside an image?
I want to change the rectangular into fan-shape or arc.

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to plot a heatmap image using PCA loadings?
I need some guidance to plot or reconstruct a heatmap image as the attached image used PCA loading.

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Error with anisotropic diffusion script
I tried to use the attached 'anisotropic diffusion' script but it gives me an error that it does not work on 3d image. I wonder ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to get the first derivative of pixels along of line?
#Here's my code #it works for one frame when I did 'plot(diff(test))' but I need a way to implement it to the whole images ims...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to increase the resolution of a list of images
I did 'image variance' for a list of images but the region of interest shows black line (see picture 1) instead of white as in...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to concatenate/combine a list of images in one mat.file (convert picture 1 into picture 2)
I tried a loop but it did not work: for i = 1:size(df,3) imshow(df(:,:,i)) end

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to 'aggregate' a stack of images (picture 1) in matlab as in attached picture 2
I tried to use loop as below for i = 1 : 10 imshow(df(:,:,i)) % Problem because df is the structure, not the 3-D array dff...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


how to solve 'ones error' in my code below
Error using ones Size inputs must be integers. Error in matlab.internal.builtinhelper.repmat (line 59) B = A(ones(siz,'...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Any suggestions to calculate the threshold of pixel intensity between two regions(the dip represents low intensity)
%this code calculates the center of mass/gavity bewteen the pharyngeal wall and tongue root imshow(matrix(:,:,1)) ...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Any suggestions to calculate the threshold of pixel intensity (the dip represents low intensity)
imshow(matrix(:,:,1)) [x ,y]= ginput(2); I = matrix(:,:,1); for i=1:size(matrix,3) I=matrix(:,:,i); test = impr...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Any suggestions to measure the distance between two lines or regions (the dip represents low intensity)
Here I plotted the centre of gravity between two regions, then I would like to measure the distance between these two line usi...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


how to fix this error 'interp2'
imshow(matrix(:,:,1)) %identify axes [x y] = ginput(2); % preallocate matrices cog = zeros(size(matrix,3),1); %cog % loo...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


'improfile' is a missing function in octave, what other options could I use to make my loop works?
imshow(matrix(:,:,1)) %identify axes [x, y] = ginput(2); % preallocate matrices cog = zeros(size(matrix,3),1); % loop start...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


what is the equivalent of 'improfile' in octave?
imshow(matrix(:,:,1)) %identify axes [x, y] = ginput(2); % preallocate matrices cog = zeros(size(matrix,3),1); % loop start...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


fix a center of gravity loop
imshow(matrix(:,:,1)) %identify axes [x, y] = ginput(2); % preallocate matrices cog = zeros(size(matrix,3),1); % the lo...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort