-
Current approach:
- Load image
- Threshold
- Median
- Contours
- Merge sibling contours recursively
- Output image
-
Future approach:
- Load image
- Threshold
- for z in range(1, 9, 2):
- Median(z, threshold)
- Contours
- Merge sibling contours recursively
- Merge outputs from each iteration into a final data obj
- Output image
-
Notifications
You must be signed in to change notification settings - Fork 0
ramity/opencv-text-detection
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple text detection approach created entirely with opencv