CvPoint2D32f *points[2]={0,0},{1,1};这句代码为什么不对?如题,该怎么进行points的初始化? [解决办法]
CvPoint2D32f points[2][2]={{0,0},{1,1}};