Feeds
已回答
In a grayscale picture, how do I extract an object if the object is very similar to the background?
I solved it by using the edge method (using canny and trying some different values). I1=rgb2gray(I); value=0.15; %change as ne...
In a grayscale picture, how do I extract an object if the object is very similar to the background?
I solved it by using the edge method (using canny and trying some different values). I1=rgb2gray(I); value=0.15; %change as ne...
7 years 前 | 0
| 已接受
已回答
How to 'tile' pre-saved figures?
Use the imwrite(I,name), where I is the image and name is what you would like to save it as.
How to 'tile' pre-saved figures?
Use the imwrite(I,name), where I is the image and name is what you would like to save it as.
7 years 前 | 0
提问
How to manually complete lines with gaps (binary image)
How can I manually connect the edges in a binary image (se example done in Paint picture 2)? The "gaps" as you see are not alwa...
7 years 前 | 1 个回答 | 0
1
个回答提问
In a grayscale picture, how do I extract an object if the object is very similar to the background?
In a grayscale picture, how do I extract an object if the object is very similar to the background? I have tried using many diff...
7 years 前 | 1 个回答 | 0

