Ask Your Question

Dhineshram's profile - activity

2018-10-03 21:21:06 -0600 received badge  Famous Question (source)
2018-06-15 08:47:35 -0600 received badge  Student (source)
2016-02-04 07:44:29 -0600 received badge  Notable Question (source)
2015-07-11 07:23:16 -0600 received badge  Popular Question (source)
2014-01-24 09:04:09 -0600 commented question Find moment(x,y axis) of interested object

Thanks for concluding my question by your own . I already done tracking and can get moments(x,y axis) with C++, I have difficulties doing in C language.I wanted to ask my question in simple way, for last question I got few more suggestion that was my only moto . To move further in my project I have to do this in C language .Thanks for the link .Here all level of people have questions.

2014-01-24 07:30:07 -0600 asked a question 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 have difficulties to do this in C language. I am using c language for programming.

Thanks in Advance

2013-11-14 09:24:18 -0600 commented answer Automatic Threshold using Hue channel

Thanks for the code . Exactly what I wanted to do . Now I am working to remove noice from the output .

2013-11-14 09:19:00 -0600 commented answer Automatic Threshold using Hue channel

Exactly what I wanted to do . Thanks for the Answer .. I get lot of noise in threshold image .

2013-11-14 09:16:15 -0600 received badge  Critic (source)
2013-11-14 09:16:09 -0600 received badge  Scholar (source)
2013-11-14 09:16:08 -0600 received badge  Scholar (source)
2013-10-24 16:46:53 -0600 received badge  Editor (source)
2013-10-14 11:03:44 -0600 asked a question Automatic Threshold using Hue channel

Hi to all, I am doing a project where I have to do Automatic threshold for Hue channel. Threshold should be calculated automatically from histrogram of H channel . At present I am succeed with splitting HSV channel and only taking Hue channel in to the account. Now I dont know how to move further . I searched a lot and found Otsu threshold method do the same work but using greyscale . I am doing programming in C++

thanks in advance