Hi everyone, I´m kind of new to programming and openCV so I apologise if I´m asking something obvious to you :)
I´m writing a script for object detection as a part of my thesis.
I use contours to detect the holes on this object which works fine and then I find the center of each contour which I print. However, I need to store these values so that I can work with them further on. So is there a way to store the value of each center of contour separately as a variable? Further on I will be measuring the distance between all the centers to determine whether all the holes are in a correct place.
Any help would be highly appreciated :)