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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0
