]> git.seodisparate.com - blue_noise_generation/log
blue_noise_generation
2 years agoUpdate LICENSE year
Stephen Seo [Fri, 31 Mar 2023 05:56:40 +0000 (14:56 +0900)]
Update LICENSE year

2 years agoUpdate 'src/blue_noise.cl'
stephenseo [Fri, 31 Mar 2023 05:54:47 +0000 (05:54 +0000)]
Update 'src/blue_noise.cl'

Fix `twoToOne(...)` having variables with no types.

3 years agoUpdate 'README.md'
stephenseo [Fri, 10 Dec 2021 06:39:37 +0000 (06:39 +0000)]
Update 'README.md'

3 years agoFix typo in README.md
Stephen Seo [Thu, 11 Nov 2021 08:44:06 +0000 (17:44 +0900)]
Fix typo in README.md

3 years agoAdd README.md
Stephen Seo [Thu, 11 Nov 2021 08:43:27 +0000 (17:43 +0900)]
Add README.md

3 years agoRound values when creating image from rankings
Stephen Seo [Thu, 11 Nov 2021 06:36:05 +0000 (15:36 +0900)]
Round values when creating image from rankings

3 years agoImpl arg-parsing for generic use of blue-noise gen
Stephen Seo [Wed, 10 Nov 2021 11:04:08 +0000 (20:04 +0900)]
Impl arg-parsing for generic use of blue-noise gen

3 years agoFix blue-noise when not using OpenCL
Stephen Seo [Wed, 10 Nov 2021 10:21:33 +0000 (19:21 +0900)]
Fix blue-noise when not using OpenCL

3 years agoFix blue-noise generation
Stephen Seo [Wed, 10 Nov 2021 09:48:16 +0000 (18:48 +0900)]
Fix blue-noise generation

3 years agoWIP Attempt to fix resulting blue-noise
Stephen Seo [Wed, 10 Nov 2021 09:12:04 +0000 (18:12 +0900)]
WIP Attempt to fix resulting blue-noise

3 years agoWIP work on generating blue-noise
Stephen Seo [Mon, 8 Nov 2021 11:04:58 +0000 (20:04 +0900)]
WIP work on generating blue-noise

3 years agoSome attempts at fixing grayscale blue-noise
Stephen Seo [Thu, 7 Oct 2021 06:34:13 +0000 (15:34 +0900)]
Some attempts at fixing grayscale blue-noise

3 years agoSwitch to CMake, try to fix grayscale blue-noise
Stephen Seo [Wed, 6 Oct 2021 10:54:07 +0000 (19:54 +0900)]
Switch to CMake, try to fix grayscale blue-noise

3 years agoFix image::Bl output pgm and ppm
Stephen Seo [Wed, 6 Oct 2021 09:26:00 +0000 (18:26 +0900)]
Fix image::Bl output pgm and ppm

3 years agoSome fixes, progress with grayscale blue-noise
Stephen Seo [Wed, 6 Oct 2021 09:22:31 +0000 (18:22 +0900)]
Some fixes, progress with grayscale blue-noise

3 years agoSome work on grayscale blue-noise
Stephen Seo [Wed, 6 Oct 2021 08:59:27 +0000 (17:59 +0900)]
Some work on grayscale blue-noise

4 years agoAdd MIT LICENSE
Stephen Seo [Sun, 14 Feb 2021 04:55:10 +0000 (13:55 +0900)]
Add MIT LICENSE

4 years agoFix image::Bl write, use image::Bl as result for blue_noise
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

4 years agoSome work on image objects
Stephen Seo [Tue, 26 Jan 2021 13:25:34 +0000 (22:25 +0900)]
Some work on image objects

4 years agoSplit utility functions to utility.hpp
Stephen Seo [Tue, 26 Jan 2021 10:53:11 +0000 (19:53 +0900)]
Split utility functions to utility.hpp

4 years agoImpl use of OpenCL for generating blue noise
Stephen Seo [Sat, 23 Jan 2021 07:42:45 +0000 (16:42 +0900)]
Impl use of OpenCL for generating blue noise

4 years agoUse precomputed gaussian for filter function
Stephen Seo [Sat, 23 Jan 2021 04:50:43 +0000 (13:50 +0900)]
Use precomputed gaussian for filter function

4 years agoUse 0-255 range for pgm output
Stephen Seo [Sat, 23 Jan 2021 03:21:02 +0000 (12:21 +0900)]
Use 0-255 range for pgm output

4 years agoFixes and Refactorings
Stephen Seo [Sat, 23 Jan 2021 02:58:16 +0000 (11:58 +0900)]
Fixes and Refactorings

4 years agoUse int instead of std::size_t, float instead of double
Stephen Seo [Sat, 23 Jan 2021 01:14:59 +0000 (10:14 +0900)]
Use int instead of std::size_t, float instead of double

4 years agoFix filter_size not being used properly in filter
Stephen Seo [Fri, 22 Jan 2021 13:57:37 +0000 (22:57 +0900)]
Fix filter_size not being used properly in filter

4 years agoSome refactoring
Stephen Seo [Fri, 22 Jan 2021 13:53:31 +0000 (22:53 +0900)]
Some refactoring

4 years agoImpl blue noise generation (maybe still WIP)
Stephen Seo [Sat, 16 Jan 2021 13:46:47 +0000 (22:46 +0900)]
Impl blue noise generation (maybe still WIP)

4 years agoWIP blue_noise impl
Stephen Seo [Sat, 16 Jan 2021 09:54:56 +0000 (18:54 +0900)]
WIP blue_noise impl

4 years agoInit skeleton C++ project
Stephen Seo [Sat, 16 Jan 2021 08:40:45 +0000 (17:40 +0900)]
Init skeleton C++ project

4 years agoInitial empty commit
Stephen Seo [Sat, 16 Jan 2021 08:36:45 +0000 (17:36 +0900)]
Initial empty commit