is not current version
Last Version 1.6.0

org.jaitools:jt-maskedconvolve 1.3.0

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.0
Type

Type

jar

Download jt-maskedconvolve 1.3.0


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