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"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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> <modelVersion>4.0.0</modelVersion>
<!-- Inherited Icy Parent POM --> <!-- Inherited Icy Parent POM -->
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId> <artifactId>parent-pom-plugin</artifactId>
<version>1.0.3</version> <version>1.0.4</version>
</parent> </parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>opencv</artifactId> <artifactId>opencv</artifactId>
<version>4.5.1</version> <version>4.5.1-2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<dependency> <dependency>
<groupId>org.openpnp</groupId> <groupId>org.openpnp</groupId>
<artifactId>opencv</artifactId> <artifactId>opencv</artifactId>
<version>4.5.1-0</version> <version>4.5.1-2</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -60,7 +60,6 @@ public class OpenCV extends Plugin implements PluginLibrary ...@@ -60,7 +60,6 @@ public class OpenCV extends Plugin implements PluginLibrary
{ {
// First check whether OpenCV is already installed // First check whether OpenCV is already installed
System.out.println(loadingMessage); System.out.println(loadingMessage);
prepareLibrary(OpenCV.class, Core.NATIVE_LIBRARY_NAME);
nu.pattern.OpenCV.loadShared(); nu.pattern.OpenCV.loadShared();
System.out.println(successMessage); 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