find the center point of an object
I could detect a shape by using canny edge detector. is there any way to find the center point of this detected object? (I mean is there any function in Opencv that can get the output of canny edge detector function as an input and then give the center of this area as an output?)
Thanks in advance..