Saliency map for BinWAngApr2014 is blank
Hello all,
I recently compiled the example code in the Saliency module. https://github.com/fpuja/opencv_contr...
It compiled fine, without any problems. Unfortunately when I run the program I don't see anything in the Saliency Map image window, nor anything inside the matrix. When imshow is executed all that is displayed is a blank, white box the same size as my input video.
The input video shows up just fine. It also happens to take a pretty long time, so it seems like something is being down in the background and the data just doesn't appear.
The Saliency map shows up for the Spectral_residual function.
why are you using an outdated fork instead of https://github.com/Itseez/opencv_cont... ?
@berak When I was searching for answers I must of found this location by accident. I tried out the code in the master fork, unfortunately, it still provides the same result -- a blank/white saliency map.