• Stars
    star
    154
  • Rank 242,095 (Top 5 %)
  • Language
    C
  • License
    MIT License
  • Created almost 10 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of image smoothing algorithms.

A Collection of Image Smoothing Algorithms

Image Smoothing via L0 Gradient Minimization

S = L0Smoothing(Im, lambda, kappa)

Local Laplacian Filters: Edge-aware Image Processing with a Laplacian Pyramid

R = lapfilter(I,sigma_r,alpha,beta,colorRemapping,domain)

Edge-Preserving Decompositions for Multi-Scale Tone and Detail Manipulation

A Fast Approximation of the Bilateral Filter using a Signal Processing Approach

B = bfilter2(A,w,sigma)

Nonlinear total variation based noise removal algorithms

out = SplitBregmanROF(image,mu,tol)

Fast Global Image Smoothing Based on Weighted Least Squares

F = FGS(img, sigma, lambda, joint_image, num_iterations, attenuation)

Tree Filtering: Efficient Structure-Preserving Smoothing With a Minimum Spanning Tree

OUT = TreeFilterRGB_Uint8(uint8_rgbimg,sigma,sig_s[,sig_r=0.05[,num_iter=1]])

Edge-Avoiding Wavelets and their Applications

[A W] = EAW(I, nlevels, wavelet_type, dist_func, sigma)

Diffusion Maps for Edge-Aware Image Editing


More Repositories

1

FaceAlignment

Face Alignment by Explicit Shape Regression
C++
339
star
2

L1Flattening

An L1 Image Transform for Edge-Preserving Smoothing and Scene-Level Intrinsic Decomposition
C++
67
star
3

SphericalHarmonics

Compute the spherical harmonic representation of a given environment map
MATLAB
26
star
4

OrthogonalMatchingPursuit

A C++ implementation of orthogonal matching pursuit.
MATLAB
18
star
5

CVPR

This is my code used for pedestrian recognition.
7
star
6

Impressionist

Automatic impressionist style drawing
C++
6
star
7

PersonReidentification

Identify person images taken from non-overlapping cameras
MATLAB
5
star
8

RegExp

Thompson's Construction Algorithm for Regular Expression
Java
5
star
9

Relighting

All frequency relighting
C++
4
star
10

RayTracing

Code for my ray tracing project
C++
3
star
11

Brush

Algorithms for placing brush
C++
2
star
12

TutorialAndroid

Sample codes for learning anroid programming.
Java
2
star
13

SlidesController

Slide controller
Java
1
star
14

CodeGallery

Collection of my code.
C
1
star
15

PPTServer

This is the server part for ppt controller.
Java
1
star
16

FRRR

Idea coming from pfff
Ruby
1
star
17

DailyNotes

My notes for recording daily knowledge learnt.
TeX
1
star
18

soundsilence.github.io

This is my blog.
HTML
1
star
19

PairGame

This is a simple Android App.
Java
1
star
20

SuperPixel

Super pixel generation in MATLAB.
C++
1
star
21

Rdto

Tell me what's important
JavaScript
1
star
22

PPTController

Control slides with your phone.
Java
1
star
23

MusicPlayer

This is a simple music player.
Java
1
star
24

dotvim

Vim configuration and colorscheme
Vim Script
1
star
25

MachineLearning

A collection of my posts written while studying "Pattern recognition and Machine Learning".
CSS
1
star