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) 人氣()

image
https://git-scm.com/downloads
C:\Program Files\Git

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

image
drvInstaller 進行解壓縮
執行drvInstaller
手動安裝driver

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

image
安裝IIS
開啟新專案WCF Service Application類型
服務介面宣告

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

Blog Stats
⚠️

成人內容提醒

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

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