フィルターのクリア

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 Center および File ExchangeMATLAB 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