-
public class ActionGraphic extends GraphicOverlay.Graphic
-
-
Constructor Summary
Constructors Constructor Description ActionGraphic(GraphicOverlay overlay, Rect objBox)Object tracking graphic overlay.
-
Method Summary
Modifier and Type Method Description voiddraw(Canvas canvas)Draws the object for position on the supplied canvas. -
Methods inherited from class app.pivo.android.prosdk.tracking.GraphicOverlay.Graphic
getApplicationContext, getHeightScaleFactor, getWidthScaleFactor, postInvalidate, previewHeight, previewWidth, scaleX, scaleY, translateX, translateX2, translateX3, translateY, translateY2, translateY3 -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ActionGraphic
ActionGraphic(GraphicOverlay overlay, Rect objBox)
Object tracking graphic overlay.- Parameters:
overlay- is a layer for drawing action tracking result on the view.objBox- is being tracked object region.
-
-
-
-