Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OpenCV
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioimage Analysis
Icy
Extensions
OpenCV
Commits
4c092704
Commit
4c092704
authored
3 years ago
by
Stéphane DALLONGEVILLE
Browse files
Options
Downloads
Patches
Plain Diff
Updated to OpenCV 4.5.1-2
parent
f83ed659
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+5
-5
5 additions, 5 deletions
pom.xml
src/main/java/plugins/adufour/opencv/OpenCV.java
+0
-1
0 additions, 1 deletion
src/main/java/plugins/adufour/opencv/OpenCV.java
with
5 additions
and
6 deletions
pom.xml
+
5
−
5
View file @
4c092704
<?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>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/plugins/adufour/opencv/OpenCV.java
+
0
−
1
View file @
4c092704
...
@@ -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
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment