Fix MSVC build issues
This commit is contained in:
@@ -114,7 +114,7 @@ int main( int argc, const char** argv )
|
||||
for(;;)
|
||||
{
|
||||
IplImage* iplImg = cvQueryFrame( capture );
|
||||
frame = iplImg;
|
||||
frame = cv::cvarrToMat(iplImg);
|
||||
if( frame.empty() )
|
||||
break;
|
||||
if( iplImg->origin == IPL_ORIGIN_TL )
|
||||
|
Reference in New Issue
Block a user