License |
License |
---|---|
GroupId | GroupIdorg.jaitools |
ArtifactId | ArtifactIdjt-maskedconvolve |
Version | Version1.6.0 |
Type | Typejar |
Description |
DescriptionMaskedConvolve operator
Adds selectivity to the JAI convolve operation. An ROI can
be used to control which source image pixels are convolved and/or
which neighbourhood pixels are included in the convolution.
|
Filename | Size |
---|---|
jt-maskedconvolve-1.6.0.pom | |
jt-maskedconvolve-1.6.0.jar | 15 KB |
jt-maskedconvolve-1.6.0-sources.jar | 16 KB |
jt-maskedconvolve-1.6.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaitools/jt-maskedconvolve/ -->
<dependency>
<groupId>org.jaitools</groupId>
<artifactId>jt-maskedconvolve</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/jt-maskedconvolve/
implementation 'org.jaitools:jt-maskedconvolve:1.6.0'
// https://jarcasting.com/artifacts/org.jaitools/jt-maskedconvolve/
implementation ("org.jaitools:jt-maskedconvolve:1.6.0")
'org.jaitools:jt-maskedconvolve:jar:1.6.0'
<dependency org="org.jaitools" name="jt-maskedconvolve" rev="1.6.0">
<artifact name="jt-maskedconvolve" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='jt-maskedconvolve', version='1.6.0')
)
libraryDependencies += "org.jaitools" % "jt-maskedconvolve" % "1.6.0"
[org.jaitools/jt-maskedconvolve "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jaitools : jt-utils | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.media : jai_core | jar | 1.1.3 |
javax.media » jai_codec | jar | 1.1.3 |
javax.media » jai_imageio | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |