Click here to Skip to main content
15,887,350 members
Articles / Programming Languages / Pascal

Density-Based Resampling for Digital Images and an Example: Fake Antique Mosaics

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
22 Apr 2022BSD2 min read 7.2K   146   9  
A very simple method to resampling points from a digital image and drawing it as antique mosaics, dots (stippling) and Voronoi cells
This method is based on calculating density-based kernel size, then taking a sample and eliminating the remaining neighbour points spanned by kernel.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer (Senior)
Turkey Turkey
a nice person Smile | :)

KISS (keep it simple and smart)

Comments and Discussions