GitHub topics: image-smoothing
Ananya1907/Approximate_Computing
This repository explores the application of approximate computing techniques to common image processing tasks. The project implements and evaluates the performance of approximate multipliers in applications such as edge detection, image smoothing, and image multiplication.
Language: Jupyter Notebook - Size: 70.5 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

harismuneer/Gradient-Smoothness-Structural_Similarity-Image_Histogram
🖼️ This repository contains ready to run code for the following image processing techniques: Image Gradient, Image Smoothness, Image Histogram (Intensity Histogram) and Structural Similarity Index Measure (SSIM) of Two Images
Language: Python - Size: 1.63 MB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 12 - Forks: 2

wliusjtu/Real-time-Image-Smoothing-via-Iterative-Least-Squares
This is the released code for the paper Real-time Image Smoothing via Iterative Least Squares accepted to ACM Transactions on Graphics
Language: MATLAB - Size: 1010 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 79 - Forks: 17

qi-zohair/Directional-variance-based-algorithm-for-image-smoothing
DV algorithm for image smoothing
Language: MATLAB - Size: 1.18 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

InsightSoftwareConsortium/ITKAnisotropicDiffusionLBR
Smoothing while preserving edges and coherent structures in images with anisotropic diffusion using lattice basis reduction
Language: C++ - Size: 1.85 MB - Last synced at: 16 days ago - Pushed at: 6 months ago - Stars: 10 - Forks: 6

zal0302/PNLS
The official MATLAB implementation of IEEE Transactions on Multimedia 2020 paper "Pixel-level Non-local Image Smoothing with Objective Evaluation"
Language: MATLAB - Size: 13.5 MB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 18 - Forks: 6

InsightSoftwareConsortium/ITKSmoothingRecursiveYvvGaussian Fork of Inria-Asclepios/SmoothingRecursiveYvvGaussianFilter
External module for ITK v4 implementing the Young & Van Vliet recursive gaussian smoothing filter.
Language: C++ - Size: 6.35 MB - Last synced at: 16 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 5

AlexandruValeanu/imSmoother
Concurrent image smoothing application written in Scala
Language: Scala - Size: 1.11 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

Gelareh-st/Image-Smoothing-Filters
Language: Python - Size: 568 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MCG-NKU/PNLS
Matlab implementation of our TMM 2020 paper "Pixel-level Non-local Image Smoothing with Objective Evaluation"
Language: C++ - Size: 18.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 2

wliusjtu/Semi-Global-Weighted-Least-Squares-in-Image-Filtering
This is the released code for the following paper: "Semi-global weighted least squares in image filtering.", Wei Liu, Xiaogang Chen, Chuanhua Shen, Zhi Liu, and Jie Yang. In ICCV 2017.
Language: C++ - Size: 646 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 14 - Forks: 3

hoffsupes/PGM-File-Parser
A very (tiny) basic library to parse (read and write) PGM _(Portable Graymap Format)_ image files
Language: C++ - Size: 113 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0

KevinTsaiCodes/aocnr2023-a2cbf
Using step-by-step tutorial in implementing the technique discussed in the paper titled "Actor-Critic Bilateral Filter for High-Stability Edge-Preserving T2-FLAIR MRI Image Denoising" was presented at the 14th Asian-Oceanian Congress of Neuroradiology held in Singapore in conjunction with SGCR-WIRES.
Language: Python - Size: 61.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

RewindL/pyramid_texture_filtering
pyramid texture filtering
Language: MATLAB - Size: 13.5 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

CS6384-S23-Group-Project/EPIS
A CUDA-based implementation of Edge-Preserving Image Smoothing (EPIS) using L1 Regularization.
Language: Python - Size: 4.03 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

bertaye/Edge-Preserving-Nonlinear-Diffusion
Perona-Malik implementation of Nonlinear Diffusion in Python with GUI.
Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SRI-PRIYAN/Digital-Image-Processing
Image Processing using Python
Language: Python - Size: 11.3 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

m3gofriends/Advanced-Image-Processing-Course-Homework
National Taiwan Normal University 2020 Autumn - 1091 Advanced Image Processing Course Homework.
Language: Python - Size: 3.61 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

daikiyamanaka/L0-gradient-smoothing
A C++ implementation of "Image Smoothing via L0 Gradient Minimization"
Language: C++ - Size: 981 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 52 - Forks: 6

Oxid15/Image-Smoothing-Algorithm-Based-on-Gradient-Analysis
Implementation of an Image Smoothing Algorithm
Language: C++ - Size: 3.35 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

safaa-alnabulsi/ILS
Python implementation of "Real-time-Image-Smoothing-via-Iterative-Least-Squares" paper
Language: Jupyter Notebook - Size: 49 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Abolfazl74/Gaussian-Filter-Python
Gaussian filter without in-built functions python
Language: Python - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mstorath/MumfordShah2D
Algorithms for edge preserving smoothing based on the Mumford-Shah model
Language: MATLAB - Size: 14 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 2
