You are here: Start » AVL.NET » AVL.CreateImagePyramid_Linked(AvlNet.Image, int, int, AvlNet.Image[])
AVL.CreateImagePyramid_Linked(AvlNet.Image, int, int, AvlNet.Image[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CreateImagePyramid_Linked( AvlNet.Image inImage, int inMinPyramidLevel, int inMaxPyramidLevel, out AvlNet.Image[] outImagePyramid )
Parameters
- inImage
- Type: AvlNet.Image
- inMinPyramidLevel
- Type: System.Int32
- inMaxPyramidLevel
- Type: System.Int32
- outImagePyramid
- Type: AvlNet.Image
Hardware Acceleration
This operation is optimized for SSE2 technology for pixels of type: 1xUINT8.
Hardware acceleration settings may be manipulated with Settings class.
