image
Delegate為委派,Invoke表示要呼叫所指定的方法(method),第二個為傳入參數陣列 MyFormControl繼承Form 1. Line 3: 宣告委派:delegate void AddListItem(String myString),表示需要傳入一字串無回傳值。 2. Line4: 宣告委派:delegate void ClearListItem(),表示無參數輸入且無回傳值。

me1237guy 發表在 痞客邦 留言(0) 人氣()

image 
(1) 先自訂義事件資料類別ThresholdReachedEventArgs, 其繼承EventArgs
該類別存在兩個公開方法,分別記錄門檻值和達門檻值時間



// (1) 自訂義事件資料(event data)
 public class ThresholdReachedEventArgs : EventArgs
 {
 public int Threshold { get; set; }
 public DateTime TimeReached { get; set; }
 }

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
http://store.steampowered.com/about/

C:\Program Files (x86)\Steam

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
ffmpeg Installation 搜尋來源影片 MOV_0211 中的第15秒的影格, 輸出影格名稱 out1.jpg

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
download visual studio 2017  

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
目前功能 1. 可以新增多個ROI(region of interest) 2. 每個ROI可以編輯大小, 八個控制點, 可以任意拖拉 3. ROI左上角開始編號, 逆時針方向0~7號, 經過拖拉控制點改變相對位置後,所有控制點編號會保持一致, 自動更新正確的相對編號 4. 圖層關係, 最新繪製的ROI會在最上層

me1237guy 發表在 痞客邦 留言(1) 人氣()

image
DigiSun VH518 AV/S+HDMI端子轉HDMI高解析影音訊號轉換器
DigiSun VH552 VGA+Audio轉HDMI影音訊號轉換器含Scaler功能 (PC to HDTV)
圓剛 ET110 訊號轉換器 轉換VGA訊號為高品質HDMI輸出
圓剛 H727 AVerTV Capture HD HDMI高畫質電視擷取卡

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
C:\Program Files\IDS\uEye\Develop\Source\uEye_DotNet_C#_Cockpit Live取像 選擇像機  

me1237guy 發表在 痞客邦 留言(0) 人氣()

 1: public Mat ConvertBitmapToMat(Bitmap bmp)
 2: {
 3: // Lock the bitmap's bits. 
 4: Rectangle rect = new Rectangle(0, 0, bmp.Width, bmp.Height);
 5:  
 6: System.Drawing.Imaging.BitmapData bmpData =
 7: bmp.LockBits(rect, System.Drawing.Imaging.ImageLockMode.ReadWrite,
 8: bmp.PixelFormat);
 9:  
 10: // data = scan0 is a pointer to our memory block.
 11: IntPtr data = bmpData.Scan0;
 12:  
 13: // step = stride = amount of bytes for a single line of the image
 14: int step = bmpData.Stride;
 15:  
 16: // So you can try to get you Mat instance like this:
 17: Mat mat = new Mat(bmp.Height, bmp.Width, Emgu.CV.CvEnum.DepthType.Cv32F, 4, data, step);
 18:  
 19: // Unlock the bits.
 20: bmp.UnlockBits(bmpData);
 21:  
 22: return mat;
 23: }

me1237guy 發表在 痞客邦 留言(3) 人氣()

image

b-PAC SDK downloads

me1237guy 發表在 痞客邦 留言(0) 人氣()

image
前幾天收到之前訂單brother QL700
C:\Program Files (x86)\Brother

me1237guy 發表在 痞客邦 留言(0) 人氣()

BROTHER QL-700 標籤機image
http://www.brother.com/product/dev/label/bpac/download/

me1237guy 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。