pub struct QualityAnalyzer;Expand description
Image quality analyzer
Implementations§
Source§impl QualityAnalyzer
impl QualityAnalyzer
Sourcepub fn assess_quality(
&self,
_image: &PreprocessedImage,
) -> RragResult<ImageQuality>
pub fn assess_quality( &self, _image: &PreprocessedImage, ) -> RragResult<ImageQuality>
Assess image quality
Sourcepub fn calculate_score(&self, quality: &ImageQuality) -> f32
pub fn calculate_score(&self, quality: &ImageQuality) -> f32
Calculate overall quality score
Auto Trait Implementations§
impl Freeze for QualityAnalyzer
impl RefUnwindSafe for QualityAnalyzer
impl Send for QualityAnalyzer
impl Sync for QualityAnalyzer
impl Unpin for QualityAnalyzer
impl UnwindSafe for QualityAnalyzer
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