| Package | Description |
|---|---|
| boofcv.alg.filter.convolve.noborder | |
| boofcv.alg.filter.kernel | |
| boofcv.factory.filter.kernel | |
| boofcv.struct.convolve |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConvolveImageStandard.convolve(Kernel2D_F64 kernel,
ImageFloat64 src,
ImageFloat64 dest) |
| Modifier and Type | Method and Description |
|---|---|
static Kernel2D_F64 |
KernelMath.convolve(Kernel1D_F64 a,
Kernel1D_F64 b) |
| Modifier and Type | Method and Description |
|---|---|
static void |
KernelMath.normalizeF(Kernel2D_F64 kernel) |
static void |
KernelMath.normalizeSumToOne(Kernel2D_F64 kernel) |
static double |
KernelMath.sum(Kernel2D_F64 kernel) |
| Modifier and Type | Method and Description |
|---|---|
protected static Kernel2D_F64 |
FactoryKernelGaussian.gaussian2D_F64(double sigma,
int radius,
boolean normalize) |
static Kernel2D_F64 |
FactoryKernelGaussian.gaussianWidth(double sigma,
int width)
Create a gaussian kernel based on its width.
|
static Kernel2D_F64 |
FactoryKernel.random2D_F64(int radius,
double min,
double max,
Random rand)
Creates a random 2D kernel drawn from a uniform distribution.
|
| Modifier and Type | Method and Description |
|---|---|
static Kernel2D_F64 |
Kernel2D_F64.wrap(double[] data,
int width)
Creates a kernel whose elements are the specified data array and has
the specified width.
|
Copyright © 2013. All Rights Reserved.