1
0
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:
jaco
2014-08-20 21:42:33 +02:00
parent 02aa915504
commit 255d83aca4
8 changed files with 517 additions and 15 deletions

View File

@@ -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; */
}
}