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

Fixed most right pixel

parent 5b46d97b
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,7 @@ std::vector<Island> calculateIslands(cv::Mat& _mat, cv::Mat& filename){
if(most_right_pixel[1] < new_right_pixel[1])
{
new_right_pixel = most_right_pixel;
most_right_pixel = new_right_pixel;
}
}
}
......
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