Parameter | Description |
---|---|
func | Function to optimize (minimize) |
funcUserData | A user pointer sent to function to optimize |
solutions | Initial veriables and output minimizing variables |
optimalValue | Optimal value |
length | Initial length of the simplex |
timeout | Maximum number of iterations |
eps | Small real number to test convergence |
Demos\IEVision\GetFaces\GetFaces.dpr | |
Demos\IEVision\GetWithClassifier\GetMisc.dpr | |
Demos\IEVision\NumberPlateBlurring\GetPlate.dpr | |
Demos\IEVision\FaceDetection\FaceDetection.dpr | |
Demos\IEVision\FaceDetection_LowLevel\FaceDetection_LowLevel.dpr | |
Demos\IEVision\TrackObjects\TrackObjects.dpr | |
Demos\IEVision\TrackObjects_LowLevel\TrackObjects_LowLevel.dpr |