| Class | Description |
|---|---|
| BorderIndex1D |
Remaps references to elements outside of an array to elements inside of the array.
|
| BorderIndex1D_Exception |
Throws an exception of the border is accessed.
|
| BorderIndex1D_Extend |
Access to outside of the array return the element at the closest border.
|
| BorderIndex1D_Reflect |
Access to outside the array are reflected back into the array around the closest border.
|
| BorderIndex1D_Wrap | |
| FactoryImageBorder |
Contains functions that create classes which handle pixels outside the image border differently.
|
| FactoryImageBorderAlgs | |
| ImageBorder<T extends ImageSingleBand> |
A wrapper around a normal image that returns a numeric value if a pixel is requested that is outside of the image
boundary.
|
| ImageBorder_F32 |
Child of
ImageBorder for ImageFloat32. |
| ImageBorder_F64 |
Child of
ImageBorder for ImageFloat64. |
| ImageBorder_I32<T extends ImageInteger> |
Child of
ImageBorder for ImageInteger. |
| ImageBorder_I64 |
Child of
ImageBorder for ImageInteger. |
| ImageBorder1D_F32 | |
| ImageBorder1D_F64 | |
| ImageBorder1D_I32<T extends ImageInteger> | |
| ImageBorder1D_I64 | |
| ImageBorderValue |
All points outside of the image will return the specified value
|
| ImageBorderValue.Value_F32 | |
| ImageBorderValue.Value_F64 | |
| ImageBorderValue.Value_I | |
| ImageBorderValue.Value_I64 |
| Enum | Description |
|---|---|
| BorderType |
How the image border is handled by a convolution filter.
|
Copyright © 2013. All Rights Reserved.