1 | initial version |
putText() only supports (a small subset of) ascii, no unicode or utf.
it's a debugging facility, not meant to be used for a real program, so it's very limited.
you can (re-) build the opencv android SDK with the freetype module from opencv_contrib, and then use freetype::putText() with chinese encoding, but maybe you also have to look for alternative methods on android here.