index
:
kd-forest.git
main
master
rust
An implementation of k-d forests
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Colorize usage.
Tavian Barnes
2014-08-05
1
-23
/
+162
*
Use a repeatable cross-platform PRNG.
Tavian Barnes
2014-08-04
1
-17
/
+13
*
Uniform neighbor selection.
Tavian Barnes
2014-08-04
1
-22
/
+17
*
Clean up and correct nearest-neighbor algorithm.
Tavian Barnes
2014-08-04
1
-6
/
+6
*
Don't allow a bit depth of 1.
Tavian Barnes
2014-05-17
1
-1
/
+1
*
Add an option to generate an animation.
Tavian Barnes
2014-05-17
1
-5
/
+52
*
Refactor main.c to take configuration on the command line instead of #defines.
Tavian Barnes
2014-05-16
1
-139
/
+357
*
Document the star pattern better.
Tavian Barnes
2014-05-11
1
-1
/
+4
*
Make kdf entirely internal to generate_image.
Tavian Barnes
2014-05-11
1
-20
/
+21
*
Refactor main.c.
Tavian Barnes
2014-05-11
1
-88
/
+128
*
Allow all possible bit-depths, not just multiples of three.
Tavian Barnes
2014-05-10
1
-9
/
+12
*
Try to be more even in which neighbor to choose.
Tavian Barnes
2014-03-12
1
-18
/
+23
*
Refactor hue comparator into color.c.
Tavian Barnes
2014-03-11
1
-28
/
+1
*
Get rid of some unreachable abort()s.
Tavian Barnes
2014-03-11
1
-6
/
+0
*
Allow different color spaces to be used for similarity measurement.
Tavian Barnes
2014-03-11
1
-25
/
+43
*
Use a better method of getting rid of HUE_SORT artifacts.
Tavian Barnes
2014-03-11
1
-9
/
+6
*
Initial commit.
Tavian Barnes
2014-03-11
1
-0
/
+281