mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-22 07:31:26 +08:00
Pull Request mandatory changes 2
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
using namespace saliency;
|
||||
|
||||
static const char* keys =
|
||||
{ "{@saliency_algorithm | | Saliency algorithm <saliencyAlgorithmType.[saliencyAlgorithmTypeSubType]> }"
|
||||
@@ -145,11 +146,7 @@ int main( int argc, char** argv )
|
||||
|
||||
if( saliencyAlgorithm->computeSaliency( image, saliencyMap ) )
|
||||
{
|
||||
/*std::cout << "-----------------OBJECTNESS-----------" << std::endl;
|
||||
std::cout << "OBJECTNESS BOUNDING BOX VECTOR SIZE" << saliencyMap.size() << std::endl;
|
||||
std::cout << " " << saliencyMap[0] << std::endl;
|
||||
std::cout << " " << saliencyMap[1] << std::endl;
|
||||
std::cout << " " << saliencyMap[2] << std::endl; */
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user