ImageProcessing 1.0.0

Edit this page

Arguments Module

Module with implementation of work via console commands

Types

Type Description

CliArguments

Functions and values

Function or value Description

deviceParser device

Full Usage: deviceParser device

Parameters:
Returns: Platform

Parsing of device

device : Devices
Returns: Platform

first (x, arg2, arg3, arg4)

Full Usage: first (x, arg2, arg3, arg4)

Parameters:
    x : 'a
    arg1 : 'b
    arg2 : 'c
    arg3 : 'd

Returns: 'a
x : 'a
arg1 : 'b
arg2 : 'c
arg3 : 'd
Returns: 'a

fourth (arg1, arg2, arg3, x)

Full Usage: fourth (arg1, arg2, arg3, x)

Parameters:
    arg0 : 'a
    arg1 : 'b
    arg2 : 'c
    x : 'd

Returns: 'd
arg0 : 'a
arg1 : 'b
arg2 : 'c
x : 'd
Returns: 'd

modificationGpuParser modification (arg2, arg3, arg4, arg5)

Full Usage: modificationGpuParser modification (arg2, arg3, arg4, arg5)

Parameters:
Returns: ClContext -> int -> MailboxProcessor<Msg> -> MyImage -> MyImage

Parsing of GPU modification

modification : Modifications
arg1 : ClProgram<Range1D, (ClArray<byte> -> int -> int -> ClArray<float32> -> int -> ClArray<byte> -> unit)>
arg2 : ClProgram<Range1D, (ClArray<byte> -> int -> int -> int -> ClArray<byte> -> unit)>
arg3 : ClProgram<Range1D, (ClArray<byte> -> int -> int -> int -> ClArray<byte> -> unit)>
arg4 : ClProgram<Range1D, (ClArray<byte> -> int -> int -> ClArray<byte> -> unit)>
Returns: ClContext -> int -> MailboxProcessor<Msg> -> MyImage -> MyImage

modificationParser modification

Full Usage: modificationParser modification

Parameters:
Returns: MyImage -> MyImage

Parsing of CPU modification

modification : Modifications
Returns: MyImage -> MyImage

second (arg1, x, arg3, arg4)

Full Usage: second (arg1, x, arg3, arg4)

Parameters:
    arg0 : 'a
    x : 'b
    arg2 : 'c
    arg3 : 'd

Returns: 'b
arg0 : 'a
x : 'b
arg2 : 'c
arg3 : 'd
Returns: 'b

third (arg1, arg2, x, arg4)

Full Usage: third (arg1, arg2, x, arg4)

Parameters:
    arg0 : 'a
    arg1 : 'b
    x : 'c
    arg3 : 'd

Returns: 'c
arg0 : 'a
arg1 : 'b
x : 'c
arg3 : 'd
Returns: 'c