Welcome![Sign In][Sign Up]
Location:
Search - image process vc 6.0

Search list

[ScannerBenQ-SC-SDK

Description: 本开发包是为明基扫描仪专门提供的,可以让用户进行二次开发的开发包。该开发包是用VC++ 6.0开发的动态连接库(scan.dll)。接口简单,调用方便,让您可以在最短的时间内实现对明基扫描仪的功能定制。另外,本开发包还提供给用户明基自行开发的影像文件读写库(ImageRW.dll),提供了多种影像格式的支持,让您可以方便的将扫描得到的影像数据存成各种格式(支持的文件格式有BMP, PCX, JPG, TIF, TGA, PNG)的影像文件。本开发包内还附有开发例程,即使你一点都不了解扫描仪的驱动过程, 也能在很短的时间里定制出符合你要求的应用程序(当然,你需要有一定的VC++编程能力), 比如说能在某个特定的区域内用特定的分辨率进行扫描。该例程还提供了如何使用汉王OCR实现文字识别的演示。-the development kits for BenQ to provide specialized scanner, allows users to the development of secondary development package. The development kit is developed by VC 6.0 Dynamic Link Library (scan.dll). Simple interface, call convenience, you can in the shortest period of time right BenQ scanner functional customization. In addition, the development kit is also available to users BenQ develop their own images document literacy library (ImageRW.dll), providing a wide variety of video format support, so you can easily scan will be the image data retention in various formats (supported file formats are BMP, PCX, JPG, TIF , TGA, PNG) image files. The development kit also included within the development routines, even if you do not understand the point scanner-driven process, in a very short p
Platform: | Size: 544348 | Author: 123 | Hits:

[Otherfanalysis

Description: 这是一个用指纹数据库自动评估指纹算法性能,在VC++ 6.0平台上开发的程序。程序自动读取指定路径下,按FVC2004规格命名的指纹图像文件然后分别进行类内和类间比对,并将结果分别存在两个不同的文件中供分析用。只要替换工程中的指纹识别动态库文件,就可以对指定算法进行分析。-This is a fingerprint database with automatic fingerprint algorithm performance assessment, the VC 6.0 platform development process. Automatically read the specified path, Garbor specifications by naming the fingerprint image files were then category and class than a right, and the results were that there are two different documents for analysis. Replacement work as long as the fingerprint identification dynamic libraries, will be able to designate algorithm for analysis.
Platform: | Size: 31133 | Author: 林金龙 | Hits:

[Otherfanalysis

Description: 这是一个用指纹数据库自动评估指纹算法性能,在VC++ 6.0平台上开发的程序。程序自动读取指定路径下,按FVC2004规格命名的指纹图像文件然后分别进行类内和类间比对,并将结果分别存在两个不同的文件中供分析用。只要替换工程中的指纹识别动态库文件,就可以对指定算法进行分析。-This is a fingerprint database with automatic fingerprint algorithm performance assessment, the VC 6.0 platform development process. Automatically read the specified path, Garbor specifications by naming the fingerprint image files were then category and class than a right, and the results were that there are two different documents for analysis. Replacement work as long as the fingerprint identification dynamic libraries, will be able to designate algorithm for analysis.
Platform: | Size: 30720 | Author: 林金龙 | Hits:

[Fractal programpicturemove

Description: 图像旋转vc++实现,并有程序过程的图解,利于解读-image rotation vc realized, and the process of graphical procedures, to read
Platform: | Size: 190464 | Author: 冯子 | Hits:

[VC/MFCVC++ImageProcessingBook

Description: Visual C++图像处理中文教程,Word版本,包括位图\调色板\几何变换\平滑\去噪\半影调和抖动技术\直方图修正和彩色变换\腐蚀膨胀细化算法\边缘检测与轮廓跟踪\图象处理编程工具及简单的多媒体编程等等,是一本图像处理知识与编程的学习好书-Visual C++ Image processing Chinese Course, Word version, including bitmaps \ palette \ geometric transformations \ smooth \ denoising \ penumbral reconcile jitter \ histogram correction and color transformation \ corrosion expansion thinning algorithm \ edge detection and contour tracing \ image processing, programming tools and a simple multi-media programming, etc., is an image processing knowledge and learning programming books
Platform: | Size: 1500160 | Author: lbb | Hits:

[Picture ViewerdecJPG

Description: JPG图像解码程序,控制台方式,VC++6.0编译通过。 使用时可以把想要解码的JPG图像文件直接拖放到执行程序上,或者使用命令行的方式,把想要解码的JPG图像文件路径名作为命令行参数,使用简单。原码大部分从网上找到,经本人部分的修改而成。-JPG image decoding process, the console mode, VC++ 6.0 compiler through. Can be used when you want to decode the JPG image file directly to the implementation of drag-and-drop procedure, or use the command line the way you want to decode the JPG image file path name as a command-line parameters, using a simple. Most of the original code from the Internet to find, after I made some changes.
Platform: | Size: 857088 | Author: Anson.Man | Hits:

[Special EffectsImageRegistration

Description: 基于边缘特征的图像配准算法源码 基于边缘特征的图像配准算法是将不同时间、不同的传感器(成像设备)或不同条件下(天候、照度、摄像位置和角度等)获取的同一场景的两幅或多幅图像根据其边缘特征进行匹配、叠加的处理,最终生成一幅全景图像的方法。该方法具有抗噪性强,匹配速度快,误匹配率低,适用于多种类型的图像等优点,主要可以运用于以下领域: (1)军事研究领域,如飞行器辅助导航系绞、武器投射系统的末制导以及寻地等应用研究; (2)医学图像分析,如数字剪影血管造影DSA血管造影术、肿瘤检测、白内障检测、CT、MRI、 PET、 SPECT图像结构信息融合; (3)模式识别,如特征识别、波形分析、签名证实、目标物运动跟踪、序列图像分析等; (4)计算机视觉,可用于目标定位、自动质量控制等; (5)遥感数据分析,多电磁波段图像信息融合,如多谱段的等场景分类、定位和识别定义好的或已知特征的场景、自然资源监控、核生长监控、市区增长检测等。 本算法实现使用VC++6.0为开发环境,目前只支持灰度图像,感兴趣的朋友可以进一步扩展。-Image registration is a fundamental problem in image processing, which is a process to match two or more images of the same scene taken at different times, from different viewpoints, or by different sensors. Image registration is an important technique for a great variety of applications such as medical image analysis, computer vision, remote image data analysis, image information fusion, and the recovery of the 3–D characteristics of a scene.
Platform: | Size: 141312 | Author: YYK | Hits:

[Special EffectsImage

Description: 在VC++6.0环境中,利用OpenCV做的图像水平翻转Win32程序。注意载入图像的路径。-In VC++6.0 environment, using OpenCV to do the level of the image reversal process Win32. Note the path of loading images.
Platform: | Size: 150528 | Author: 福铭 | Hits:

[GDI-Bitmapfghty

Description: 看名字大家就应知道是什么了,我就不多说了,环境是vc++6.0 基于API的图像采集程序-Look at the names of everyone should be aware of what is, and I do not say, the environment is vc++6.0 the-API of-the-image-acquisition-process
Platform: | Size: 37888 | Author: | Hits:

[GDI-Bitmapwdwefsfsd

Description: 这是基于vc++6.0的关于SDK的图像采集程序,希望对大家有所帮助。-This is based on vc++6.0 on the SDK' s image acquisition process, we hope to be helpful.
Platform: | Size: 135168 | Author: | Hits:

[Special Effectsvfw_and_vc

Description: vfw+vc进行图像捕捉全过程。里面有详解。-vfw+ vc the entire process of image capture. There are detailed.
Platform: | Size: 17408 | Author: 田光兆 | Hits:

[VC/MFCVC_DIP

Description: 该文章非常详细的描述了VC++学习过程中,使用VC++打开修改显示图像,并进行其他图像处理过程,给出了非常详细的步骤和程序,适合入门者及有相关需求者使用-The article describes in great detail the process of learning VC++, using VC++ to open modified to display images, and other image processing, gives very detailed steps and procedures, suitable for beginners and those who use the relevant requirements
Platform: | Size: 236544 | Author: lanjing | Hits:

[Special EffectsVC_6_0BMP

Description: [摘要]本文探讨了VC++6.0 环境下BMP 图像文件的显示。首先详细介绍BMP 图像文件的两种类型DDB 和DIB 的各部分组成 及其意义,并对DIB 的两种形式Windows DIB 和OS/ 2 DIB 加以区别,然后利用VC++6.0 的MFC 库函数对DDB 位图的显示加以 实现,对DIB 位图的显示过程以程序流程图的形式详细说明-[Abstract] This article discusses the environment of VC++6.0 display BMP image files. First introduced two types of image file BMP DDB and DIB and significance of the various components, and the two forms of Windows DIB DIB, and OS/2 DIB distinction, and then use the MFC VC++6.0 library functions of DDB be achieved bitmap display, the display of the process of DIB bitmap to the form of detailed program flow chart
Platform: | Size: 158720 | Author: xiaoquan | Hits:

[Special Effectsimage-process

Description: 图像拼接技术 计算机图像处理 使用vc编程-Image mosaic using computer image processing technology programming vc
Platform: | Size: 2797568 | Author: maochenxi | Hits:

[Special Effectsgrey

Description: 计算机中图像颜色处理技术是根据RGB 三原色理论对色彩信息量化,再利用像素的点运算扫描整幅图像进行一一处理。 处理带调色板的图像根据其结构特点,改变调色板的颜色数据为灰度数据即可,而真彩色图像可以直接对图像数据部分进 行取灰度值进行处理 并在VC + + 6. 0 环境下编制程序实现,试验结果表明充分利用调色板技术进行灰度处理,优点明显, 适应性强,用途广泛。-Computer image processing technology is based on RGB color RGB color information theory to quantify, and then scanned using pixel point operations one by one whole image processing. Dealing with a palette of images based on their structural features, change the color palette to grayscale data to the data, and true color images can be directly taken part of the image gray value of the data processing and VC++ 6 . 0, the preparation process to achieve the test results show that the full use of technology process in gray color palette, obvious advantages, strong adaptability and versatility.
Platform: | Size: 162816 | Author: mimi | Hits:

[Software EngineeringVC

Description: 串口通信软件设计过程,图像解析,实现的全部过程,以及源程序-Serial communication software design process, image analysis, implementation process, as well as the source
Platform: | Size: 20480 | Author: 宋春波 | Hits:

[Special EffectsMATLAB-code-of-face-recongnition-

Description: 基于VC++人脸识别系统的开发,基于matlab的图像处理算法。-face recongition and image process
Platform: | Size: 13312 | Author: 王贺青 | Hits:

[Graph DrawingCT反演软件

Description: 基于VC++开发的探地雷达CT扫描数据处理程序,能够处理探地雷达CT数据,对地下介质的情况进行成像。(CT scan data processing program of ground penetrating radar based on VC++, which can process ground penetrating radar CT data and image the underground medium.)
Platform: | Size: 2235392 | Author: sorra | Hits:

[DocumentsVC++实现对退化图像的恢复

Description: 本文档以VC++ 6.0为编程工具,讲述了采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程(This document takes VC++ 6 as a programming tool, and describes the process of recovering degraded images from two image restoration algorithms using inverse filtering and Wiener filtering.)
Platform: | Size: 33792 | Author: 淞仔 | Hits:

[Special EffectsImageStu

Description: 图像处理工具源码,用VC 6.0编写,实现了常用的数字图像处理功能(digital image process tools,which is wrote via VC6.0)
Platform: | Size: 82944 | Author: fffffffgdfgdf | Hits:
« 12 »

CodeBus www.codebus.net