public static void putText(Mat img, String text, Point org, int fontFace, double fontScale, Scalar color, int thickness)
{
putText_1(img.nativeObj, text, org.x, org.y, fontFace, fontScale, color.val[0], color.val[1], color.val[2], color.val[3], thickness);
return;
}
Imgproc.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:Microsphere
作者:
评论列表
文章目录