~ubuntu-branches/ubuntu/utopic/tesseract/utopic-proposed

« back to all changes in this revision

Viewing changes to classify/speckle.cpp

  • Committer: Package Import Robot
  • Author(s): Jeff Breidenbach
  • Date: 2012-10-23 23:25:05 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121023232505-01pfq6trlgqtagwj
Tags: 3.02.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 * Exceptions: none
97
97
 * History: Mon Mar 11 10:06:49 1991, DSJ, Created.
98
98
 *
99
 
 * @param Blob blob to test against speckle criteria
 
99
 * @param blob blob to test against speckle criteria
100
100
 *
101
 
 * @return TRUE if Blob is speckle, FALSE otherwise.
 
101
 * @return TRUE if blob is speckle, FALSE otherwise.
102
102
 */
103
103
BOOL8 LargeSpeckle(TBLOB *blob) {
104
104
  double speckle_size = BASELINE_SCALE * speckle_large_max_size;