herrDeng網內搜尋
自訂搜尋
Ads
2021年4月8日 星期四
2021年4月7日 星期三
2021年4月5日 星期一
黑柴犬與robomaster python opencv遙控車
黑柴犬與robomaster python opencv遙控車。軟體開發,哪有一步到位的?當然是逐次改善,永無止境的,像是影像的部份,因鏡頭焦距散射扭曲,也都要考慮用演算法修正才是,最初版本源自「捕捉動態黑色柴犬鏡頭Robomaster SDK python程式」
雖然仍有進步的空間,加上thread list與連續指令傳送最少時間差,除了前進,也加上後退、左平移、右平移,以及拍照功能,基本的操控性也大幅提昇。
訂閱:
意見 (Atom)
熱門文章
-
計算你上學期加權平均
-
產生50個元素的陣列並排序
-
請用 C/C++/java寫一簡易程式
-
Caesar挪移碼密文: MCLGZ 請破譯!
-
計算你的BMI
-
借錢500萬,年利18%,每月複利計算,請問連本帶利的金額 5, 10, 15, 20, 25, 30, 35, 40, 45, 50年的金額。並比較公式: A*exp(0.18n) A*(1+0.18/12)^(12*n), n=年數, A=本金 hint: math.h, p...
-
array ex 1, 2,3,7,8
-
利用static方法輸出BMI
-
Fibonacci sequence: a[0]=1, a[1]=1, a[2]=2, a[3]=3, a[4]=5,...... In general, a[n]=1 as n=0,1, a[n]=a[n-1]+a[n-2] as n>=2. Use this...