Javacv: Can JavaCV paint Chinese or Japanese text to Mat using 'opencv_imgproc.putText()' ?

Created on 13 Feb 2018  路  1Comment  路  Source: bytedeco/javacv

when I using putText() to paint some ASCII codes to Mat, it's okay, but, when i painting Chinese, it shows "????" in screen.

question

Most helpful comment

OpenCV doesn't support non-ASCII well or at all. Use Java 2D, Android Graphics, etc

>All comments

OpenCV doesn't support non-ASCII well or at all. Use Java 2D, Android Graphics, etc

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RaGreen picture RaGreen  路  4Comments

y4nnick picture y4nnick  路  3Comments

Bahramudin picture Bahramudin  路  3Comments

kongqw picture kongqw  路  4Comments

chenhl05 picture chenhl05  路  4Comments