Image Denoising Techniques and Algorithms leaf node


URI

https://openalex.org/T10688

Label

Image Denoising Techniques and Algorithms

Description

This cluster of papers encompasses a wide range of techniques and algorithms for image denoising, including sparse representations, wavelet transform, deep learning with convolutional neural networks, non-local means, and methods specific to handling different types of noise such as Gaussian, Poisson, and salt-and-pepper noise. The applications also extend to hyperspectral imaging and the use of anisotropic diffusion for speckle reduction.

Implementation

@prefix oasubfields: <https://openalex.org/subfields/> .
@prefix openalex: <https://lambdamusic.github.io/openalex-hacks/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://openalex.org/T10688> a skos:Concept ;
    rdfs:label "Image Denoising Techniques and Algorithms"@en ;
    rdfs:isDefinedBy openalex: ;
    owl:sameAs <https://en.wikipedia.org/wiki/Denoising>,
        <https://openalex.org/T10688> ;
    skos:broader oasubfields:1707 ;
    skos:definition "This cluster of papers encompasses a wide range of techniques and algorithms for image denoising, including sparse representations, wavelet transform, deep learning with convolutional neural networks, non-local means, and methods specific to handling different types of noise such as Gaussian, Poisson, and salt-and-pepper noise. The applications also extend to hyperspectral imaging and the use of anisotropic diffusion for speckle reduction."@en ;
    skos:inScheme openalex: ;
    skos:prefLabel "Image Denoising Techniques and Algorithms"@en ;
    openalex:cited_by_count 1395103 ;
    openalex:works_count 80228 .