photo

Paul Johnson


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
146,502
of 300,365

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
 of 20,933

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,262

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

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

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

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

14 years ago | 1 answer | 0

1

answer