Class AutoTracker.FrameData
java.lang.Object
org.opensourcephysics.cabrillo.tracker.AutoTracker.FrameData
- Direct Known Subclasses:
AutoTracker.KeyFrameData
- Enclosing class:
- AutoTracker
A class to hold frame data.
-
Method Summary
Modifier and TypeMethodDescriptionprotected Map<Integer,
AutoTracker.FrameData> protected BufferedImage
Returns the previously matched template.protected int[]
Returns the working pixels used to generate the current template.
-
Method Details
-
getTemplateImage
Returns the previously matched template. -
getWorkingPixels
protected int[] getWorkingPixels()Returns the working pixels used to generate the current template. -
getMyFrameDataMap
-