File: TODO

package info (click to toggle)
faumachine 20180503-4
  • links: PTS
  • area: main
  • in suites: buster
  • size: 61,272 kB
  • sloc: ansic: 272,290; makefile: 6,199; asm: 4,251; sh: 3,022; perl: 886; xml: 563; pascal: 311; lex: 214; vhdl: 204
file content (11 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
*******************************************************************
* Some thoughts on the patternmatcher...
*******************************************************************

- textarea_binarization:
  muster-buch page 71: weight gray-value of a pixel with laplace function:
    directly -> gray-values with lots of changes are the peaks (good for text)
    1/1+x    -> gray-values which are constant are the peaks (good for bg)
  consider a threshold for laplace to decide whether to count a pixel at all

- call qsort(samples) in an init routine, not at the end of each reset_data()