1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00

saliency: improve BING handling

This commit is contained in:
berak
2017-10-17 17:59:08 +02:00
parent e9cd99d9f7
commit 00ea0f49df
4 changed files with 31 additions and 11 deletions

View File

@@ -464,7 +464,7 @@ private:
void setColorSpace( int clr = MAXBGR );
// Load trained model.
int loadTrainedModel( std::string modelName = "" );// Return -1, 0, or 1 if partial, none, or all loaded
int loadTrainedModel();// Return -1, 0, or 1 if partial, none, or all loaded
// Get potential bounding boxes, each of which is represented by a Vec4i for (minX, minY, maxX, maxY).
// The trained model should be prepared before calling this function: loadTrainedModel() or trainStageI() + trainStageII().