close

試用版 Evaluation Applications

Open_eVision_Eval_1_2_5_8535.exe 須先註冊一個帳號, 登錄後才能下載檔案

 

       

Open eVision 1.2.5.8549

 

Description

File format

File size

Files

Getting Started

PDF

0.6 MB

Download here

Release Notes

PDF

0.6 MB

Download here

Installation Files

Development Tools

EXE

164 MB

Download here

Libraries 32-bit

EXE

88 MB

Download here

Libraries 64-bit

EXE

74 MB

Download here

Documentation

C++

PDF

39 MB

Download here

.NET

PDF

39 MB

Download here

ActiveX

PDF

39 MB

Download here

Migration Guide

PDF

0.5 MB

Download here

Project sample

ZIP

61 KB

Download here

Application Samples

Clinical Analysis

ZIP

1.6 MB

Download here

Fuse Inspection

ZIP

2.3 MB

Download here

OCR

ZIP

4.2 MB

Download here

支援作業系統

image

 

支持編譯器

image

Open eVision支援image pointer, 早期eVision只支援SetPixel和GetPixel並不支援image pointer, 效能自然低落!

Example in C++

   1:  
   2: for(int y = 0; y < height; ++y)
   3: pixAddr = bw8Image.GetImagePtr(0,y);
   4: for(int x = 0; x < width; ++x)
   5: pix = *(reinterpret_cast<UINT8*>(pixAddr)+x);

Example in C#

   1: using System.RunTime.InteropServices;
   2: IntPtr pixAddr;
   3: byte pix;
   4:
   5: for(int y = 0; y < height; ++y)
   6: pixAddr = bw8Image.GetImagePtr(0,y)
   7: for(int x = 0; x < width; ++x)
   8: pix = Marshal.ReadByte(pixAddr,x)

開始安裝

1. Open_eVision_Development_Tools_1_2_5_8549

image

image

image

預設安裝路徑 C:\Program Files (x86)\Euresys\Open eVision 1.2

image

image

License Manager, 按下<加密狗上的許可>

image

插上dongle

image

image

輸入激活碼

image

image

====================================================================================

開始安裝 64位元函式庫

2. Open_eVision_64bit_Libraries_1_2_5_8549

image

 

image

 

image

C:\Program Files\Euresys\Open eVision 1.2

image

image

image

====================================================================================

安裝試用版

3. Open_eVision_Eval_1_2_5_8535

image

image

image

預設安裝 C:\Program Files (x86)\Euresys\Open eVision 1.2

image

開啟試用版Open eVision Eval

image

image

arrow
arrow
    全站熱搜

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