ImageEn, unit ievision

TIEVisionOptimizerFunction

TIEVisionOptimizerFunction

Declaration

TIEVisionOptimizerFunction = function(userData: Pointer; variables: TIEVisionVectorDouble): Double; stdcall;

Description

Callback used in optimizeWith_NelderMeadSimplexMethod optimization function.
The optimization algorithm will try to minimize this function.
Parameter Description
userData User data (may be a Pointer to an application object)
variables Variables of the function to minimize

Demo

Demo  Demos\IEVision\TrackObjects_LowLevel\TrackObjects_LowLevel.dpr

See Also

optimizeWith_NelderMeadSimplexMethod