DelphiGather
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.
at line 48
finish()
Finish the Delphi preprocessing after all images have been processed.
at line 60
string
getOutputPath()
Get the path to the temporary ouput file of the Delphi gather script.
at line 71
protected
python(string $command)
Execute a python script.