Skip to main content

ParallelFrameHasher

Trait ParallelFrameHasher 

Source
pub trait ParallelFrameHasher: FrameHasher {
    // Provided method
    fn hash_frames_parallel(&self, images: &[RgbaImage]) -> Vec<Self::Hash>
       where Self::Hash: Send { ... }
}
Expand description

Extension trait for parallel hashing operations.

Provided Methods§

Source

fn hash_frames_parallel(&self, images: &[RgbaImage]) -> Vec<Self::Hash>
where Self::Hash: Send,

Hash multiple frames in parallel.

Implementors§