Documentation
¶
Index ¶
- func Hwc2Chw(output []uint8, input []uint8, height int, width int)
- func IResizeBilinear(targetPixels []uint8, srcPixels []uint8, ...) error
- func IResizeBilinearASM(targetPixels []uint8, srcPixels []uint8, ...) error
- func IResizeHermite(targetPixels []uint8, srcPixels []uint8, ...) error
- func IResizeNearestNeighbor(targetPixels []uint8, srcPixels []uint8, ...) error
- func Preprocess(inputImage types.Image, height int, width int) (types.Image, error)
- func ResizeBilinear(in types.Image, targetHeight, targetWidth int) (types.Image, error)
- func ResizeHermite(inputImage types.Image, height int, width int) (types.Image, error)
- func ResizeNearestNeighbor(inputImage types.Image, height int, width int) (types.Image, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IResizeBilinear ¶
func IResizeBilinearASM ¶
func IResizeHermite ¶
func IResizeNearestNeighbor ¶
func Preprocess ¶
func ResizeBilinear ¶
func ResizeHermite ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.