最近因為需要開始處理影片資料的label,
根據我在碩班時學習到的淺薄知識,大概只知道interact這款並不便宜的付費軟體可以達到分析影片的目的,但是更多的細節就在我一整堂課的恍惚與不在乎中流逝了.......
(嗚嗚對不起我錯了QAQ)
當初在課堂中有初步嘗試使用的是interact的試用版,不過因為年代久遠,現在手邊已經沒有保留當初的安裝檔案,所以僅只好到網站上依循介紹影片所展示的功能,先初步規畫自己的影片分析應該要如何進行。
2019年10月11日 星期五
2019年3月29日 星期五
【Python筆記】基本運算
先來練習一下基本的功能。
(參考網頁:一小時python入門)
- 資料型態:str, int, float
- 基本數學運算:加減乘除、平方、無條件捨去
- if-elif-else
- for-loop
- list
- dict
(參考網頁:一小時python入門)
2019年3月11日 星期一
【Matlab筆記】cross correlation:xcross與crosscorr之異同
最近因為需要計算關節角度的相似性,所以需要使用cross correlation的計算。
在維基百科中,cross correlation的說明是"a measure of similarity of two series as a function of the displacement of one relative to the other. This is also known as a sliding dot product or sliding inner-product.",看起來大致符合需求。
在維基百科中,cross correlation的說明是"a measure of similarity of two series as a function of the displacement of one relative to the other. This is also known as a sliding dot product or sliding inner-product.",看起來大致符合需求。
2019年2月9日 星期六
【Python筆記】Jupyter notrebook介面及快速鍵
Jupyter notebook 是在網頁介面執行的python編譯器。
【執行方法】
【執行方法】
- 在cmd輸入jupyter notebook即可開啟。
- 也可以從anaconda中點選開啟。
【Python筆記】基礎安裝:Python + Anaconda
Python
- 下載網址:https://www.python.org/
- Python 3.7.2的檔案大小大約是24.1MB
- 基本上只要一直按下一步就可以安裝成功。
Anaconda
- 下載網址:https://www.anaconda.com/distribution/
- 檔案大小大約是614MB
- 也是一直按下一步就可以安裝成功。
訂閱:
文章 (Atom)