- Sep 07 Wed 2016 11:26
-
複雜背景中刮傷偵測
- Sep 02 Fri 2016 22:01
-
台北自動化展覽9/3最後一天, 請把握
- Aug 17 Wed 2016 11:02
-
C# 如何啟動,暫停和繼續一個非同步執行任務

上一篇(c#非同步async和await)學習如何利用關鍵字async和await進行非同步執行,接下來結合ManualResetEvent可以用來暫停和繼續該非同步執行任務
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;using System.Threading;Task taskTimer; // timer任務實體delegate void showTimeHandler(); // 顯示時間委派函式
ManualResetEvent pauseSignal; // 控制任務 暫停或繼續int cnt = 0; // 計數器
- Aug 17 Wed 2016 09:36
-
VS2012 C#非同步async和await
- Aug 11 Thu 2016 13:35
-
計算Object旋轉角度

1. 利用InRange保留感興趣的顏色區間2. 利用CvBlobDetector進行Blob計算以下為名片進行特定顏色篩選, 經過步驟1,2可以初步找出每個字元的位置,經由morphology可以將部分破碎的封閉區域合併成同一個字元除了知道每個物件候選人之外, 我們還希望得到每個物件和標準樣的之間的旋轉角度[10]opencv_source_code/samples/cpp/fitellipse.cpp [9]參考資料
- Aug 11 Thu 2016 01:32
-
Image Affinement and Real-time Object Detection

The homography transformation is based on the following formulae[4]:
A Homography is a transformation ( a 3×3 matrix ) that maps the points in one image to the corresponding points in the other image.[5]Image Alignment Using Homography
- Aug 10 Wed 2016 16:07
-
安裝PCIE-1730
- Aug 08 Mon 2016 15:32
-
USB To RS232/DI/DO
- Aug 07 Sun 2016 08:55
-
Epson SPEL+筆記

速度, 加減速設定
Integer slow, accSlow, accFast, fast, decSlow, decFastFunction accTest slow = 20 '低速的設置 fast = 100 '高速的設置 accSlow = 20 '低加速度的設置 decSlow = 20 '低減速度的設置 accFast = 100 '高加速度的設置 decFast = 100 '高減速度的設置Accel accSlow, decSlow
Speed slow
Accel accFast, decFast
Speed fast
- Aug 06 Sat 2016 22:16
-
Epson 手臂TCP/IP連線
- Jul 27 Wed 2016 09:20
-
Orientalmotor 東方馬達 Modbus 參數設定

--------------------------------------------------------------------------設定馬達2(從站2)設定其目標位置 500 (DEC十進位) 相當於 1F4 (HEX十六進位)從站位址 02h 從站位址2
功能碼 06h 寫入保持寄存器
寄存器位址(上位) 04h 位址
寄存器位址(下位) 01h 位址
寫入值(上位) 01h 資料
寫入值(下位) F4h 資料
錯誤檢查(下位) D9h CRC-16 的計算結果
錯誤檢查(上位) 1Eh CRC-16 的計算結果
- Jul 21 Thu 2016 11:02
-
EPSON ROBOT 機器人管理操作

設定起始點位置對應手臂的姿態-----------------------------------------------------定義和顯示工具座標點選Tool->可視的->打勾定義和顯示工具座標點選Local->可視的->1 打勾選擇Local 1, 步進模式也選擇Local, 則手臂運動會以Local 1做參考原點座標




