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