| Author |
Message |
lengoanhcat
Joined: 02 Dec 2005 Posts: 27
|
31 Jul 2008 5:09 Research question: CHEVP |
|
|
|
CHEVP = Canny / Hough Estimation of Vanishing Point
http://www3.ntu.edu.sg/home5/ps2633175g/chevp.htm
(ii) Straight Lines Detection by Hough Transform
The detected edge points are used to vote for possible lines in the space of line parameters. The image is here partitioned into a small number of horizontal sections, i.e. five as shown in Figure 2(a), in order to accommodate the change in road vanishing point due to the bend of the road. The height of image section is gradually reduced as moving to the upper part of image (please refer to Figure 2(a)). Notice that, each image section has its own space of line parameters, and edge points in each image section vote separately for possible straight lines in that section.
By suitably thresholding the normalized accumulator spaces, line segments can be finally detected for each image section (Figure 2(b)).
I wonder about the bold part.
What is the technique of thresholding the normalized accumulator spaces ?
What books or chapters are this technique written in?
If possible, please give me some simple / brief explanation
Any ideas for helping me is appreciated
Cat Le
|
|
| Back to top |
|
 |
fontp
Joined: 19 Nov 2004 Posts: 107 Helped: 13
|
31 Jul 2008 9:31 Research question: CHEVP |
|
|
|
This very oldish but good book helps you
Title: Digital Image Processing: PIKS Scientific Inside (Fourth Edition)
Author: by William K. Pratt
Publisher: Wiley
ISBN: 0471767778
Copyright: 2007
http://www.edaboard.com/viewtopic.php?t=251413&highlight=pratt
Prev/ Ed.
http://www.megaupload.com/?d=FV2WYZ9J
|
|
| Back to top |
|
 |
lengoanhcat
Joined: 02 Dec 2005 Posts: 27
|
01 Aug 2008 5:19 Re: Research question: CHEVP |
|
|
|
Thanks for your help. I will try to read this book and find the solution myself.
Cat Le
Added after 47 minutes:
Hi fontp,
I think the thresholding the normalized accumulator spaces is a method of image preprocessing. Am I right ?
If I am wrong, what part is this technique in ?
Cat Le
|
|
| Back to top |
|
 |
fontp
Joined: 19 Nov 2004 Posts: 107 Helped: 13
|
01 Aug 2008 18:54 Research question: CHEVP |
|
|
|
Read this please about Hough Transform
http://en.wikipedia.org/wiki/Hough_transform
| lengoanhcat wrote: |
I think the thresholding the normalized accumulator spaces is a method of image preprocessing. Am I right ?
If I am wrong, what part is this technique in ?
|
Maybe it is (?)
Hough Transform itself is a sort of feature detection
|
|
| Back to top |
|
 |