Community Profile

photo

Paul Johnson


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • First Review
  • Thankful Level 1

View badges

Feeds

View by

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

12 years ago | 0

| accepted

Question


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

12 years ago | 2 answers | 0

2

answers

Question


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

13 years ago | 0 answers | 0

0

answers

Question


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

13 years ago | 1 answer | 0

1

answer