All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ecutors.scichains-maps.4.4.8.source-code.extension.json Maven / Gradle / Ivy

Go to download

Open-source libraries, providing the base functions for SciChains product in area of computer vision.

There is a newer version: 4.4.6
Show newest version
{
  "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"
        ]
      }
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy