AlgART Java Libraries 1.2

Freeware

2.83 MB

Open-source Java libraries, supporting generalized smart arrays and matrices with elements of any types, including a wide set of of 2D-, 3D- and multidimensional image processing and other algorithms. Main features: 64-bit long int indexes, memory model concept (allowing storing data in different schemes from RAM to mapped disk files), wide usage of lazy evaluations, built-in multithreading optimization for multi-core processors, etc.

Publisher Description

Window 8 CompatibleOpen-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: linear filtering, mathematical morphology, rank operations, spectral transformation (FFT), and other algorithms, working over arrays and matrices. 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.

Download and use it now: AlgART Java Libraries

Add a comment...

Please tell us your experience with AlgART Java Libraries

Related Programs

Java Code Library

Java Code Library is a powerful multi-language source code Library with the following benefits: 1. Built-in library with 50,000++ lines of code 2. Quick and powerful search engine 3. Powerful printing capability 4. Password protection & strong 448 bits encryption...

Hot Java

Let the java flow by connecting the pipes! Your task in this game is to rearrange the tiles so that they form a pipe which allows the coffee to flow and reach the nozzle. At the start of each level,...

SecureBlackbox for Java

SecureBlackbox (Java edition) is the comprehensive collection of components for network and document security. SecureBlackbox is split to several packages: SFTPBlackbox - securely transfer files and perform remote file system operations using SFTP (SSH File Transfer Protocol) or create your...

DJ Java Decompiler

DJ Java Decompiler is Windows2K/XP/2003/Vista/7/8 decompiler and disassembler for Java that reconstructs the original source code from the compiled binary CLASS files (for example Java applets). DJ Java Decompiler is able to decompile complex Java applets and binaries, producing accurate...

DISLIN for JAVA

DISLIN is a high-level library of subroutines and functions that display data graphically. It is intended to be a powerful and easy to use software package for programmers and scientists that does not require knowledge of hardware features. The software...