Difference between revisions of "Adaptive Thresholding"

From RoboJackets Wiki
Jump to navigation Jump to search
m (moved from intensity scaling page)
 
m (divided page content into sections)
Line 1: Line 1:
 
''Adaptive thresholding'' is an image segmentation algorithm that appears quite resistent to varying lighting conditions.
 
''Adaptive thresholding'' is an image segmentation algorithm that appears quite resistent to varying lighting conditions.
  
Below are some useful links:
+
== '''Global Value Adaptive Thresholding''' ==
 +
(useful for barrel-in-sunlight detection)
 +
* [http://zone.ni.com/devzone/conceptd.nsf/webmain/93BE563C89260D5E86256D8F0050B5E3 General Description]
  
* '''Global Value Adaptive Thresholding''' (useful for barrel-in-sunlight detection)
+
== '''Local Value Adaptive Thresholding''' ==
** [http://zone.ni.com/devzone/conceptd.nsf/webmain/93BE563C89260D5E86256D8F0050B5E3 Description]
+
(useful for line-on-grass detection)
* '''Local Value Adaptive Thresholding''' (useful for line-on-grass detection)
+
* [http://homepages.inf.ed.ac.uk/rbf/HIPR2/adpthrsh.htm General Description]
** [http://homepages.inf.ed.ac.uk/rbf/HIPR2/adpthrsh.htm Description]
+
* [http://homepages.inf.ed.ac.uk/rbf/HIPR2/adapthreshdemo.htm Demo]
** [http://homepages.inf.ed.ac.uk/rbf/HIPR2/adapthreshdemo.htm Demo]
 

Revision as of 21:22, 7 November 2005

Adaptive thresholding is an image segmentation algorithm that appears quite resistent to varying lighting conditions.

Global Value Adaptive Thresholding

(useful for barrel-in-sunlight detection)

Local Value Adaptive Thresholding

(useful for line-on-grass detection)