發表文章

Emgucv3.1_在WPF上的靜態影像呈現_到Live視訊處理

圖片
第一階段.先觀察   Emgucv  提供的   WPF  範例 Q1. 怎麼呈現文字跟控制視窗寬高的???? 觀察功能程式區塊   Window1.xaml.cs http://www.emgu.com/wiki/files/3.1.0/document/html/37ada42e-a5c3-caa1-dfa7-a4a64251a059.htm 參數內容 public static void PutText( IInputOutputArray img, // 欲放置文字的目標影像矩陣 string text, //文字內容 Point org, //起始左上角點座標 FontFace fontFace, //字體 double fontScale, //字大小 MCvScalar color, //字的顏色 int thickness = 1, //字的粗細(預設為1 正常粗細) LineType lineType = LineType.EightConnected, bool bottomLeftOrigin = false ) The Hershey fonts are a collection of vector fonts developed c. 1967 by Dr. Allen V. Hershey at the Naval Weapons Laboratory. 起始左上角點座標 字體 Emgu.CV.CvEnum.FontFace. Hershey Duplex Duplex(英文字体) Emgu.CV.CvEnum.FontFace. Hershey Triplex Triplex 字體 字大小 fontscale = 1  fontscale = 2 字的顏色 字的粗細 thickness = 1  thickness =...

兩個獨立母體的統計推論

圖片
比較兩個互相獨立的隨機樣本 定時服用阿司匹靈 是否可以降低心臟病猝發風險??? 實驗組: 去吃阿司匹靈 對照組: 不吃阿司匹靈(或是吃非阿斯匹靈的藥長的很像阿斯匹靈(安慰劑)毫無阿司匹靈功效) 某種特定殺蟲劑 是否能增加玉米產量?? 實驗組: 一個玉米田定時噴殺蟲劑 對照組: 一個玉米田不噴 同一行業的男性、女性薪水是否一樣?? 實驗組: 男性 對照組: 女性 ====================================================================== 在短時間內,對多人做測試 22,071位  受試者  隨機指派到兩組 No.1 吃安慰劑 No.2吃阿司匹靈 5年後 數字比例都很小

跨平台動畫製作open source_1.Blender三維動畫製作_2.Gimp影像處理軟體_3.Octane渲染_4.Natron合成_初步認識_一段影片_有熱情_資源收集

圖片
Blender 是一款跨平台的  opensource 三維繪圖及彩現動畫製作軟體 跨平台的特性,讓他可以支援FreeBSD,IRIX,GNU/Linux,Microsoft Windows,Mac OS X,Solaris,及SkyOS。 參考 link :  https://zh.wikipedia.org/wiki/Blender 效果影片 Tribute to Hayao Miyazaki - Making of from dono on Vimeo . Made with  Blender ,  Gimp ,  Octane  and  Natron 影片中論述到  他是用以下幾個專業軟體來製作的 挖   太酷了吧    感覺建築物立體感   超好   而且   平面圖  動畫人物的肢體動作點群 進行了一些動作拖拉 感覺學東西學不完   = =||| XDD  ~~ Blender 前面有介紹了 https://www.blender.org/ 資源1. https://www.youtube.com/playlist?list=PLE885296A496C3D38 資源2. https://www.youtube.com/watch?v=lY6KPrc4uMw&list=PLda3VoSoc_TR7X7wfblBGiRz-bvhKpGkS http://mis.lit.edu.tw/blgarage/portal.php Gimp 目前就我初步認知是photoshop相關的軟體 https://www.gimp.org/ 資源1. https://www.youtube.com/watch?v=oFwnRw3wTZ4 https://www.youtube.com/watch?v=0wZIY8kgmwc&list=PL7dDcvqUY8jtJALoE8-o_k-wlXJ3i_9FY 資源2. https://www.youtube.com/wat...

懷卡托(weka)智能分析環境_作業教學_成功把網路上資料放進weka_逐步Debug

圖片
weka是紐西蘭的一種鳥名 又被稱作毛利母雞一種體型為一隻雞大小、不能飛的鳥類 看起來不錯吃 這裡在課堂中是指 由紐西蘭懷卡托大學用Java開發的數據挖掘常用軟體   WEKA存儲數據的格式是ARFF(Attribute-Relation File Format)文件, 一種ASCII文本文件。 第一階段. 觀察檔案內容格式 下載好weka3.8軟體後 到 C:\Program Files\Weka-3-8\data (PS:於WEKA安裝目錄的「data」子目錄下尋找) 開啟一個關於天氣預報的檔案內容描述   weather.numeric.arff 這裡推薦用  Ultraedit(要付費,免費有有效期限) 或是 Notepad++(免費無期限) 開啟 識別ARFF文件的重要依據是分行,因此不能在這種文件里隨意的斷行 也盡量不要用 文字記事本打開怕會受到因為 回車符 定義不一致而導致分行不正常 (换行符'\n'  以及  回車符'\r') ARFF files have two distinct sections. The first section is the Header information , which is followed the Data information. The Header of the ARFF file contains (1). the name of the relation, (2). a list of the attributes (the columns in the data), and their types. the nth @attribute declaration is always the nth field of the attribute 當你有 N個  @attribute  宣告的時候  就代表你 有 N個屬性欄位 第二階段.  自行網搜資料庫 http://data.gov.tw/ --> 全部資料集 ...