搜索资源列表
usaxray
- 美国X射线扫描仪图像识别专利介绍,包括算法和C语言描述。-American X-ray scanner image recognition patents, including algorithms and C-language descr iptions.
VB扫描仪
- 该实例演示了,如何在VB程序开发中控制并从扫描仪中获取扫描图像的例子,其实很简单.-the examples demonstrated how the Visual Basic programming and control from the scanner to obtain the scanned image example, it is actually very simple.
twainapp.source.2.0.8
- .NET TWAIN image scanner-Abstract In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET t
scanner
- 模拟扫描仪的功能,扫描存储为图片,以进行后续的处理。-imitate scaner s function,store pictures ,then do the subsequent treatment.
asp
- 指纹采集器客户端示例程序以及客户端组件,可获取指纹信息,并进行比对-Fingerprint scanner client sample application and client components can access fingerprint information, and to compare
scaner Controler
- 用VB编写的扫描仪控制软件,可以调节扫描分辨率和扫描速度。-VB, scanner with control software, you can adjust the scan resolution and scanning speed.
EAN13
- EAN13码有着广泛的应用,尤其是在商品方面,程序通过激光扫描器输入信号就可以进行解码。-EAN13 yards in a wide range of applications, especially in the goods, and the program through laser scanner input signal can decoding.
PR2_API
- PR2 Scanner API,, Its Very Good Sample
Barcode-scanner
- 条形码扫描程序,应用飞思卡尔单片机处理数据,摄像头扫描 -Bar code scanner, data processing applications Freescale microcontroller, the camera scans
saomiaoqiang
- 分享C#实现code39条码生成扫描枪能识别功能的代码-Share the C# implementation code39 barcode scanner can generate code for recognition
eloamTWAIN
- eloam high speed scanner twain
条码识别
- Image primaryImage = Image.FromFile(fileName); Bitmap pImg = MakeGrayscale3((Bitmap)primaryImage); using (ZBar.ImageScanner scanner = new ZBar.ImageScanner()) { List<ZBar.Symbol> symbols = new List<ZBar.Symbol>(); System.Diagnostics.