Skip to content

Commit 2444805

Browse files
committed
Fixes minor typo in wtp postcard post
1 parent ba520ac commit 2444805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-04-04-whats-the-point-postcard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some ideas:
2222
* Number of podcast episodes listened to / deleted (_Weakness_: I often do most of my listening while driving and don't want to become unsafe documenting while I am driving)
2323
* Number of podcast subscriptions / episdoes per podcast / time since subscribed (_Weakness_: This is the most interesting, but there isn't a way to get the historical data I want)
2424

25-
Then I had the idea of looking at the podcast artwork of some of my favorite podcasts and networks. I first looked into using something like `PIL` to create [histograms] for the artwork, but it wasn't easy to read and understand. Then I remembered some frequency-type graphs of movie poster artwork and found [k-means color clustering][cc]. That was what I wanted to do, but wanted to reuse someone else's library rather than writing it up myself. After some extensive "research" (Googling), I found <http://mkweb.bcgsc.ca/color-summarizer/?examplesi> by Martin Krzywinski.
25+
Then I had the idea of looking at the podcast artwork of some of my favorite podcasts and networks. I first looked into using something like `PIL` to create [histograms] for the artwork, but it wasn't easy to read and understand. Then I remembered some frequency-type graphs of movie poster artwork and found [k-means color clustering][cc]. That was what I wanted to do, but wanted to reuse someone else's library rather than writing it up myself. After some extensive "research" (Googling), I found <http://mkweb.bcgsc.ca/color-summarizer/?examples> by Martin Krzywinski.
2626

2727
[histograms]: http://www.pyimagesearch.com/2014/01/22/clever-girl-a-guide-to-utilizing-color-histograms-for-computer-vision-and-image-search-engines/
2828
[cc]: http://www.pyimagesearch.com/2014/05/26/opencv-python-k-means-color-clustering/

0 commit comments

Comments
 (0)