org.shapelogic.imageprocessing
Class EdgeTracerWandTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.shapelogic.imageprocessing.EdgeTracerTests
              extended by org.shapelogic.imageprocessing.EdgeTracerWandTest
All Implemented Interfaces:
junit.framework.Test

public class EdgeTracerWandTest
extends EdgeTracerTests

Test of EdgeTracerWand.

Author:
Sami Badawi

Field Summary
 
Fields inherited from class org.shapelogic.imageprocessing.EdgeTracerTests
boxPerimeter, iPerimeter
 
Constructor Summary
EdgeTracerWandTest()
           
 
Method Summary
 org.shapelogic.imageprocessing.IEdgeTracer getInstance(org.shapelogic.imageutil.SLImage image, int referenceColor, double maxDistance, boolean traceCloseToColor)
           
 void setUp()
           
 
Methods inherited from class org.shapelogic.imageprocessing.EdgeTracerTests
assertClose, printAnnotaions, testBlackbox, testI, testNegativeModulus, testRedbox, testRedboxInverse
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EdgeTracerWandTest

public EdgeTracerWandTest()
Method Detail

getInstance

public org.shapelogic.imageprocessing.IEdgeTracer getInstance(org.shapelogic.imageutil.SLImage image,
                                                              int referenceColor,
                                                              double maxDistance,
                                                              boolean traceCloseToColor)

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase


Copyright © 2009. All Rights Reserved.