Community Profile

photo

Jonas Thomalla


Last seen: circa 3 anni fa Attivo dal 2020

Statistiche

  • First Answer
  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Risposto
How to select the ROI of specific size over the image ?
With the newer roi-commands it also can look like this: height = 128; width = height; imshow(image) roi = images.roi.Recta...

oltre 3 anni fa | 0

Risposto
Changing drawellipse to drawcircle doesn't work like I wished
I don't know why it works right now, but I changed the drawcircle/drawellipse to images.roi.Ellipse with fixed values. %% nothi...

oltre 3 anni fa | 0

| accettato

Risposto
Determination of particle area in reference of the whole area
The answer to this is also the answer to another question I asked: click here

oltre 3 anni fa | 0

| accettato

Risposto
How do I count particles in a multi-colored image?
I now create a cropped image with the ROI (like drawellipse). Then I call the color thresholder: colorThresholder(image.cropped...

oltre 3 anni fa | 0

| accettato

Domanda


Changing drawellipse to drawcircle doesn't work like I wished
I had a few lines of code running with the command drawellipse. f = figure; set(f,'Name',['cropping image "',imageName,'"'],'N...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


return doesn't work within function
Hi, I've created a function that should cancel the base script. I call the function with the following code: if isempty(factor...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Determination of particle area in reference of the whole area
I have a video of particles going throw the region of interest. I'm interested in getting the area of all the particles in refer...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How do I count particles in a multi-colored image?
Hey everybody, I'm searching for an approach to count particles (and get their area) in an image. Only the inner area is the ar...

oltre 3 anni fa | 1 risposta | 0

1

risposta