pub struct TextureAnalysisKernel;Expand description
Texture analysis kernel helper
Implementations§
Source§impl TextureAnalysisKernel
impl TextureAnalysisKernel
Sourcepub fn glcm_params(width: u32, height: u32) -> KernelParams
pub fn glcm_params(width: u32, height: u32) -> KernelParams
Create parameters for GLCM computation
Sourcepub fn lbp_params(width: u32, height: u32) -> KernelParams
pub fn lbp_params(width: u32, height: u32) -> KernelParams
Create parameters for LBP (Local Binary Pattern)
Auto Trait Implementations§
impl Freeze for TextureAnalysisKernel
impl RefUnwindSafe for TextureAnalysisKernel
impl Send for TextureAnalysisKernel
impl Sync for TextureAnalysisKernel
impl Unpin for TextureAnalysisKernel
impl UnsafeUnpin for TextureAnalysisKernel
impl UnwindSafe for TextureAnalysisKernel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more