<feed xmlns='http://www.w3.org/2005/Atom'>
<title>preproc, branch v0.3.0</title>
<subtitle>Miscellaneous OCR related utilities and packages</subtitle>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/'/>
<entry>
<title>Update pggraph documentation and update integralimg version</title>
<updated>2020-07-26T23:28:11+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-26T23:28:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=b26cb9182b566acac884627d790b0660c4766b62'/>
<id>b26cb9182b566acac884627d790b0660c4766b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update wipesides and pggraph to new functions in integralimg, and remove experimental splittable</title>
<updated>2020-07-26T23:15:05+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-26T23:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=4627227579c6922406517cf8ad0eb05728d71e0f'/>
<id>4627227579c6922406517cf8ad0eb05728d71e0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to integralimg 0.3.0 and use the new functions for integral sauvola</title>
<updated>2020-07-26T22:44:41+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-26T22:44:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=97753052db0239d907631d4a480ac742412827d3'/>
<id>97753052db0239d907631d4a480ac742412827d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update commands to use the updated interfaces</title>
<updated>2020-07-24T17:59:51+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-24T17:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=797a8dca9408eb58620bc33dde9b5da51bbfee5f'/>
<id>797a8dca9408eb58620bc33dde9b5da51bbfee5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sideways() work on any image.Image</title>
<updated>2020-07-24T17:49:50+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-24T17:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=70e3b595b02977e90c533756a8837c019d51d182'/>
<id>70e3b595b02977e90c533756a8837c019d51d182</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix failing tests; happily the test was just not correctly written</title>
<updated>2020-07-24T17:36:05+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-24T17:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=41abf458640394dcdf63e874e75b5e06aebd0214'/>
<id>41abf458640394dcdf63e874e75b5e06aebd0214</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to v0.2.1 of integralimg, and improve various things</title>
<updated>2020-07-23T22:09:43+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-23T22:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=1ef9df29fb2d5bb6585e0d0ed99e13a900289e7b'/>
<id>1ef9df29fb2d5bb6585e0d0ed99e13a900289e7b</id>
<content type='text'>
- Improve integral sauvola by rounding threshold correctly
- The Sauvola functions can now process any image.Image, not
  just an image.Gray
- Add ImageWindower interface and use it to generalise
  wipesides.go
- Rely on Bounds() for image bounds rather than implementation-
  specific stuff in integralimg

Note that a couple of the wipesides tests are now failing. It's
possible that this is due to fixed or introduced bugs (let's hope
the former) changing sensible thresholds. Will need to look into
this and sort it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Improve integral sauvola by rounding threshold correctly
- The Sauvola functions can now process any image.Image, not
  just an image.Gray
- Add ImageWindower interface and use it to generalise
  wipesides.go
- Rely on Bounds() for image bounds rather than implementation-
  specific stuff in integralimg

Note that a couple of the wipesides tests are now failing. It's
possible that this is due to fixed or introduced bugs (let's hope
the former) changing sensible thresholds. Will need to look into
this and sort it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve sauvola by ensuring threshold is rounded correctly before comparison</title>
<updated>2020-07-23T22:04:49+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-23T22:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=6a36400351bea5052431bb1feace358fa67a5cf9'/>
<id>6a36400351bea5052431bb1feace358fa67a5cf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pggraph] gofmt</title>
<updated>2020-07-20T17:41:29+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-20T17:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=77461fa5f0b0e8fb00d9c04dd9f0a62173f310ce'/>
<id>77461fa5f0b0e8fb00d9c04dd9f0a62173f310ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[pggraph] Simplify and correct x ticks</title>
<updated>2020-07-20T17:40:53+00:00</updated>
<author>
<name>Nick White</name>
<email>git@njw.name</email>
</author>
<published>2020-07-20T17:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rescribe.xyz/cgit/cgit.cgi/preproc/commit/?id=7b7fdbedd38f691ead99c5f4a2a691482fe724d0'/>
<id>7b7fdbedd38f691ead99c5f4a2a691482fe724d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
