All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class merlin.filter.PointDistanceNormFilter

java.lang.Object
   |
   +----merlin.filter.Filter
           |
           +----merlin.filter.PointDistanceNormFilter

public class PointDistanceNormFilter
extends Filter
A point distance normalisation filter. Points lying closer than the specified threshold are removed to reduce redundancy and increase computational speed

Version:
1.0
Author:
Stefan Hellkvist

Constructor Index

 o PointDistanceNormFilter(int)
Default constructor

Method Index

 o apply(Pattern)
You apply a filter to a pattern and get a new pattern

Constructors

 o PointDistanceNormFilter
 public PointDistanceNormFilter(int threshold)
Default constructor

Parameters:
threshold - The smallest distance (in pixel units) between points

Methods

 o apply
 public Pattern apply(Pattern pat)
You apply a filter to a pattern and get a new pattern

Parameters:
p - The pattern to apply the filter on
Returns:
A new Pattern
Overrides:
apply in class Filter

All Packages  Class Hierarchy  This Package  Previous  Next  Index