Feature-Based OCR
PART VII - Feature Reduction
| << Previous | Main | Next >> |
Special Case 1: N-intersect + N-intersect = N-intersect (merge into one)
|
Special Case 2: End-point + Tri-intersect = Nothing (remove both)
| Step 1: Input Image
|
Step 2: Extract Features
|
Special Case 3: End-point + Quad-intersect = Tri-intersect (combine and replace)
| Step 1: Input Image
|
Step 2: Extract Features
|
Special Case 4: Tri-intersect + Tri-intersect = Quad-intersect (combine and replace)
| Step 1: Input Image
|
Step 2: Extract Features
|
Special Case 5: Tri-intersect + Quad-intersect = X-intersect (X is either Tri or Quad, whichever occurs more)
| <Picture N/A> |
<Under Construction>
| << Previous | Main | Next >> |
Next: Problems