opencv_zlib renamed back to zlib; make static libs work on Windows
This commit is contained in:
@@ -32,7 +32,7 @@ int isColor = true;
|
||||
bool useMask = false;
|
||||
int newMaskVal = 255;
|
||||
|
||||
void onMouse( int event, int x, int y, int, void* param )
|
||||
void onMouse( int event, int x, int y, int, void* )
|
||||
{
|
||||
if( event != CV_EVENT_LBUTTONDOWN )
|
||||
return;
|
||||
|
Reference in New Issue
Block a user