- Jul 26 Sat 2025 11:40
-
Eliminate Costly Component Out Of Pocket Defect Condition During Semiconductor IC Transport and Hand
目前評估中瑕疵檢測及半自動化
- Jul 26 Sat 2025 11:20
-
Detecting Dents and Scratches on Metal Surfaces
- Mar 27 Sun 2022 20:44
-
How to get rows and columns of a certain mask in Halcon MVtec?
Let's suppose that Region to be a mask of a gray-level image after the threshold process.
Here is an example of how to get all the rows and columns of the Region in Halcon.
get_region_points (Region, Rows, Columns)
tuple_sort_index (Columns, Indices)
Here is an example of how to get all the rows and columns of the Region in Halcon.
get_region_points (Region, Rows, Columns)
tuple_sort_index (Columns, Indices)
- Jan 10 Tue 2017 22:52
-
ActivVision筆記

ActivVisionTool是好幾年前的影像量測工具, 下面這段範例程式看起來像是原廠底層activeX元件沒寫好, 竟然要寫一個GC.Collect()在自身的Live取像程式Event內, 不加入就會發生memory leakage喔!關閉程式, 自動儲存DSC參數檔案儲存: AxAVTView1.ExitApplication(True)確認EnableWriteToDSCFile==True不儲存: AxAVTView1.ExitApplication(False)m_AVTView.SetEnableWriteToDSCFile(FALSE);Keep in mind that the DSC files, which store the settings, reside in the same directory as the executable
- Aug 10 Wed 2016 16:07
-
安裝PCIE-1730
- Aug 08 Mon 2016 15:32
-
USB To RS232/DI/DO
- Jul 20 Wed 2016 10:36
-
安裝SENTECH 攝影機驅動和SDK

以我SONY NB 64位元為例, 先點選StCamSWare X64位元驅動程式----------------------------------------------------------------------------\Sentech\StandardSDK\StandardSDK(v3.06)\Sample\VCSHARPNET2005C:\Emgu\emgucv-windows-universal-cuda 3.0.0.2158\Emgu.CV.Example\CameraCapture
- Jul 14 Thu 2016 11:15
-
CMOS 與 CCD
以下參考資料說明1. CMOS 與 CCD差異2. 什麼是 global shutter 和 rolling shutter3. global shutter和rolling shutter優缺點
參考資料:1. CMOS 與 CCD2. How does your iPhone’s shutter work?
參考資料:1. CMOS 與 CCD2. How does your iPhone’s shutter work?
- Jul 09 Sat 2016 10:41
-
工業檢測顯微鏡
- May 05 Thu 2016 03:03
-
HSMS simulator
可以先到 http://secs.itri.org.tw/了解HSMS的規範, 下載Emulator和試用軟體---------------------------------------------------------------------------------------------This is the SECSII/HSMS host application for windows.Download here---------------------------------------------------------------------------------------------以下為HSMS-SECS.1.0.0.1使用範例, 下載HSMS/SECS-II Library
HSMS hsms = new HSMS();hsms.OnReceived += hsms_OnReceived;
HSMSData data = new HSMSData();data.Stream(1);
data.Function(1);
SecsData secs = data.Secs();
SecsList list = (SecsList)secs.Add(new SecsList());list.Add(new SecsAscii("This is an ASCII text."));
list.Add(new SecsBinary(0x25));list.Add(new SecsList());hsms.Connect("127.0.0.1", 6000);hsms.Send(data);
- May 02 Mon 2016 11:40
-
Light sources
incandescent lamps 白熾燈filament 燈絲tungsten 鎢 halogen 鹵素iodine 碘Xenone lamps 氙燈fluorescent lamps 熒光燈argon 氬Front light: It is oftern refered to as incident light and the light that falls onto the object.Back light: It is also called transmitted light, especially if images of transparant objects are acquired.Dark-field illumination: The light is placed in such a way that most of the light is reflected away from the camera, and only light of certain parts of the object is reflected to the camera.
- Apr 11 Mon 2016 01:53
-
安裝GX Works2 version 1.501x



