image-smoothing
There are 23 repositories under image-smoothing topic.
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
daikiyamanaka/L0-gradient-smoothing
A C++ implementation of "Image Smoothing via L0 Gradient Minimization"
RewindL/pyramid_texture_filtering
Official implementation of "Pyramid Texture Filtering"
zal0302/PNLS
The official MATLAB implementation of IEEE Transactions on Multimedia 2020 paper "Pixel-level Non-local Image Smoothing with Objective Evaluation"
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.
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
InsightSoftwareConsortium/ITKAnisotropicDiffusionLBR
Smoothing while preserving edges and coherent structures in images with anisotropic diffusion using lattice basis reduction
Oxid15/Image-Smoothing-Algorithm-Based-on-Gradient-Analysis
Edge-preserving image smoothing algorithm
MCG-NKU/PNLS
Matlab implementation of our TMM 2020 paper "Pixel-level Non-local Image Smoothing with Objective Evaluation"
m3gofriends/Advanced-Image-Processing-Course-Homework
National Taiwan Normal University 2020 Autumn - 1091 Advanced Image Processing Course Homework.
douzeyang/Image-smoothing-via-truncated-total-variation
This matlab code is the implementation of the following paper: Image smoothing via truncated total variation
InsightSoftwareConsortium/ITKSmoothingRecursiveYvvGaussian
External module for ITK v4 implementing the Young & Van Vliet recursive gaussian smoothing filter.
SRI-PRIYAN/Digital-Image-Processing
Image Processing using Python
bertaye/Edge-Preserving-Nonlinear-Diffusion
Perona-Malik implementation of Nonlinear Diffusion in Python with GUI.
CS6384-S23-Group-Project/EPIS
A CUDA-based implementation of Edge-Preserving Image Smoothing (EPIS) using L1 Regularization.
hoffsupes/PGM-File-Parser
A very (tiny) basic library to parse (read and write) PGM _(Portable Graymap Format)_ image files
rrryan2016/Simple-Digital-Pic-Process
Includes image smoothing, sharpening, and hough transfer.
Abolfazl74/Gaussian-Filter-Python
Gaussian filter without in-built functions python
mstorath/MumfordShah2D
Algorithms for edge preserving smoothing based on the Mumford-Shah model
PhilippeArnaudHiroux/ImageSmootingFilter
An image smoothing filter in c
AlexandruValeanu/imSmoother
Concurrent image smoothing application written in Scala
safaa-alnabulsi/ILS
Python implementation of "Real-time-Image-Smoothing-via-Iterative-Least-Squares" paper