public class PixelMappingTest extends Object
Constructor and Description |
---|
PixelMappingTest() |
Modifier and Type | Method and Description |
---|---|
void |
imageTest()
writes a file called 'matrix.txt' which can be plotted by matplotlib like this:
>>> a = np.loadtxt("matrix.txt")
>>> plt.imshow(b, interpolation='nearest', aspect='auto')
>>> plt.show()
|
void |
testAxialCoordinateMapping() |
void |
testCoordinatesInMMToPixel()
Tests the mapping of camera coordinates in millimeter to actual pixels.
|
void |
testCoordinateToChid()
Similar to the test above.
|
void |
testFactMapping() |
void |
testNeighbourFinding() |
void |
testSoftIdToChid() |
public void testFactMapping()
public void testAxialCoordinateMapping()
public void testNeighbourFinding()
public void testSoftIdToChid()
public void imageTest()
public void testCoordinatesInMMToPixel()
public void testCoordinateToChid()
Copyright © 2019. All rights reserved.