08_OpenCv繪製形狀和文字

08_繪製形狀和文字 一.Point對象與Scalar對象 Point對象:表示2D平面上的一個點(x, y) Point p = new Point(); p.x = 11; p.y = 14; 或者 Point p = new Point(11, 14); Scalar對象 Scalar scalar = new Scalar(a, b, c, d);//a = red, b = green,
相關文章
相關標籤/搜索