創新實訓 利用Kinect骨骼節點識別的判斷

2021-08-20 18:36:17 字數 709 閱讀 2544

利用kinect的骨骼節點識別,可以判斷人的動作,以下,利用骨骼節點判斷人手指的指向位置,來判斷手指指向的選項為a,b,c中的哪乙個

using

system;

using

system.collections.generic;

using

system.linq;

using

system.text;

using

system.threading.tasks;

namespace

public int pointwhere

(point handtipleft, point handtipright,point spine,point shouldercenter, point shoulderleft, point shoulderright,point hipcenter,int

k)

}if (a

<= 30 && b

<= 30 && c

<= 30) return 0;

if (a > b && a > c) return 1;

if (b > a && b > c) return 2;

return 3;

}static void main

(string args)

}}

創新實訓 003

之前後端本來想用spring boot的,但是之前並未與redis一起使用過,所以後端換到flask,發現flask上手比較簡單。flask安裝 pycharm下新建工程後,可介面裡安裝flask或pip install flask 如果報werkzeug的錯,那麼重新下一下它 乙個最小的應用 he...

創新實訓6 18

學會了將資料庫中的值傳到前端,那如何將前端input輸入資料庫呢?建立新增新條目的表單 titles p 在這兩個輸入欄位中,autocomplete 屬性設為 off 來關閉自動完成 按下輸入框不顯示歷史輸入記錄 另外還新增了 required 標誌屬性,如果使用者沒有輸入內容就按下了提交按鈕,瀏...

創新實訓6 20

整理之前寫好的 結構,正式開始我們的專案 flaskenv test watchlist.py watchlist 程式包 其他自己的js檔案 templates base.html edit.html errors 400.html 404.html 500.html index.html log...