removed calls to other layers to get into solver
problem with imread in preprocess when multiple layers make call. This was subv. by deactivating these layers.
This commit is contained in:
@ -271,7 +271,7 @@ Mat analyseParts::readImages(int count)
|
||||
return src;
|
||||
}
|
||||
|
||||
if(DISPLAY)imshow("src",src);
|
||||
//if(DISPLAY)imshow("src",src);
|
||||
|
||||
Mat im_gray, im_bw;
|
||||
cvtColor(src, im_gray, CV_RGB2GRAY);
|
||||
|
Reference in New Issue
Block a user