Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Find moment(x,y axis) of interested object

Hi to All, I am doing a project where I have to track a red ball using Hue channel,for that I did thresholding to filter red color from image.

Later I have to find the moment(x,y axis) of filtered red ball in binarized image(track the cenroid of the red ball).After search I found findcontour and moments methods are used to accomplish this. I dont know how exactly to do this.

I am using c language for programming.

Thanks in Advance

Find moment(x,y axis) of interested object

Hi to All, I am doing a project where I have to track a red ball using Hue channel,for that I did thresholding to filter red color from image.

Later I have to find the moment(x,y axis) of filtered red ball in binarized image(track the cenroid of the red ball).After search I found findcontour and moments methods are used to accomplish this. I dont know how exactly to do this.

I am using c language for programming.

Thanks in Advance

click to hide/show revision 3
retagged

updated 2014-01-24 07:36:43 -0600

berak gravatar image

Find moment(x,y axis) of interested object

Hi to All, I am doing a project where I have to track a red ball using Hue channel,for that I did thresholding to filter red color from image.

Later I have to find the moment(x,y axis) of filtered red ball in binarized image(track the cenroid of the red ball).After search I found findcontour and moments methods are used to accomplish this. I dont know how exactly to do this.

I am using c language for programming.

Thanks in Advance

Find moment(x,y axis) of interested object

Hi to All, I am doing a project where I have to track a red ball using Hue channel,for that I did thresholding to filter red color from image.

Later I have to find the moment(x,y axis) of filtered red ball in binarized image(track the cenroid of the red ball).After search I found findcontour and moments methods are used to accomplish this. I dont know how exactly have difficulties to do this.

this in C language. I am using c language for programming.

Thanks in Advance