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 (maybe a pointer to an application object) |
variables | Variables of the function to minimize |
| Demos\IEVision\TrackObjects_LowLevel\TrackObjects_LowLevel.dpr |
See Also
◼optimizeWith_NelderMeadSimplexMethod