Used AlgART Java Libraries for Windows? Share your experience and help other users.


Key Details of AlgART Java Libraries

  • Let your apps process arrays and matrices, including images with a set of Java libraries.
  • Last updated on
  • There have been 9 updates
  • Virus scan status:

    Clean (it’s extremely likely that this software program is clean)


Developer’s Description

Let your apps process arrays and matrices, including images with a set of Java libraries.
Open-source Java libraries, supporting generalized smart arrays and matrices with elements of any types (1 bit, 8/16/32/64-bit integers, 32/64-bit floating point values and any other Java types). The libraries contain a wide set of 2D-, 3D- and multidimensional image processing algorithms over matrices: linear filtering, mathematical morphology, rank operations, spectral transformation (FFT), etc. There is also skeletonization and measuring of binary images. The libraries use 63-bit addressing of array elements (all indexes and length are represented by 64-bit long type). So, it's theoretically possible to create and process arrays and matrices containing up to 2^63-1 (~10^19) elements of any primitive or non-primitive types, if OS and hardware can provide necessary amount of memory or disk space. Memory model concept allows storing AlgART arrays in different schemes, from simple Java arrays to mapped disk files; all necessary data transfers are performed automatically while every access to an element or a block of elements. Most of algorithms are based on wide usage of lazy evaluations. Typical operations, like elementwise summing or geometrical matrix transformations, are implemented via lazy views of the source array or matrix. For example, you can take a multidimensional matrix, rotate it (or perform any other affine or projective transform), and then extract a submatrix from the result. All these operations will be performed virtually (not requiring time), and actual calculations will be performed only at the moment of accessing elements, usually while copying the resulting matrix to a newly created one. Moreover, in many cases the libraries will 'understand' itself, that the user wants to perform rotation or another transform, and will split the matrix into suitable rectangular blocks (fitting in RAM) and choose the best algorithm for this task at the moment of copying operation.


Explore More


Full Specifications

GENERAL
Release
Latest update
Version
1.2
OPERATING SYSTEMS
Platform
Windows
Operating System
  • Windows 8
  • Windows Vista
  • Windows 10
  • Windows Server
  • Windows 2003
  • Windows 7
Additional Requirements
JDK
POPULARITY
Total Downloads
36
Downloads Last Week
0

Report Software

Program available in other languages


Last Updated


Download.com

Your review for AlgART Java Libraries