Ask Your Question
0

is the cvPutText support Chinese word with opencv2.4.6 for android

asked 2013-11-06 04:30:59 -0600

street gravatar image

Don't mind my poor English. -_-

The problem is that I need draw some word on the picture ,which I processed,but I it can not normal draw the word onto the picture.

such as : cvPutText(v->Src, "" ,cvPoint(text_x, text_y), &font, CV_RGB(255,0,0)); the word "限速15公里" means "Speed ​​limit 15 km" ,but it only show "??15??"

so , I want to know is the cvPutText support Chinese word with opencv2.4.6 for android ? and is there have another function can do what I say ?

thanks

edit retag flag offensive close merge delete

Comments

you probably can't with putText. it only supports a very limited subset of ascii printable chars.

berak gravatar imageberak ( 2013-11-06 04:39:50 -0600 )edit

1 answer

Sort by » oldest newest most voted
0

answered 2013-11-06 07:49:54 -0600

leo gravatar image

你好,我最近也在android上使用opencv,但遇到了问题,希望你能帮助我一下。我在cmd,下编译jni,但是不加载libopencv_java.so文件,所以cpp,文件总是报错。假如你能够帮忙请告诉我吧,邮箱:[email protected],万分感谢

edit flag offensive delete link more

Comments

hi leo, if you've got a question, make a question, not an answer. also, please not in chinese ;)

berak gravatar imageberak ( 2013-11-06 08:15:39 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2013-11-06 04:30:59 -0600

Seen: 1,259 times

Last updated: Nov 06 '13