<feed xmlns='http://www.w3.org/2005/Atom'>
<title>utils/binarize, branch v0.1.4</title>
<subtitle>Packages and tools for image preprocessing</subtitle>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/'/>
<entry>
<title>Reorganise image manipulation to separate integral image parts</title>
<updated>2019-05-13T18:23:03+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-05-13T18:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=02a6c66eb77a5b455bcf2d0547d2383074eb7e41'/>
<id>02a6c66eb77a5b455bcf2d0547d2383074eb7e41</id>
<content type='text'>
Also unify everything else under preproc/

Note that the UsefulImg interface should be used by the main
functions, to simplify things, but this hasn't been done yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also unify everything else under preproc/

Note that the UsefulImg interface should be used by the main
functions, to simplify things, but this hasn't been done yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error handling in sauvola tests</title>
<updated>2019-05-13T16:29:00+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-05-13T16:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=1ac5035ef55d2f97d1b98a309d83a09a84395e07'/>
<id>1ac5035ef55d2f97d1b98a309d83a09a84395e07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic cleanup tool; working, but more refinements planned.</title>
<updated>2019-04-18T12:24:02+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-04-18T12:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=4eb86764539a99b0d7c843d4aa81bfb2955db13c'/>
<id>4eb86764539a99b0d7c843d4aa81bfb2955db13c</id>
<content type='text'>
This uses integral image calculations, so they have been exported in the binarization package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This uses integral image calculations, so they have been exported in the binarization package
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove todo for integral image testing for now</title>
<updated>2019-03-28T10:56:48+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-03-28T10:56:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=66eaf329b5cb774a996a00d9b4c2bfa593ee7fa9'/>
<id>66eaf329b5cb774a996a00d9b4c2bfa593ee7fa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve tests; test regular sauvola, and add option to update golden files</title>
<updated>2019-03-28T10:45:52+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-03-28T10:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=859112b5e1516236b36e4faaa95ab5e4029c2f6c'/>
<id>859112b5e1516236b36e4faaa95ab5e4029c2f6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add zeroinv option for binarize command</title>
<updated>2019-03-26T17:23:33+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-03-26T17:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=8af4c7e56e0336f1e70a0e079c79ee7459d92519'/>
<id>8af4c7e56e0336f1e70a0e079c79ee7459d92519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move sauvola binarization tool to cmd/binarize</title>
<updated>2019-03-26T15:43:21+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-03-26T15:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=f20982f465ee4735caf5b0ebc3c57af31ee90e75'/>
<id>f20982f465ee4735caf5b0ebc3c57af31ee90e75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate out binarize into a package, and start adding tests for it</title>
<updated>2019-02-15T17:47:57+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-02-15T17:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=d8ca7b584b693a2a61dd88767a81d99bc48aca32'/>
<id>d8ca7b584b693a2a61dd88767a81d99bc48aca32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set window size automatically based on resolution</title>
<updated>2019-01-30T21:22:32+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-01-30T21:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=3e31e5f58b89c2f71c8a306950173bab221dc565'/>
<id>3e31e5f58b89c2f71c8a306950173bab221dc565</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on Imger package</title>
<updated>2019-01-30T19:41:48+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2019-01-30T19:41:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/utils/commit/?id=5a89da512da641732d05d5bb2c49f813672a6990'/>
<id>5a89da512da641732d05d5bb2c49f813672a6990</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
