mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Added reference to thresholding resource
git-svn-id: https://zxing.googlecode.com/svn/trunk@45 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
c21de5bf5d
commit
09e93c1ae9
|
@ -20,7 +20,9 @@ package com.google.zxing.common;
|
|||
* <p>Encapsulates logic that estimates the optimal "black point", the luminance value
|
||||
* which is the best line between "white" and "black" in a grayscale image.</p>
|
||||
*
|
||||
* <p>TODO: Include reference to paper with similar ideas</p>
|
||||
* <p>For an interesting discussion of this issue, see
|
||||
* <a href="http://webdiis.unizar.es/~neira/12082/thresholding.pdf">http://webdiis.unizar.es/~neira/12082/thresholding.pdf</a>.
|
||||
* </p>
|
||||
*
|
||||
* @author srowen@google.com (Sean Owen)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue