AimAdt
v1.0.2AimAdt, the "Array, Image and Matrix ASCII Display Tool," is a software developer's productivity tool for those working with numeric array data such as images and mathematical matrices. It can run sta...
Description
AimAdt is a productivity tool for the software developer/programmer and others working on applications that manipulate numeric data arrays such as images and mathematical matrices. It is a Java based utility/library that interfaces with both Java and C/C++ application code to display in-memory and disk-based array data in different ASCII formats.
It will display byte, short, int, float and double values. Instead of having to dig through memory dumps and such in order to determine your array data values, with AimAdt you can view your array data in it's natural format, a 2-D grid.
And because AimAdt let's you display multiple arrays in the same grid window, you can compare the values of image pixels as the image passes through a series of filtering operations, or the values of a matrix after each step of an iterative process such as an Eigenvalue decomposition.
It will display byte, short, int, float and double values. Instead of having to dig through memory dumps and such in order to determine your array data values, with AimAdt you can view your array data in it's natural format, a 2-D grid.
And because AimAdt let's you display multiple arrays in the same grid window, you can compare the values of image pixels as the image passes through a series of filtering operations, or the values of a matrix after each step of an iterative process such as an Eigenvalue decomposition.