ImageProcessing 1.0.0

Edit this page

CpuProcessing Module

Module with functions for image processing on the CPU

Functions and values

Function or value Description

applyFilter filter img

Full Usage: applyFilter filter img

Parameters:
    filter : float32[][] - A two-dimensional array applied to an image as a filter
    img : MyImage

Returns: MyImage Image with type MyImage

Filter application

filter : float32[][]

A two-dimensional array applied to an image as a filter

img : MyImage
Returns: MyImage

Image with type MyImage

fishEye image

Full Usage: fishEye image

Parameters:
    image : MyImage - Image with type MyImage

Returns: MyImage Image with type MyImage

Applying "FishEye" to an image

image : MyImage

Image with type MyImage

Returns: MyImage

Image with type MyImage

mirror side image

Full Usage: mirror side image

Parameters:
    side : MirrorDirection - The side to which the image will be reflected
    image : MyImage - Image with type MyImage

Returns: MyImage Image with type MyImage

Image Reflection

side : MirrorDirection

The side to which the image will be reflected

image : MyImage

Image with type MyImage

Returns: MyImage

Image with type MyImage

rotate side image

Full Usage: rotate side image

Parameters:
    side : Side - The side to which the image will be rotated
    image : MyImage - Image with type MyImage

Returns: MyImage Image with type MyImage

Rotate of image

side : Side

The side to which the image will be rotated

image : MyImage

Image with type MyImage

Returns: MyImage

Image with type MyImage