License |
License |
---|---|
GroupId | GroupIdcom.googlecode.jaitools |
ArtifactId | ArtifactIdmaskedconvolve |
Version | Version1.0.1 |
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maskedconvolve-1.0.1.pom | |
maskedconvolve-1.0.1.jar | 13 KB |
maskedconvolve-1.0.1-sources.jar | 12 KB |
maskedconvolve-1.0.1-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jaitools/maskedconvolve/ -->
<dependency>
<groupId>com.googlecode.jaitools</groupId>
<artifactId>maskedconvolve</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jaitools/maskedconvolve/
implementation 'com.googlecode.jaitools:maskedconvolve:1.0.1'
// https://jarcasting.com/artifacts/com.googlecode.jaitools/maskedconvolve/
implementation ("com.googlecode.jaitools:maskedconvolve:1.0.1")
'com.googlecode.jaitools:maskedconvolve:jar:1.0.1'
<dependency org="com.googlecode.jaitools" name="maskedconvolve" rev="1.0.1">
<artifact name="maskedconvolve" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jaitools', module='maskedconvolve', version='1.0.1')
)
libraryDependencies += "com.googlecode.jaitools" % "maskedconvolve" % "1.0.1"
[com.googlecode.jaitools/maskedconvolve "1.0.1"]
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 |