class DelphiGather

Wrapper for the Delphi gather script.

Properties

protected string $outputPath

Path to the temporary ouput file of the Delphi gather script.

Methods

__construct()

No description

execute(string $path, string $points)

Execute a new Delphi preprocessing.

finish()

Finish the Delphi preprocessing after all images have been processed.

string
getOutputPath()

Get the path to the temporary ouput file of the Delphi gather script.

python(string $command)

Execute a python script.

Details

at line 21
__construct()

No description

at line 36
execute(string $path, string $points)

Execute a new Delphi preprocessing.

Parameters

string $path

Path to the image file

string $points

JSON encoded array of laser point coordinates for the image

Exceptions

Exception

at line 48
finish()

Finish the Delphi preprocessing after all images have been processed.

Exceptions

Exception

at line 60
string getOutputPath()

Get the path to the temporary ouput file of the Delphi gather script.

Return Value

string

at line 71
protected python(string $command)

Execute a python script.

Parameters

string $command

Script and arguments.

Exceptions

Exception