Jonas Thomalla
Followers: 0 Following: 0
Feeds
已回答
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...
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...
4 years 前 | 0
已回答
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...
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...
4 years 前 | 0
| 已接受
已回答
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
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
4 years 前 | 0
| 已接受
已回答
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...
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...
4 years 前 | 0
| 已接受
提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 2 个回答 | 0
2
个回答提问
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...
4 years 前 | 1 个回答 | 0
1
个回答提问
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...
4 years 前 | 1 个回答 | 0