PIXNET Logo登入

天天向上

跳到主文

程式外包服務  E-mail: me1237guy@yahoo.com.tw 歡迎來信洽談, 請附上相關文件或問題說明, 謝謝

專長:  ※自動光學檢測 ※人臉辨識 ※車牌辨識 ※錄影監控系統 ※自動控制I/O相關 
      ※演算法開發 ※基因演算法 ※類神經網路 
      ※MATLAB  ※VISUAL C++/C# ※Xamarin ※OpenCV ※Emgu ※Unity ※QT4/5
-----------------------------------------------------------------------------------------------
   SA (模擬退火法)     GA (基因演算法)    ACO (蟻群演算法)    PSO (粒子最佳化演算法)   
   排列組合問題最佳化   TSP  Scheduling  K-means, Fuzzy C-means, KNN, DBSCAN分群  
   Fuzzy Control (模糊控制)  Neural Networks (類神經網路) Object Tracking (Kalman Filter, Optical Flow)  
   Object Recognition (Pattern Match, Haar-Like Features, EigenFace)  Human Pose Recognition
   人臉偵測     移動物偵測   車牌辨識    智慧型監控攝影  XBOX Kinect影像處理及應用 體感互動應用  
   自動光學檢測(AOI) 玻璃檢測  NVIDIA CUDA平行運算處理
   TI-DSP 6xxx系列 雙影像輸入   / Raspberry PI 樹莓派 / Arduino控制  自走車避障礙物(GPS/機器視覺)

部落格全站分類:數位生活

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 6月 01 週日 201412:45
  • How to open an existing eVision c# project with Visual Studio 2008

image
Step 1. Open one of c# sample projects:C:\Program Files (x86)\Euresys\eVision\Cs Samples\Step 2. Choose Ocv directory and then open Ocv70.sln, some upgrade processes will be needed Step 3. Verify the reference component (eVision.Clr) is loaded successfully as shown belowStep 4. Select exception conditions<例外狀況> in the debug menustripStep 5. Uncheck LoaderLock setting in oder to avoid annoying warning dialog keeps showing when compiling the program.Step 6. Choose a suitable operating system, x86 will be fine in this caseStep 7. Compile and run it! BrokenUnderprint
(繼續閱讀...)
文章標籤

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

  • 個人分類:AOI
▲top
  • 5月 31 週六 201415:39
  • Registering ActiveX component: eVision.ocx

image
註冊eVision元件> regsvr32 eVision.ocx附註: 反註冊eVision元件(卸載)> regsvr32 /u eVision.ocx開啟Visual Studio工具箱, 在工具箱上方按滑鼠右鍵, 選擇<選擇項目>COM元件選單, 勾選eVision相關元件, E*字首的元件名稱
Case 1:failed to compile the project 0x2040 執行緒以返回碼 0 (0x0) 結束。
'test.vshost.exe' (Managed): 已載入 'C:\Users\ryanwang\Documents\Visual Studio 2008\Projects\test\test\bin\Release\test.exe',已載入符號。
'test.vshost.exe' (Managed): 已載入 'C:\Users\ryanwang\Documents\Visual Studio 2008\Projects\test\test\bin\Release\AxInterop.eVision.dll'
'test.vshost.exe' (Managed): 已載入 'C:\Windows\assembly\GAC_MSIL\System.Windows.Forms.resources\2.0.0.0_zh-CHT_b77a5c561934e089\System.Windows.Forms.resources.dll'
第一個可能發生的例外狀況類型 'System.Runtime.InteropServices.COMException' 發生於 System.Windows.Forms.dll
第一個可能發生的例外狀況類型 'System.Runtime.InteropServices.COMException' 發生於 System.Windows.Forms.dll
類型 'System.Runtime.InteropServices.COMException' 的未處理例外狀況發生於 System.Windows.Forms.dll
(繼續閱讀...)
文章標籤

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

  • 個人分類:AOI
▲top
  • 5月 29 週四 201416:57
  • 安裝CMake2.8.12

image
Windows (Win32 Installer)
cmake-2.8.12.2-win32-x86.exe
(繼續閱讀...)
文章標籤

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

  • 個人分類:OpenCV
▲top
  • 5月 29 週四 201414:42
  • ArrayList應用:客戶資料新增, 搜尋, 刪除

image
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Collections;   // 加入才看得到ArrayList
(繼續閱讀...)
文章標籤

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

  • 個人分類:C#
▲top
  • 5月 29 週四 201410:51
  • enum資料列舉&amp;資料結構struct

