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...
대략 5년 전 | 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...
대략 5년 전 | 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
대략 5년 전 | 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...
대략 5년 전 | 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...
대략 5년 전 | 답변 수: 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...
대략 5년 전 | 답변 수: 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...
대략 5년 전 | 답변 수: 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...
대략 5년 전 | 답변 수: 1 | 0

