필터 지우기
필터 지우기

Detecting a radius that has been changing during video

조회 수: 2 (최근 30일)
Batuhan Istanbullu
Batuhan Istanbullu 2022년 12월 4일
댓글: Image Analyst 2022년 12월 5일
Hi, I just want to set a radius for my video for my finger I mean while its getting away from my camera in a video. How do I set its radius and check the radius change of the finger's tip while its moving away from the camera? Any help would be app. it,
Best Regards,
Batuhan
  댓글 수: 1
Image Analyst
Image Analyst 2022년 12월 5일
I guess you could use MATLAB. Like
radius = 100; % Or whatever.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2022년 12월 5일
이동: Image Analyst 2022년 12월 5일
You have to adapt it to find the thing you're interested in. My segmentation algorithm looked for green object. Yours will undoubtedly be something different. What that might be we have no idea because you are not attaching your video or even a frame from it. Maybe you have to change it to look for flesh colored things. Or maybe you have a dark finger against a bright uniform background and you can simply convert to grayscale and threshold it.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
for a basic tutorial on finding objects by intensity thresholding.
  댓글 수: 2
Batuhan Istanbullu
Batuhan Istanbullu 2022년 12월 5일
이동: Image Analyst 2022년 12월 5일
I'm trying to use your code to generate for my video but HSV values keep giving me error
Image Analyst
Image Analyst 2022년 12월 5일
Attach your video and script.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by