Welcome![Sign In][Sign Up]
Location:
Search - Imgcx

Search list

[Special EffectsImgcx(0)

Description: 能够实现图像的打开存储的封装的图像处理类。
Platform: | Size: 56103 | Author: jinfeijian | Hits:

[Special EffectsImgcx

Description: 《Visual C++实用图像处理专业教程》配套源代码.打开文件夹Imgcx,执行SetUp,按提示安装Imgcx。该书各个章节所处理的图像都包含在安装后的文件夹…Imgcx\\Image里。
Platform: | Size: 4005548 | Author: 郑嘉 | Hits:

[Other resourceVisualC++_CBQ

Description: Visual C++实用图像处理专业教程_陈兵旗(pdf) 本书共分13章。第1章介绍了图像处理的发展现状和图像处理的基本特点;第2章介绍了图像处理的基本概念,以及Visual C++图像处理编程的基本方法。以后各章分别介绍了区域分割与提取、边缘检测与提取、图像平滑、图像增强、特征选择与描述、彩色变换、彩色分割、几何变换、频率变换、图像压缩、小波变换等图像处理知识,以及相应的可自由调用的C语言图像处理源程序。在最后的附录里列出了专业版Imgc的Visual C++界面源程序。 本书随书光盘中包含有配套学习版软件Imgcx和专业版软件Imgc,可供读者学习和分析使用。 本书适用于Visual C++中级读者以及图像处理专业人员参考,适合于各高等院校Visual C++程序设计及图像处理课程的教学和科研。
Platform: | Size: 7138090 | Author: dh | Hits:

[Special Effects实用数字图像处理学习版Imgcx

Description: 陈兵旗实用数字图像处理学习版源代码
Platform: | Size: 3132787 | Author: wngyn001 | Hits:

[GDI-Bitmapimgcx图像锐化处理

Description: imgcx图像锐化处理
Platform: | Size: 7802364 | Author: alex1990215@yahoo.com.cn | Hits:

[SourceCode《Visual C++图像处理教程》

Description: 《Visual C++实用图像处理专业教程》本光盘包括以下目录:\学习版Imgcx 、专业版Imgc 、ImageSys试用版、动态图像处理、其他。
Platform: | Size: 11471868 | Author: 190593595@qq.com | Hits:

[GDI-Bitmapcbq

Description: 包括图像的灰度变换,阈值风格,彩色空间变换,彩条制作,傅里叶变换等源代码-including the gray image transformation, the threshold style, color space conversion, color of the production, such as Fourier transform source code
Platform: | Size: 4118528 | Author: | Hits:

[Special EffectsImgcx(0)

Description: 能够实现图像的打开存储的封装的图像处理类。-Able to realize the image to open storage of the image processing package type.
Platform: | Size: 63488 | Author: jinfeijian | Hits:

[Special EffectsImgcx

Description: 《Visual C++实用图像处理专业教程》配套源代码.打开文件夹Imgcx,执行SetUp,按提示安装Imgcx。该书各个章节所处理的图像都包含在安装后的文件夹…Imgcx\Image里。
Platform: | Size: 4013056 | Author: 郑嘉 | Hits:

[VC/MFCVisualC++_CBQ

Description: Visual C++实用图像处理专业教程_陈兵旗(pdf) 本书共分13章。第1章介绍了图像处理的发展现状和图像处理的基本特点;第2章介绍了图像处理的基本概念,以及Visual C++图像处理编程的基本方法。以后各章分别介绍了区域分割与提取、边缘检测与提取、图像平滑、图像增强、特征选择与描述、彩色变换、彩色分割、几何变换、频率变换、图像压缩、小波变换等图像处理知识,以及相应的可自由调用的C语言图像处理源程序。在最后的附录里列出了专业版Imgc的Visual C++界面源程序。 本书随书光盘中包含有配套学习版软件Imgcx和专业版软件Imgc,可供读者学习和分析使用。 本书适用于Visual C++中级读者以及图像处理专业人员参考,适合于各高等院校Visual C++程序设计及图像处理课程的教学和科研。
Platform: | Size: 7138304 | Author: dh | Hits:

[Special EffectsImgcx

Description: 最近买了一本VC++实用图像处理专业教程的书,随书附带的光盘中的学习版软件很不错,包括图像处理的基本方法-Recently bought a VC++ Practical image processing professional tutorial book, with the book
Platform: | Size: 5423104 | Author: 张旭 | Hits:

[CSharpImgcx

Description: 图像处理C++程序 二值化 车牌定位 车牌识别-Image Processing C++ procedures for license plate location Binarization
Platform: | Size: 6392832 | Author: LiShijie | Hits:

[Software EngineeringImgcx

Description: 数字图像放大缩小及旋转计算组间方差和组内方差的时候调用了一个函数专门求阈值,可能这里的计算还是有一点问题。而且在我的函数里,要256次调用这个函数,又因为计算机是按字节处理数据的,因此写图像数据的时候要用每8个写到一个数组中,然后通过计算得到字节类型的值,这些都使得我的算法效率比较低,最后一个问题,我觉得如果使用位运算会快一些,但是前面的问题还没有想到比较好的解决方法。-Digital Image zoom and rotation calculation of variances and group between the two groups when the variance of a function call seeking specific threshold, the calculation may be here, or there was a problem. And in my function, it is necessary 256 calls to this function, and also because the computer is processing data in bytes, and therefore the time to write image data to use for every 8 write an array, and then calculated byte type values, which are made to my algorithm' s efficiency is relatively low, the last issue, I think that if you use bit computing will be faster, but the previous issues have not yet thought of a better solution.
Platform: | Size: 3744768 | Author: flan | Hits:

[Graph programImgcx

Description: 照着书本程序编译过的图像的一些基本算法,二值化,分割,特征提取等等。-Shining on the image books program compiled some of the basic algorithms, binarization, segmentation, feature extraction and so on.
Platform: | Size: 6412288 | Author: liuyayu | Hits:

[Graph programImgcx

Description: 拥有基本处理功能的图像处理系统,具有:阈值处理、直方图显示、图像增强、平滑等功能,比较适合初学者,程序易懂,且有中文说明-Have a basic processing function image processing system, with: threshold processing, histogram display, image enhancement, smoothing and other functions, more suitable for beginners, the program easy to understand, and explain in Chinese
Platform: | Size: 8007680 | Author: sabina | Hits:

[Special EffectsImgcx

Description: VC++实用图像处理系统源程序学习版Imgcx是一套完全可执行的Visual C++界面源代码,界面内容包括图像的表示、读入和保存,可以与教材《Visual C++实用图像处理》配套使用。学习版Imgcx,可用于教材《Visual C++实用图像处理》的课后编程练习和自学。-vc++ image processing system origin program
Platform: | Size: 5422080 | Author: liuxingyu | Hits:

[GDI-BitmapVisualC

Description: 1. \学习版Imgcx 打开文件夹Imgcx,执行SetUp,按提示安装Imgcx。该书各个章节所处理的图像都包含在安装后的文件夹…Imgcx\Image里。 2. \专业版Imgc 介绍该书配套的专业版软件Imgc。专业版软件包括该书全部图像处理的C语言源程序以及可执行的Visual C++ 界面源程序,可以满足大学教师、科研人员以及图像处理专业人员的需要。 3. \ImageSys试用版 包括通用图像处理系统ImgeSys的介绍和试用版的安装程序。通用图像处理系统ImageSys是一套大型专业图像处理软件,安装试用版后可以体会专业图像处理软件的魅力。 4. \动态图像处理 介绍北京现代富博科技有限公司的二维、三维动态图像处理软件系统。 5. \其他 介绍北京现代富博科技有限公司的其他软件产品。 -1. \ Learning Edition Imgcx open the folder Imgcx, the implementation of SetUp, according to the prompts to install Imgcx. Sections of the book deals with the image are included in the installation folder ... Imgcx \ Image in. 2. \ Professional Edition Imgc supporting the professional version of the book introduces software Imgc. Professional image processing software, including all the book s C language source code and executable source code Visual C++ interface can meet the university teachers, researchers, and image processing professionals. 3. \ ImageSys trial, including image processing system ImgeSys General introduction and trial version of the installer. General image processing system ImageSys is a large professional image processing software, after installing the trial version you can experience the charm of professional image processing software. 4. \ Dynamic image processing the Beijing Modern Fu Bo Technology Co., Ltd. two-dimensional, three-dimensional dynamic image
Platform: | Size: 17741824 | Author: 2054 | Hits:

[Special EffectsImgcx

Description: 基于VisualC++ 实用图像处理一书中的Imgcx学习版模板,自行添加了一些图像处理功能。有显示直方图,大津法二值化,扩大缩小,膨胀,腐蚀等等功能,仅对灰度bmp图像有效。-VisualC++ based image processing a practical book Imgcx learning version of the template, itself added some image processing functions. Showing the histogram, Otsu binarization, expanding shrink, dilation, erosion, etc. functions, only gray bmp image effectively.
Platform: | Size: 8144896 | Author: lifa | Hits:

[Special EffectsImgcx

Description: VC++实用图像处理系统源程序学习版Imgcx是一套完全可执行的Visual C++界面源代码,界面内容包括图像的表示、读入和保存,可以与教材《Visual C++实用图像处理》配套使用。-VC++ Practical image processing system source Learning Edition Imgcx is a fully executable Visual C++ interface source code, interface, including image representation, read and save, with teaching " Visual C++ Practical image processing," supporting the use of.
Platform: | Size: 5422080 | Author: Rodge | Hits:

[VC/MFCImgcx

Description: 用VC++编程,进行二值化处理,可作为VC++编程学习的模板。-With VC++ programming, the binarization processing can be used as learning VC++ programming template.
Platform: | Size: 5958656 | Author: 米丿虫 | Hits:
« 12 »

CodeBus www.codebus.net