Skip to content
Snippets Groups Projects
Commit e73487ec authored by Julian Steinmetz's avatar Julian Steinmetz
Browse files

removed c++17 getStats, which was planned for automatic parameter determination

parent 4a5e0db3
No related branches found
No related tags found
No related merge requests found
......@@ -608,7 +608,7 @@ std::vector<std::vector<cv::Vec2i> > calculateIslandsAccelerationStructure(const
std::map<std::string, std::variant<int, float, size_t> > getStats(const Mat &islandImage)
{
std::map<std::string, std::variant<int, float, size_t> > stats;
/*
cv::Mat stats_opencv;
cv::Mat labels;
cv::Mat centroids;
......@@ -654,7 +654,7 @@ std::map<std::string, std::variant<int, float, size_t> > getStats(const Mat &isl
stats["number_of_small_islands"] = number_of_small_islands;
//number of big islands under each other in y direction
*/
return stats;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment