Loading isis/src/control/apps/findfeatures/AKAZEAlgorithm.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ namespace Isis { * @return @b true if the algorithm has a detector. */ bool AKAZEAlgorithm::hasDetector() const { return false; return true; } Loading isis/src/control/apps/findfeatures/MSERAlgorithm.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ namespace Isis { * Constructs the algorithm with default variables. */ MSERAlgorithm::MSERAlgorithm() : Feature2DAlgorithm("MSERA", "Feature2D", Feature2DAlgorithm("MSER", "Feature2D", MSERType::create()) { setupParameters(); } Loading @@ -48,7 +48,7 @@ namespace Isis { * @param config The config string used to construct cvars. */ MSERAlgorithm::MSERAlgorithm(const PvlFlatMap &cvars, const QString &config) : Feature2DAlgorithm("MSERA", "Feature2D", Feature2DAlgorithm("MSER", "Feature2D", MSERType::create(), cvars) { setConfig(config); PvlFlatMap variables = setupParameters(); Loading Loading @@ -103,7 +103,7 @@ namespace Isis { * @return @b QString A description of the algorithm. */ QString MSERAlgorithm::description() const { QString desc = "The OpenCV MSERA Feature2D detector/extractor algorithm." QString desc = "The OpenCV MSER Feature2D detector/extractor algorithm." " See the documentation at " "http://docs.opencv.org/3.1.0/d3/d28/classcv_1_1MSER.html"; return (desc); Loading isis/src/control/apps/findfeatures/findfeatures.xml +107 −94 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
isis/src/control/apps/findfeatures/AKAZEAlgorithm.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ namespace Isis { * @return @b true if the algorithm has a detector. */ bool AKAZEAlgorithm::hasDetector() const { return false; return true; } Loading
isis/src/control/apps/findfeatures/MSERAlgorithm.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ namespace Isis { * Constructs the algorithm with default variables. */ MSERAlgorithm::MSERAlgorithm() : Feature2DAlgorithm("MSERA", "Feature2D", Feature2DAlgorithm("MSER", "Feature2D", MSERType::create()) { setupParameters(); } Loading @@ -48,7 +48,7 @@ namespace Isis { * @param config The config string used to construct cvars. */ MSERAlgorithm::MSERAlgorithm(const PvlFlatMap &cvars, const QString &config) : Feature2DAlgorithm("MSERA", "Feature2D", Feature2DAlgorithm("MSER", "Feature2D", MSERType::create(), cvars) { setConfig(config); PvlFlatMap variables = setupParameters(); Loading Loading @@ -103,7 +103,7 @@ namespace Isis { * @return @b QString A description of the algorithm. */ QString MSERAlgorithm::description() const { QString desc = "The OpenCV MSERA Feature2D detector/extractor algorithm." QString desc = "The OpenCV MSER Feature2D detector/extractor algorithm." " See the documentation at " "http://docs.opencv.org/3.1.0/d3/d28/classcv_1_1MSER.html"; return (desc); Loading
isis/src/control/apps/findfeatures/findfeatures.xml +107 −94 File changed.Preview size limit exceeded, changes collapsed. Show changes