为什么我不能通过
Point src[1][4] = {
{
Point(border,border), Point(border,h-border), Point(w-border,h-border), Point(w-border,h-border)
}
};
作为
polylines(frame, src, ns, 1, true, CV_RGB(255,255,255), 2);
在哪里
折线有原型
void polylines(Mat& img, const Point** pts, const int* npts, int ncontours, bool isClosed, const Scalar& color, int thickness=1, int lineType=8, int shift=0 )
更新
好的,好的,我记住了这个东西:)