image
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleEnum
{
     class EnumTest
     {
         enum MyColor
         {
             Red,
             Blue,
             Green
         }
         static void Main(string[] args)
         {
             Console.WriteLine("紅色: " + MyColor.Red);
             Console.WriteLine("綠色: " + MyColor.Green);
             Console.WriteLine("藍色: " + MyColor.Blue);
             Console.WriteLine("紅色: " + (int)MyColor.Red);
             Console.WriteLine("綠色: " + (int)MyColor.Green);
             Console.WriteLine("藍色: " + (int)MyColor.Blue);
(繼續閱讀...)
文章標籤

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

  • 個人分類:C#
▲top
  • 5月 23 週五 201408:37
  • Installing Xamarin .Android on windows

image

Donwloading JAVA JDK….the size is about 1.45GB
(繼續閱讀...)
文章標籤

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

  • 個人分類:Mobile
▲top
  • 5月 19 週一 201414:55
  • Raspberry PI with SIMULINK

image
>> mex –setup安裝套件檔案好大啊!!!475MB網路設定IP address請輸入想指定的IP Address, 記住不要跟你目前電腦設成同一組才不會衝突!!!電腦與樹梅派的IP必須相同網段例如192.168.1.xxx放入裝有樹梅派的SD卡寫入firmware image 容量大小:1.85G將寫入韌體的SD卡插上RaspberryPI, 然後開機測試本地端電腦是否可以連線樹梅派
(繼續閱讀...)
文章標籤

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

  • 個人分類:RaspberryPI
▲top
  • 5月 17 週六 201417:49
  • UHF Reader Test

image
下圖中紅色塑膠套: 可以接四組天線安裝Driver================================================================ 安裝UHF Reader Utility==================================================================RS485轉TCP/IP執行tdst-5-09-10-x64.exe
(繼續閱讀...)
文章標籤

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

  • 個人分類:工業應用
▲top
  • 5月 16 週五 201416:44
  • 請勿嘗試在 DllMain 或影像初始設定函式內部執行 Managed 程式碼

image
解決方法:Visual Studio上面的選單->偵測->例外狀況->Click “Managed Debugging Assistnats”Uncheck ”LoaderLock” that will solve the problem!!!測試
(繼續閱讀...)
文章標籤

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

  • 個人分類:C#
▲top
  • 5月 15 週四 201420:46
  • C#呼叫C++類別庫(CLR專案)

image
// ex13Interest.h
#pragma once
using namespace System;
namespace ex13Interest {
(繼續閱讀...)
文章標籤

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

  • 個人分類:C#
▲top
«1...72737489»

個人資訊

me1237guy
暱稱:
me1237guy
分類:
數位生活
好友:
累積中
地區:

熱門文章

  • (23,899)Adding Something to DataGridView
  • (14,210)網路上提供測試 RTSP 的伺服器
  • (8,484)分水嶺影像分割Marker-based Image Segmentation Algorithm Using OpenCV2.4.7 with Visual Studio 2010
  • (7,370)建立和使用 C# 的 DLL
  • (6,043)Basler 3.2 Pylon C API 筆記2
  • (4,453)安裝PLC學習軟體 FX-TRN-BEG-T
  • (4,004)Pylon Live View C# Sample Code Review
  • (3,662)安裝Open eVision 1.2.5.8549
  • (2,909)C# 在憑證存放區中找不到資訊清單簽署憑證
  • (449)Install e2v Line Scan CCD with Camera Link

文章分類

  • wordpress (2)
  • 雲端計算 (1)
  • 邊緣運算 (5)
  • MPI (2)
  • Git & Github (6)
  • Unity (2)
  • Android Studio (10)
  • Deep Leraning (35)
  • LaTex (2)
  • Linux (6)
  • jetson nano (3)
  • Qt (20)
  • Docker (4)
  • Office (1)
  • OpenTK (1)
  • WPF (8)
  • SQL (4)
  • Revit (6)
  • MATLAB (13)
  • R Language (8)
  • Design Pattern & Implementation by Using C# (48)
  • RaspberryPI (5)
  • Python (77)
  • 其他語言 (40)
  • 攝影機 (45)
  • 工業應用 (50)
  • 家庭 (12)
  • Mobile (31)
  • 工作日誌 (3)
  • Linux (5)
  • C/C++ (15)
  • AOI (41)
  • Emgu CV (42)
  • C# (148)
  • Visual Studio (48)
  • OpenCV (118)
  • 未分類文章 (1)

最新文章

  • C# Grabber Service
  • 格式化隨身碟
  • git開分支測試完成後整併回原本的分支
  • Gemini API Key 低成本 Nano Banana Pro作圖
  • DMK 37AUX226
  • wafer基礎術語
  • 將資料夾中多個mp4影片合併成一個mp4檔案
  • 如何用沙子制造芯片:从冶炼硅锭到晶圆打磨|芯片工艺合集
  • yolov9安裝
  • ActionEngine, ActionTask and ActionWorker

最新留言

  • [21/09/21] 訪客 於文章「EmguCV - C# / Conver...」留言:
    Good ...
  • [21/09/18] me1237guy 於文章「A Simple C# window f...」發表了一則私密留言
  • [21/04/20] zpspu 於文章「請勿嘗試在 DllMain 或影像初始設...」留言:
    感謝分享...
  • [20/07/27] zimark 於文章「Face / Object Detect...」留言:
    您好 我在setup_fdt的步驟下會出現以下錯誤回報 想...
  • [20/07/03] 鴨 於文章「在Azure上通过asp.net使用Em...」留言:
    請問如何在asp.net上做emgucv的環境設置?...
  • [20/06/10] 昌 於文章「C# 模擬滑鼠事件...」留言:
    版主您好! 最近在練習C#的滑鼠模擬控制 我參考您的程式...
  • [20/04/16] 樹懶 於文章「Orientalmotor 東方馬達 M...」留言:
    請問您上述這樣操作,為什麼需要先對寄存器位址0401h寫入資...
  • [20/03/16] 馬崇文 於文章「Orientalmotor 東方馬達 M...」留言:
    有聯絡之訊嗎line 可以給我嗎? 謝謝 ...
  • [20/03/12] HI 於文章「Line Scan CCD Setup ...」留言:
    你好我也正在使用這個軟體 請問這個軟體能擷取影像嗎? ...
  • [19/12/30] 馬崇文 於文章「Orientalmotor 東方馬達 M...」留言:
    Modbus Test這軟體在哪裡下載...

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣: