| Modifier and Type | Method and Description |
|---|---|
BorderType |
ConvolveInterface.getBorderType()
Returns how the image border is handled.
|
BorderType |
GenericConvolve.getBorderType() |
BorderType |
GenericConvolveDown.getBorderType() |
| Constructor and Description |
|---|
GenericConvolve(Method m,
KernelBase kernel,
BorderType type,
Class<Input> imageType) |
GenericConvolveDown(Method m,
KernelBase kernel,
BorderType type,
int skip,
Class<Input> imageType) |
| Modifier and Type | Method and Description |
|---|---|
BorderType |
ImageGradient_Gaussian.getBorderType() |
BorderType |
ImageDerivative.getBorderType()
Returns how the image borders are handled.
|
BorderType |
ImageGradient_Reflection.getBorderType() |
BorderType |
ImageHessian_Reflection.getBorderType() |
BorderType |
ImageHessianDirect_Reflection.getBorderType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImageGradient_Gaussian.setBorderType(BorderType type) |
void |
ImageDerivative.setBorderType(BorderType type)
Overrides the default border behavior.
|
void |
ImageGradient_Reflection.setBorderType(BorderType type) |
void |
ImageHessian_Reflection.setBorderType(BorderType type) |
void |
ImageHessianDirect_Reflection.setBorderType(BorderType type) |
| Modifier and Type | Method and Description |
|---|---|
BorderType |
WaveletTransform.getBorderType()
Returns how the borders are handled.
|
| Modifier and Type | Method and Description |
|---|---|
BorderType |
WaveletTransformFloat32.getBorderType() |
BorderType |
WaveletTransformInt.getBorderType() |
| Modifier and Type | Method and Description |
|---|---|
static <D extends ImageSingleBand> |
GImageDerivativeOps.hessianPrewitt(D inputDerivX,
D inputDerivY,
D derivXX,
D derivYY,
D derivXY,
BorderType borderType) |
static <D extends ImageSingleBand> |
GImageDerivativeOps.hessianSobel(D inputDerivX,
D inputDerivY,
D derivXX,
D derivYY,
D derivXY,
BorderType borderType) |
static <I extends ImageSingleBand,D extends ImageSingleBand> |
GImageDerivativeOps.hessianSobel(I input,
D derivXX,
D derivYY,
D derivXY,
BorderType borderType) |
static <D extends ImageSingleBand> |
GImageDerivativeOps.hessianThree(D inputDerivX,
D inputDerivY,
D derivXX,
D derivYY,
D derivXY,
BorderType borderType) |
static <I extends ImageSingleBand,D extends ImageSingleBand> |
GImageDerivativeOps.hessianThree(I input,
D derivXX,
D derivYY,
D derivXY,
BorderType borderType) |
static <I extends ImageSingleBand,D extends ImageSingleBand> |
GImageDerivativeOps.prewitt(I input,
D derivX,
D derivY,
BorderType borderType) |
static <I extends ImageSingleBand,D extends ImageSingleBand> |
GImageDerivativeOps.sobel(I input,
D derivX,
D derivY,
BorderType borderType) |
static <I extends ImageSingleBand,D extends ImageSingleBand> |
GImageDerivativeOps.three(I input,
D derivX,
D derivY,
BorderType borderType) |
| Modifier and Type | Method and Description |
|---|---|
BorderType |
NoCacheScaleSpace.getBorderType() |
| Modifier and Type | Method and Description |
|---|---|
void |
NoCacheScaleSpace.setBorderType(BorderType type) |
| Modifier and Type | Method and Description |
|---|---|
static BorderType |
UtilWavelet.convertToType(BorderIndex1D b) |
| Modifier and Type | Method and Description |
|---|---|
static BorderType |
BorderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderType[] |
BorderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryImageBorder.general(Class<T> imageType,
BorderType borderType)
Creates an instance of the requested algorithms for handling borders pixels.
|
static <T extends ImageSingleBand> |
FactoryImageBorder.general(T image,
BorderType borderType) |
| Modifier and Type | Method and Description |
|---|---|
static <Input extends ImageSingleBand,Output extends ImageSingleBand> |
FactoryConvolve.convolve(Kernel1D kernel,
Class<Input> inputType,
Class<Output> outputType,
BorderType border,
boolean isHorizontal)
Creates a filter for convolving 1D kernels along the image.
|
static <Input extends ImageSingleBand,Output extends ImageSingleBand> |
FactoryConvolveDown.convolve(Kernel1D kernel,
Class<Input> inputType,
Class<Output> outputType,
BorderType border,
boolean isHorizontal,
int skip)
Creates a filter for convolving 1D kernels along the image.
|
static <Input extends ImageSingleBand,Output extends ImageSingleBand> |
FactoryConvolve.convolve(Kernel2D kernel,
Class<Input> inputType,
Class<Output> outputType,
BorderType borderType)
Creates a filter for convolving 2D kernels along the image axis.
|
static <Input extends ImageSingleBand,Output extends ImageSingleBand> |
FactoryConvolveDown.convolve(Kernel2D kernel,
Class<Input> inputType,
Class<Output> outputType,
BorderType border,
int skip)
Creates a filter for convolving 2D kernels along the image axis.
|
| Modifier and Type | Method and Description |
|---|---|
static <C extends WlCoef,T extends ImageSingleBand> |
GFactoryWavelet.biorthogoal(Class<T> imageType,
int J,
BorderType borderType) |
static WaveletDescription<WlCoef_F32> |
FactoryWaveletDaub.biorthogonal_F32(int J,
BorderType borderType)
Daub J/K biorthogonal wavelets have the following properties:
DO NOT conserve the signal's energy If the signal is approximately polynomial of degree (J-1)/2-1 within the support then fluctuations are approximately zero. The sum of the scaling numbers is 1 The sum of the wavelet numbers is 0 |
static WaveletDescription<WlCoef_I32> |
FactoryWaveletDaub.biorthogonal_I32(int J,
BorderType borderType)
Integer version of
FactoryWaveletDaub.biorthogonal_F32(int, boofcv.core.image.border.BorderType). |
| Modifier and Type | Field and Description |
|---|---|
static BorderType |
BoofDefaults.DERIV_BORDER_TYPE |
| Modifier and Type | Method and Description |
|---|---|
BorderType |
GaussianScaleSpace.getBorderType()
Returns how image borders are processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GaussianScaleSpace.setBorderType(BorderType type)
Change how image borders are handled.
|
Copyright © 2013. All Rights Reserved.