Skip to content

Creates images from given matrices with decided color ramp. Inverse distance weighting included for demo purposes.

License

Notifications You must be signed in to change notification settings

onderaltintas/colorization.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Class comments says all. Does idw interpolation yet. Mainly works for creating images from matrices, let's say for GIS applications.

written by Önder ALTINTAŞ in 2016 web worker added in 2019

Q: Why no prototyping? A: For better readability. Noone will create more than 1 IDWManager anyways. I liek public/private seperation. Honestly, I wasn't using prototyping@2015 then felt so lazy to change this one.

Q: Complexity increases with parameters. A: In implemented production use case, when parameters creates higher complexity, the application automatically calculates the complexity and reduces the resolution to acceptable rate.

Q: Algorithm? A: Comes from Darren Wiens' blog post.(https://darrenwiens.wordpress.com/tag/inverse-distance-weighting/)

About

Creates images from given matrices with decided color ramp. Inverse distance weighting included for demo purposes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published