Pregunta


I took z stack images with a microscope. Can I read them in as z stacks and Matlab convert them to single combined image with range?
Hello! I have an image taken with z stacks (image taken with a confocal that measures an area at different focal lengths), I wo...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


how do I threshold pixels in an image and convert the background pixels to nothing instead of zero?
I want to create a threshold for the pixels then set them to nothing. here is what I have thus far: %set a pixel threshold c...

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


error in processing multiple images in a loop code
hello, a reknowned responder (walter robinson) suggested the following code to process multiple images and count blobs and then...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I determine the cluster of pixels in an image that are red or green and quantify how many of the clusters are green or red?
I have an image that has small red or green circles per image. Each image could have up to 30 or so red or green circles per ima...

casi 2 años hace | 3 respuestas | 0

3

respuestas

Pregunta


I would like to determine the average of a region of pixels within an image and quantify it automatically. How can I do that?
Hello, I have an .lsm image and with a single color channel. Each image has a couple of regions of pixels that I would like t...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What code can I use to get a system of equations to individually add up to a large sum?
Note: They can not all be equal to each other. I could guess but it'd be repitive and tedious and easy to make a mistake. Its f...

alrededor de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to plot f(x) =|x| in matlab
Hi I am trying to make this plot which requires this graph, learning matlab more and more, can someone help me to learn this? ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What does this function do in matlab?
Say I have D = D(somevector); and A = A(:,somevector); Does the former make this a column? What is it doing if not? ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Has anyone been offered this before? If so, what are they saying they would essentially program for me?
Hello, Greetings from [www Matlabers dot xyz] ... This is an offer that brings solutions for your Matlab Code problems + A FRE...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why does the inner dimensions of the last line of my code not agree?
% subtract off the mean for each dimension mn = mean(data,2); mn2 = mean(data2,2); data = double(data); data2 = do...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Matrix dimension must agree to use .*
I debugged my code and checked my workspace variables, and when I loaded in the two images their numbers were identical (matrix ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What does zero padding mean?
Integral image zero-pads the top and left side of the output integral image, by this do they mean, are they referring to the pad...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Standard PCA code, finidng the eigenvalues of a non square matrix
In a PCA algorithm, you need to find the eigenvalues of a covariance matrix in order to derive the 1st algebraic solution to PCA...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Integers can only be combined with integers of the same class, or scalar doubles
Error using - Integers can only be combined with integers of the same class, or scalar doubles. Error in Code (line 27) d...

más de 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Can I use PCA effectively on a greyscale image?
Hello! I found this code online: I = double(imread('peppers.png')); X = reshape(I,size(I,1)*size(I,2),3); coeff = ...

más de 8 años hace | 5 respuestas | 2

5

respuestas

Pregunta


what is a software phantom?
I think it has something to do with images although when I tried googling it this white small airplane model looking object floo...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I found this code demo for pca and I think that it shows that pca is literally just making the dimensions really small. The line of code X is the one doing all fancy modes of the image not pca. Is my understnading correct or am I missing something?
I = double(imread('peppers.png')); X = reshape(I,size(I,1)*size(I,2),3); coeff = pca(X); Itransformed = X*coeff; I...

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


problems with a for loop within a switch statement
I am creating a code where there is a for loop within a switch statement. I want the switch statement in there because I want ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am using SSIMVal in order to determine the similaritiy between images, what can I use to determine the cutoff point?
I know the closer to 1 the closer the images are in similarity but what exactly determines when close is not close enough? Like ...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Why am I getting Subscript indices must either be real positive integers or logicals?
Here is the part of my code giving me problems: channelToCorrelate = A; %A is where the modes are in real space correla...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I match a small part of an image to its whole image?
Let's say I have an image of a flower, I cut out 3 seemingly identical smaller images of petals from that flower. Now without si...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How do you define this function?
I have at the top of the script function [v, v_hat, tau] = VMD_2D(signal, beta, omega, K, DC, init, tol) for example. Wh...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Can some explain why when I tried to display two images side by side it not only didn't display the two images side by side but displayed one image that now had green in it.
I used imshowpair(I,B); (what I named the images) and it gave me one of my images with green in it. My only explanation is that ...

casi 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Cluster Data with A self orgnaizing Map
Can someone please explain what it means to cluster data with a self organizing Map? I looked up the description in mat lab and ...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can I group similar parts of images together with a for loop?
I have a code that finds areas with a specific repeating pattern which is represented by a symbol,Omega, with this knowledge can...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Matching Filtered Histograms to an image
Can filtered histograms be from the same image if they looked the same?

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Histogram and median filters...AGAIN
Previously I applied a filter to a histogram and attained a slope. I am still waiting for some insight into what the slope might...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Histogram Processing and median filters
I performed a median filter of a histogram and it resulted in a slope. Is the slope inversely proportional to the degree of bins...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Applying a Guassian Filter to a histogram
I used the fspecial function to apply the guassian filter to the histogram, would this be how it is applied? Would this be how ...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Cargar más