| 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 ImageBase> |
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 |
|
| ImageBorder_F64 |
|
| ImageBorder_IL_F32 |
|
| ImageBorder_IL_F64 |
|
| ImageBorder_IL_S32<T extends InterleavedInteger> |
|
| ImageBorder_IL_S64 |
|
| ImageBorder_S32<T extends ImageInteger> |
|
| ImageBorder_S64 |
|
| ImageBorder1D_F32 |
|
| ImageBorder1D_F64 |
|
| ImageBorder1D_IL_F32 |
|
| ImageBorder1D_IL_F64 |
|
| ImageBorder1D_IL_S32<T extends InterleavedInteger> |
|
| ImageBorder1D_IL_S64 |
|
| ImageBorder1D_S32<T extends ImageInteger> |
|
| ImageBorder1D_S64 |
|
| ImageBorderValue |
All points outside of the image will return the specified value
|
| ImageBorderValue.Value_F32 |
|
| ImageBorderValue.Value_F64 |
|
| ImageBorderValue.Value_I |
|
| ImageBorderValue.Value_I64 |
|
| ImageBorderValue.Value_IL_F32 |
|
| ImageBorderValue.Value_IL_F64 |
|
| ImageBorderValue.Value_IL_S32 |
|
| ImageBorderValue.Value_IL_S64 |
|