Skip to content
Snippets Groups Projects
Commit 4c092704 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

Updated to OpenCV 4.5.1-2

parent f83ed659
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<!-- Inherited Icy Parent POM -->
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>
<!-- Project Information -->
<artifactId>opencv</artifactId>
<version>4.5.1</version>
<version>4.5.1-2</version>
<packaging>jar</packaging>
......@@ -95,7 +95,7 @@
<dependency>
<groupId>org.openpnp</groupId>
<artifactId>opencv</artifactId>
<version>4.5.1-0</version>
<version>4.5.1-2</version>
</dependency>
</dependencies>
......
......@@ -60,7 +60,6 @@ public class OpenCV extends Plugin implements PluginLibrary
{
// First check whether OpenCV is already installed
System.out.println(loadingMessage);
prepareLibrary(OpenCV.class, Core.NATIVE_LIBRARY_NAME);
nu.pattern.OpenCV.loadShared();
System.out.println(successMessage);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment