Skip to content

Javascript implementation of an image smoothing algorithm involving L0 gradient minimization

License

Notifications You must be signed in to change notification settings

SimbaScorpio/L0Smoothing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

L0Smoothing v1.0

Javascript sync implementation of image smoothing algorithm involving L0 gradient minimization.

Usage

var L0 = new L0Smoothing(img.width, img.height, img.data);

L0.Smooth(lambda, betamax, kappa);

var data = L0.GetImageData();

img.data.set(data);

Result


About

Javascript implementation of an image smoothing algorithm involving L0 gradient minimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors