my problem is how to detect two hands and tracking using matlab2016 but theri is a problem in image acquisition

3 views (last 30 days)
if someone can help me with code can resolve this or help me in this warning i can't understand it: Warning: Image is too big to fit on screen; displaying at 67% > In images.internal.initSize (line 71) In imshow (line 309)

Answers (2)

Jan
Jan on 7 Dec 2016
Edited: Jan on 9 Dec 2016
The message is clear: imshow displays a warning, if the image is larger than the figure. So either increase the figure size, reduce the image size or use another the image command.
  4 Comments
intissar khalifa
intissar khalifa on 9 Dec 2016
Do you have solution of the detection and tracking of two hands in video input i widh that you can help me and thank you in advance
Image Analyst
Image Analyst on 9 Dec 2016
The Computer Vision System Toolbox has lots of ways to do tracking. I suggest you buy that toolbox to save yourself lots of time and development effort. In the meantime, I attach some tracking demos that don't require that toolbox.

Sign in to comment.


Image Analyst
Image Analyst on 9 Dec 2016
Call the attached function to turn off that warning plus several other harmless warnings.

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!