Feeds
已回答
Very Basic Threshold & Edge Detection
I = imread('p0071.jpg'); J = rgb2gray(I); BW1 = edge(J,'sobel', 0.5); imshow(BW1); * Reads a colour image in. * C...
Very Basic Threshold & Edge Detection
I = imread('p0071.jpg'); J = rgb2gray(I); BW1 = edge(J,'sobel', 0.5); imshow(BW1); * Reads a colour image in. * C...
14 years 前 | 0
| 已接受
提问
Very Basic Threshold & Edge Detection
Hi all, I have a colour image I need to threshold and edge detect. I know this will be quite a simple piece of code however I'm ...
14 years 前 | 2 个回答 | 0
2
个回答提问
Circle Recognition - What are my options?
I'm identifying circles of a known radii. I know I can use the Circle Hough Transform to achieve this, but what other options ar...
14 years 前 | 0 个回答 | 0
0
个回答提问
How do I treat the edges of an image?
Hi all, I've got an image which I want to perform smoothing operations on. As my convolution is 5x5 it won't work properly wh...
14 years 前 | 1 个回答 | 0

