Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
INAppStoreWindow
Extreme Makeover: NSWindow Edition
-
CocoaMarkdown
Markdown parsing and rendering for iOS and OS X
-
DominantColor
Finding dominant colors of an image using k-means clustering
-
SwiftAutoLayout
Tiny Swift DSL for Autolayout
-
MarkdownTextView
Rich Markdown editing control for iOS
-
InAppViewDebugger
A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging
1,617 contributions in 2014
Contribution activity
December 2014
- indragiek/ORCDiscount C
- indragiek/tecs Assembly
-
indragiek/DominantColor
Swift
•
Built by
Created a pull request in indragiek/DominantColor that received 3 comments
Add CIE76 and CIE94 algorithms
The default diff algorithm will be CIE 94, as it provides results that are very close to that of CIE 2000 with a not-insignificant increase in perf…
Created an issue in indragiek/DominantColor that received 3 comments
Benchmark C implementation of k-means
Some numbers from the existing Swift implementation:
n = 100 averaged 4 ms
n = 1000 averaged 39 ms
n = 2000 averaged 74 ms
n = 5000 averaged 187 ms…
- Figure out why memoization of RGB -> LAB is slow
- Platform specific extensions
- Add support for CIE76 and CIE94 algorithms as well
- Framework targets
- Memoize color difference and color conversions
- Unit tests
- Reject pixels that don't meet brightness/saturation thresholds
- Better way of choosing initial centroids
- iOS App
- Better way to choose k
- Test different color spaces