org.shapelogic.imageprocessing
Class LetterMatchingMaxDistanceVectorizerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.shapelogic.imageprocessing.AbstractImageProcessingTests
              extended by org.shapelogic.imageprocessing.BaseLetterMatchingForVectorizersTests
                  extended by org.shapelogic.imageprocessing.BaseLetterMatchingMaxDistanceVectorizerTests
                      extended by org.shapelogic.imageprocessing.LetterMatchingMaxDistanceVectorizerTest
All Implemented Interfaces:
junit.framework.Test

public class LetterMatchingMaxDistanceVectorizerTest
extends BaseLetterMatchingMaxDistanceVectorizerTests

Unit test for LetterMatchingMaxDistanceVectorizer, The main letter matching and vectorization algorithm, that works for both straight and curved capital letters Note that this is sub classed from another unit test for more basic tests that only work for straight letters

Author:
Sami Badawi

Constructor Summary
LetterMatchingMaxDistanceVectorizerTest()
           
 
Method Summary
protected  void setUp()
           
 
Methods inherited from class org.shapelogic.imageprocessing.BaseLetterMatchingMaxDistanceVectorizerTests
testA, testB, testC, testD, testG, testJ, testO, testP, testQ, testR, testS, testU, testW
 
Methods inherited from class org.shapelogic.imageprocessing.BaseLetterMatchingForVectorizersTests
testE, testF, testH, testI, testK, testL, testM, testN, testT, testV, testX, testY, testZ
 
Methods inherited from class org.shapelogic.imageprocessing.AbstractImageProcessingTests
assertEmptyCollection, dummyTest, printAnnotaions, printLines, printPoints, printPolygon
 
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

LetterMatchingMaxDistanceVectorizerTest

public LetterMatchingMaxDistanceVectorizerTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class BaseLetterMatchingMaxDistanceVectorizerTests
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.