In the code:
|
wchar_t compose(wchar_t chosung, wchar_t jungsung, wchar_t jongsung) |
The arguments wchar_t chosung, wchar_t jungsung, wchar_t jongsung seems to be Korean unit characters to be composed, but used as array indices in the body of function implementation.
In the code:
DeepGuider/src/ocr_recog/ocr_localizer.hpp
Line 249 in 9e61aa4
The arguments
wchar_t chosung, wchar_t jungsung, wchar_t jongsungseems to be Korean unit characters to be composed, but used as array indices in the body of function implementation.