|
GECKO 1.0
Human-computer interface based on hand gesture recognition
|
Plot hand interface: {
if ( dst.empty() )
dst = src.clone();
if ( _hand_found )
{
plotContours(dst, dst);
plotMaxInscribedCircle(dst, dst);
plotMinEnclosingCircle(dst, dst);
plotConvexityDefects(dst, dst);
plotComplexHull(dst, dst);
plotFingertips(dst, dst);
}
}
Here is the call graph for this function:
![]() |
1.7.4