* add search to right and change the function structure.

v1.6alpha
liuruoze 9 years ago
parent fb3b38e6bf
commit 6c9e2be3c6

@ -14,6 +14,8 @@ enum Color { BLUE, YELLOW, WHITE, UNKNOWN };
enum LocateType { SOBEL, COLOR, CMSER, OTHER };
enum CharSearchDirection { LEFT, RIGHT };
enum
{
PR_DETECT_SOBEL = 0x01, /**Sobel detect typeusing twice Sobel */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 300 KiB

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save