Bug fix
This commit is contained in:
@@ -89,7 +89,8 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
|
||||
// Creeer een witte image
|
||||
Mat contourImage = cvCreateImage(cvSize(binary16S.cols, binary16S.rows), IPL_DEPTH_8U, 3);
|
||||
IplImage* iplimage = cvCreateImage(cvSize(binary16S.cols, binary16S.rows), IPL_DEPTH_8U, 3);
|
||||
Mat contourImage = cvarrToMat(iplimage);
|
||||
contourImage = Scalar(255, 255, 255);
|
||||
|
||||
// teken de contouren op de witte image
|
||||
|
||||
Reference in New Issue
Block a user