class DelphiGather

Wrapper for the Delphi gather script.

Properties

protectedstring $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 line21
__construct()

at line36
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 If the script crashed.

at line48
finish()

Finish the Delphi preprocessing after all images have been processed.

Exceptions

Exception If the script crashed.

at line60
string getOutputPath()

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

Return Value

string

at line71
protected python(string$command)

Execute a python script.

Parameters

string $command Script and arguments.

Exceptions

Exception If the script crashed.