<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otsu2018, branch master</title>
<subtitle>An implementation of Otsu et al. (2018) clustering algorithm for generating Colour datasets for the spectral upsampling method. 
</subtitle>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/'/>
<entry>
<title>Ensure Python 2 compatibility.</title>
<updated>2020-07-26T10:43:12+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-25T21:19:41+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=d218ef0097174897634477bcc180b6268ba6c337'/>
<id>d218ef0097174897634477bcc180b6268ba6c337</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A new class for saving and loading datasets.</title>
<updated>2020-07-25T17:45:17+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-25T17:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=de339a8611548cfa3f9bd8bcdaa22afd2a6e062c'/>
<id>de339a8611548cfa3f9bd8bcdaa22afd2a6e062c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor out printing progress information.</title>
<updated>2020-07-25T15:22:36+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-25T15:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=f88a852f659ea3223ce69ac147912b1d346cf7be'/>
<id>f88a852f659ea3223ce69ac147912b1d346cf7be</id>
<content type='text'>
This way using tqdm is optional and not a direct dependency of otsu2018.py.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way using tqdm is optional and not a direct dependency of otsu2018.py.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Clustering to Tree and make it a subclass of Node.</title>
<updated>2020-07-25T14:42:01+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-25T13:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=26c2bcbb77f9d2914be35e74e14333bc3e729c3e'/>
<id>26c2bcbb77f9d2914be35e74e14333bc3e729c3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify and clarify PCA code.</title>
<updated>2020-07-24T17:51:32+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-24T17:51:32+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=9c0dfa59598968ab5be656aac5c4f6f79c50dd61'/>
<id>9c0dfa59598968ab5be656aac5c4f6f79c50dd61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A script that plots the PCA decomposition.</title>
<updated>2020-07-24T16:28:27+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-24T16:28:27+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=49f34e4d60b25797c04c4a6a903748e3cb4b992f'/>
<id>49f34e4d60b25797c04c4a6a903748e3cb4b992f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the constant illuminant by default.</title>
<updated>2020-07-24T16:28:14+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-24T16:28:14+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=77f03e8814315486bd2db5de484e2ad1c8b3bc96'/>
<id>77f03e8814315486bd2db5de484e2ad1c8b3bc96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a simple script for computing delta E's.</title>
<updated>2020-07-22T14:49:18+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-22T14:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=162aeb511f5bafc67b16fb920f9f8d037d4ab7ca'/>
<id>162aeb511f5bafc67b16fb920f9f8d037d4ab7ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vastly improve the quality of clusterings.</title>
<updated>2020-07-22T14:27:50+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-22T14:27:50+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=db0040dbe91729b9bd78c40b4be75068b1e6968a'/>
<id>db0040dbe91729b9bd78c40b4be75068b1e6968a</id>
<content type='text'>
Setting a minimum cluster size prevents the algorithm from trying to 'cheat' by creating many 3- or 4-colour clusters. This was especially bad when PCA would determine only two basis functions were necessary (the third one being essentially random), causing massive reconstruction errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setting a minimum cluster size prevents the algorithm from trying to 'cheat' by creating many 3- or 4-colour clusters. This was especially bad when PCA would determine only two basis functions were necessary (the third one being essentially random), causing massive reconstruction errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement a proper progress bar and better messages.</title>
<updated>2020-07-21T14:32:05+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2020-07-21T14:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/otsu2018/commit/?id=663122dabf0498ae9522b0f53939e21ab64d052b'/>
<id>663122dabf0498ae9522b0f53939e21ab64d052b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
