Domanda


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...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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...

quasi 2 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


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? ...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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? ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 8 anni fa | 3 risposte | 0

3

risposte

Domanda


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 = ...

oltre 8 anni fa | 5 risposte | 2

5

risposte

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

2

risposte

Domanda


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 ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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 ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Carica altro