Class LineVectorizer_

java.lang.Object
  extended by org.shapelogic.imageutil.PlugInFilterAdapter
      extended by LineVectorizer_
All Implemented Interfaces:
ij.plugin.filter.PlugInFilter

Deprecated.

@Deprecated
public class LineVectorizer_
extends PlugInFilterAdapter

Thin wrapper around DirectionBasedVectorizer First approach to a vectorizer. This does not work as well as MaxDistanceVectorizer. So it is recommended to use that instead for now.

Author:
Sami Badawi

Field Summary
 
Fields inherited from class org.shapelogic.imageutil.PlugInFilterAdapter
_imageOperation
 
Fields inherited from interface ij.plugin.filter.PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
 
Constructor Summary
LineVectorizer_()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.shapelogic.imageutil.PlugInFilterAdapter
getImageOperation, run, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineVectorizer_

public LineVectorizer_()
Deprecated. 


Copyright © 2009. All Rights Reserved.