]>
git.seodisparate.com - blue_noise_generation/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Stephen Seo [Thu, 11 Feb 2021 02:33:14 +0000 (11:33 +0900)]
Fix image::Bl write, use image::Bl as result for blue_noise
Stephen Seo [Tue, 26 Jan 2021 13:25:34 +0000 (22:25 +0900)]
Some work on image objects
Stephen Seo [Tue, 26 Jan 2021 10:53:11 +0000 (19:53 +0900)]
Split utility functions to utility.hpp
Stephen Seo [Sat, 23 Jan 2021 07:42:45 +0000 (16:42 +0900)]
Impl use of OpenCL for generating blue noise
Stephen Seo [Sat, 23 Jan 2021 04:50:43 +0000 (13:50 +0900)]
Use precomputed gaussian for filter function
Stephen Seo [Sat, 23 Jan 2021 03:21:02 +0000 (12:21 +0900)]
Use 0-255 range for pgm output
Stephen Seo [Sat, 23 Jan 2021 02:58:16 +0000 (11:58 +0900)]
Fixes and Refactorings
Stephen Seo [Sat, 23 Jan 2021 01:14:59 +0000 (10:14 +0900)]
Use int instead of std::size_t, float instead of double
Stephen Seo [Fri, 22 Jan 2021 13:57:37 +0000 (22:57 +0900)]
Fix filter_size not being used properly in filter
Stephen Seo [Fri, 22 Jan 2021 13:53:31 +0000 (22:53 +0900)]
Some refactoring
Stephen Seo [Sat, 16 Jan 2021 13:46:47 +0000 (22:46 +0900)]
Impl blue noise generation (maybe still WIP)
Stephen Seo [Sat, 16 Jan 2021 09:54:56 +0000 (18:54 +0900)]
WIP blue_noise impl
Stephen Seo [Sat, 16 Jan 2021 08:40:45 +0000 (17:40 +0900)]
Init skeleton C++ project
Stephen Seo [Sat, 16 Jan 2021 08:36:45 +0000 (17:36 +0900)]
Initial empty commit