is not current version
Last Version 1.6.0

org.jaitools:jt-maskedconvolve 1.3.1

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.

GroupId

GroupId

org.jaitools
ArtifactId

ArtifactId

jt-maskedconvolve
Version

Version

1.3.1
Type

Type

jar

Download jt-maskedconvolve 1.3.1


<!-- https://jarcasting.com/artifacts/org.jaitools/jt-maskedconvolve/ -->
<dependency>
    <groupId>org.jaitools</groupId>
    <artifactId>jt-maskedconvolve</artifactId>
    <version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaitools/jt-maskedconvolve/
implementation 'org.jaitools:jt-maskedconvolve:1.3.1'
// https://jarcasting.com/artifacts/org.jaitools/jt-maskedconvolve/
implementation ("org.jaitools:jt-maskedconvolve:1.3.1")
'org.jaitools:jt-maskedconvolve:jar:1.3.1'
<dependency org="org.jaitools" name="jt-maskedconvolve" rev="1.3.1">
  <artifact name="jt-maskedconvolve" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaitools', module='jt-maskedconvolve', version='1.3.1')
)
libraryDependencies += "org.jaitools" % "jt-maskedconvolve" % "1.3.1"
[org.jaitools/jt-maskedconvolve "1.3.1"]