Feeds
提问
How to detect fingertips in an Image (I surfed google and found out that I need to use K-curvature,K-means,Convex -Hull, etc) but the resources I found out are too little informative and it is hard to implement.Can anyone suggest where to start?
Can anyone tell from where to start and provide the links for the resources
13 years 前 | 1 个回答 | 0
1
个回答提问
I am basically trying to find the skin in the image.So I wrote the piece of code. I converted the image to ycbcr ad then took the required values and then put them back in the original ycbcr but the image is entirely black.
& I converted the image to ycbcr ad then took the required values and then put them back in the original ycbcr but the image is ...
13 years 前 | 2 个回答 | 0
2
个回答提问
% my requirements is to track a "red color circular object like ball" but it is tracking "red color" "objects" moreover it is not doing the kalman tracking please help me!!!!
vid=videoinput('winvideo',2,'I420_320x240');% initialising video set(vid,'FramesPerTrigger',Inf); set(vid,'ReturnedColorsp...
13 years 前 | 1 个回答 | 0
1
个回答提问
Finding objects in images
I am trying to find only spherical objects like ball ... I wrote a code to track the "orange" colored ball but it is not showing...
13 years 前 | 1 个回答 | 0
