org.shapelogic.imageprocessing
Class BaseParticleCounterTest

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

public class BaseParticleCounterTest
extends AbstractImageProcessingTests

Test SBSegment.

Author:
Sami Badawi

Constructor Summary
BaseParticleCounterTest()
           
 
Method Summary
protected  void setUp()
           
 void testBlobsGif()
           
 void testCleanSpotPng()
          This gets opened as a byte interleaved and not as an int RGB
 void testShortVerticalGif()
           
 void testShortVerticalPng()
          This shows that when you save and image as PNG it will always be opened as a color image.
 void testSpot1Noise10()
           
 void testSpot1Noise5()
           
 void testSpot1Noise5Jpg()
           
 
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

BaseParticleCounterTest

public BaseParticleCounterTest()
Method Detail

setUp

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

testSpot1Noise5Jpg

public void testSpot1Noise5Jpg()

testShortVerticalGif

public void testShortVerticalGif()

testShortVerticalPng

public void testShortVerticalPng()
This shows that when you save and image as PNG it will always be opened as a color image.


testBlobsGif

public void testBlobsGif()

testCleanSpotPng

public void testCleanSpotPng()
This gets opened as a byte interleaved and not as an int RGB


testSpot1Noise5

public void testSpot1Noise5()

testSpot1Noise10

public void testSpot1Noise10()


Copyright © 2009. All Rights Reserved.