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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use only integer math for hue comparisons.
Tavian Barnes
2014-03-20
1
-18
/
+18
*
Fix corner case in color_comparator() and clarify a comment.
Tavian Barnes
2014-03-20
1
-4
/
+4
*
Use link-time optimization.
Tavian Barnes
2014-03-20
1
-1
/
+1
*
Make hue sorting 3x faster by avoiding atan2() calls.
Tavian Barnes
2014-03-20
1
-16
/
+51
*
Put -lm -lpng at the end of the command line.
Tavian Barnes
2014-03-13
1
-3
/
+6
*
Be more const friendly.
Tavian Barnes
2014-03-12
2
-5
/
+5
*
Try to be more even in which neighbor to choose.
Tavian Barnes
2014-03-12
1
-18
/
+23
*
Look for strictly better matches in the k-d tree code.
Tavian Barnes
2014-03-11
1
-2
/
+2
*
Refactor hue comparator into color.c.
Tavian Barnes
2014-03-11
3
-28
/
+27
*
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
6
-64
/
+216
*
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
8
-0
/
+734