Metashape Java API

Version 2.3.0 build 21751.

Overview
========

Metashape Java API allows to integrate photogrammetric processing engine into applications developed using Java programming language.
The latest Metashape Java API version can be downloaded from Agisoft website: https://www.agisoft.com/downloads/installer/

Contents
========

jniLibs - Native libraries for supported platforms.
libs - Java jar libraries.
samples - Example programs.

Installation
============

To configure development environment
* Download Metashape Java API from Agisoft web-site: https://www.agisoft.com/downloads/installer/
* Unpack downloaded archive and copy libs and jniLibs folders to your project directory.
* Add jars from the libs folder to your classpath.

Important! Java garbage collection system may not release memory associated with Metashape objects in a timely manner as it doesn't
know memory consumption of underlying native objects. To prevent excessive memory consumption it is highly recommended
to call delete() method manually for each object obtained using Metashape Java API when it is no longer needed.

Documentation
=============

For details on Metashape Java API functionality please refer to the included javadoc package.
Also please take a look at examples available in the samples directory to get started.
