ecutors.scichains-maps.4.4.8.source-code.extension.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scichains-maps Show documentation
Show all versions of scichains-maps Show documentation
Open-source libraries, providing the base functions for SciChains product in area of computer vision.
{
"app": "executors-extension",
"platforms": [
{
"id": "9c544176-7b28-43a0-b8fe-9987b4a1fa99",
"name": "CV-maps",
"category": "cv-maps",
"description": "Image maps/pyramids, Java",
"tags": [
"$public"
],
"technology": "jvm",
"language": "java",
"folders": {
"models": "java/models",
"resources": "java/resources",
"libraries": "java/lib"
},
"configuration": {
"classpath": [
"java/lib/parsington-3.1.0.jar",
"java/lib/scijava-common-2.99.0.jar",
"java/lib/jai-imageio-core-1.4.0.jar",
"java/lib/jai-imageio-jpeg2000-1.4.0.jar",
"java/lib/algart-tiff-${net.algart.algart-tiff.version}.jar",
"java/lib/${artifactId}-${version}.jar"
],
"vm_options": [
"-D_net.algart.maps.pyramids.io.formats.sources.factories.SVS=net.algart.maps.pyramids.io.formats.sources.svs.SVSPlanePyramidSourceFactory",
"-Dnet.algart.matrices.tiff.timing=true"
]
}
}
]
}