Community Profile

photo

Jonas Thomalla


Last seen: etwa 3 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 3 Jahre vor | 0

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

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
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

mehr als 3 Jahre vor | 0

| akzeptiert

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

mehr als 3 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort