Hi, I want to detect the black points(Only on the pattern of the mag). I am working on hand movement disorder analysis and i want to track all points marked on mag in one simple video.plz help me.

1 view (last 30 days)
This is the 1st frame of my video.

Accepted Answer

Image Analyst
Image Analyst on 22 Sep 2015
Have you tried any of the tracking examples in the Computer Vision System Toolbox?
Once you adapt code from that, then perhaps someone can help you if you still need it.
  4 Comments
Jaimini Joshi
Jaimini Joshi on 11 Oct 2015
I think this is perfectly that i want.Thank you so much.Sorry if i ask u silly question but i have onr more question is that how i get that hThresholds,sThresholds,vThresholds values for my black point???
Image Analyst
Image Analyst on 11 Oct 2015
Edited: Image Analyst on 11 Oct 2015
Experiment around. For black, s should be less than about 0.1, and v should be less than .2 or .3 or so. h should not matter.
can you please mark the answer "Accepted" if it works for you. Thanks in advance.

Sign in to comment.

More Answers (1)

Jaimini Joshi
Jaimini Joshi on 11 Oct 2015
Sorry for late replay. I am new to matlab. I just want simple code for getting location of black point in each and every frame. please help me.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!