Model Predictive Control of a Series Elastic Actuator
Recently I had the pleasure to work on what is probably the best-made Series Elastic Actuator (SEA) module in the world: the ANYdrive. from Robotic Systems L...
Due to variations in lighting conditions and reflections, using a single set of hue thresholds results in very bad tracking robustness. Therefore, an adaptive thresholding method is implemented and is found to greatly improve tracking robustness. The adaptive thresholding is executed as follows:
hue_min=50
and hue_max=80
.hue_central
).hue_min=hue_central-10
, hue_max=hue_central+10
.The adaptive thresholding method ensures that the algorithm consistently tracks the largest green area in the video stream. The method fails horribly, however, when lighting conditions change too drastically (e.g. shadows or reflections).
Leave a Comment