GameFrame Class
The GameFrame
class represents a single frame of game footage in the Bluetang framework.
Core Components
Store frame image data
Track frame metadata
Provide cached frame variants
Compare with other frames
Frame Variants
Methods
compare_ssim
compare_ssim
Calculates structural similarity (SSIM) between two frames.
Usage
Benefits of GameFrames
Consistent interface for frame data
Built-in transformations
Cached variants for performance
Comparison capabilities
Metadata tracking
Last updated