Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - vc p
Search - vc p - List

对256色图像处理的VC源代码,可以让你了解处理图像的技术.


Date : 2008-08-12 Size : 355.64kb User : qinsixian1987

我自己用vc写的一个图像分割的程序,先用分水岭算法得到一个初始的分割结果,然后根据每个小块的颜色和形状进行合并,最后得到一个统计最优的分割结果。相关算法可以参阅下面的文章 Xiao Chen He, Nelson H. C. Yung, K.P. Chow, Francis Y.L. Chin, Ronald H. Y. Chung, K. Y. K. Wong, Kenneth S.H. Tsang, “Watershed Segmentation with Boundary Curvature Ratio Based Merging Criterion”, submitted to The Ninth IASTED International Conference on Signal and Image Processing, Hawaii, USA, August, 2007.
Date : 2008-10-13 Size : 86.03kb User : sam he

一种基于图像处理的自动调焦方法,应用该方法设计一种虹膜图像自动采集系统。该系统利用虹膜区域的平均对比度作为是否对焦准确的判据,并以此为反馈控制执行机构进行实时对焦。实验证明该系统自动调焦精确,采集到的虹膜图像清晰,符合使用要求;并且调焦机构简单,整个系统控制易于实现。


Date : 2009-02-11 Size : 79.73kb User : kakaxifsi

用VC++写的一个超分辨率的程序的源代码。-VC write a super-resolution procedures for the source code.
Date : 2025-12-20 Size : 5.46mb User : dyy

VC++数字图像处理,进行256色的彩色图像转换为灰度图象。-VC++ Digital image processing, for 256-color color image is converted to grayscale images.
Date : 2025-12-20 Size : 148kb User : chen xia

我自己用vc写的一个图像分割的程序,先用分水岭算法得到一个初始的分割结果,然后根据每个小块的颜色和形状进行合并,最后得到一个统计最优的分割结果。相关算法可以参阅下面的文章 Xiao Chen He, Nelson H. C. Yung, K.P. Chow, Francis Y.L. Chin, Ronald H. Y. Chung, K. Y. K. Wong, Kenneth S.H. Tsang, “Watershed Segmentation with Boundary Curvature Ratio Based Merging Criterion”, submitted to The Ninth IASTED International Conference on Signal and Image Processing, Hawaii, USA, August, 2007.-err
Date : 2025-12-20 Size : 86kb User : sam he

在VC6.0中用GDI+调用png图片实现半透-VC6.0 used in GDI+ Call png image to achieve semi-permeable
Date : 2025-12-20 Size : 402kb User : 刘君

本人用VC开发的一个小工程,里面包含基本的边缘检测算法,和空间矩亚像素检测算法.以及HOUGH变换和曲线拟合等多种算法实现,现发布让大家一起交流-I use VC to develop a small project, which contains the basic edge detection algorithms, and spatial moment sub-pixel detection algorithm. As well as the HOUGH transform and curve fitting algorithm, etc., are released to allow the exchange of everyone together
Date : 2025-12-20 Size : 114kb User : robin

\mpeg2 \doc \mpeg2enc.doc和mpeg2dec.doc文件包含了关于解码器的进一步的信息。 \verify 一组用来进行验证的图像和小的数据流,以及用来自动检测编码器和解码器输出的Unix shell脚本文件。 \src \mpeg2enc 编码器源代码及VC下编译的可执行程序 \mpeg2dec 解码器源代码及VC下编译的可执行程序 \par 给出了一组可在每秒25和30帧的速率下进行MPEG-2和MPEG-1编码的编码器参数文件。 \bin 给出了该文件的可执行程序 \mpeg2ply 包含了一个用来播放mpeg1和mpeg2视频流的windows可执行程序。 \AAC \aacenc mpeg2 AAC音频编码程序 \aacdec mpeg2 AAC音频解码程序-mpeg2 doc mpeg2enc.doc and mpeg2dec.doc file contains the decoder further information. verify a set of images used for validation of data streams and small, and used to automatically detect encoders and decoders output of Unix shell script file. src mpeg2enc encoder VC source code and compiled executable programs under mpeg2dec decoder source code and VC-compiled executable programs under par is given in one group 25 and 30 frames per second rate under the MPEG-2 and MPEG-1 encoded encoder parameter files. in given executable program of the document contains a mpeg2ply used to play mpeg1 and mpeg2 video streams windows executable program. AAC aacenc mpeg2 AAC audio coding procedures aacdec mpeg2 AAC audio decoding procedures
Date : 2025-12-20 Size : 678kb User : 韩义

VC++6.0实现BMP图像处理功能,快速傅立叶变换以及反傅立叶变换等-VC++ 6.0 realize BMP image processing functions, fast Fourier transform and Fourier transform, such as anti-
Date : 2025-12-20 Size : 2.07mb User : 落叶

凸多边形的最优三角剖分的vc++实现。输入:逆时针输入凸多边形P的顶点序列p1,p2…pn. 输出:P的三角剖分序列p1p2pi,p2pipj,…,plpn-1pn及三角剖分后的最优权值之和 -Optimal convex polygon triangulation of vc++ to achieve.
Date : 2025-12-20 Size : 526kb User : xiaomei

本书介绍了各种数字图像处理的算法及编程实现技术。全书由13章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态处理学、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、图像的小波变换和JPIG图像的压缩编码。 本书介绍了近90种图像处理的技术,这些技术与编程实例相结合,提供了VC++编程步骤,图像处理的编程代码,并且处理前的图像可与处理之后的图像对照比较。实例程序的框架结构简单,代码简洁,使初学VC++者很快就能编写图像处理的程序代码。 本书可作为高等院校计算机工程、信息工程、生物医学工程、智能机器人学、工业自动化、模式识别及相关学科的教师、研究生、本科生、专科生的教材或参考书,亦可供有关工程技术人员参考。-This book presents a variety of digital image processing algorithms and programming techniques. Book is composed of 13 chapters and an appendix. The main contents include: the bitmap based image display, image geometric transformation, image gray level transformation, image smoothing, image sharpening and edge detection, image segmentation and measurement, image processing morphological study, the image of the transform domain processing and applications, image synthesis, 24-bit color image processing, the wavelet transform and JPIG image compression. This book describes nearly 90 kinds of image processing technologies, and programming examples of these technologies combine to provide a VC++ programming steps, image processing, programming code, and handle pre-processed image with the image comparisons. Simple example program framework, the code simple, so beginners can quickly VC++ by writing image processing code. This book can serve as institutions of higher learning c
Date : 2025-12-20 Size : 24.05mb User : 微筱柒

vc++图像处理源代码,包括图像平滑,图像锐化,傅里叶变换等图像处理基本功能。-vc++ source code for image processing, including image smoothing, image enhancement, Fourier transform basic functions such as image processing.
Date : 2025-12-20 Size : 303kb User : 黎思敏

vc++数字图象处理(人民邮电出版社)一书的源代码。含:Hough变换、边缘检测、轮廓提取与跟踪-vc++ Digital Image Processing (People' s Posts & Telecom Press) a book' s source code
Date : 2025-12-20 Size : 2.91mb User : yk

图像分割VC++源代码,2004年Pedro F. Felzenszwalb and Daniel P. Huttenlocher的基于图的高效图像分割算法-Image segmentation VC++ source code, 2004 Pedro F. Felzenszwalb and Daniel P. Huttenlocher efficient image segmentation algorithm based on graph
Date : 2025-12-20 Size : 27kb User : zhujiaojiao

VC++图像处理程序设计(杨淑莹)清晰版 PDF + 源码-VC++ image processing program design (YANG Shu-ying) clear version PDF+ source
Date : 2025-12-20 Size : 24.07mb User : lin

基于投影M估计量的稳健回归方法,用于估计计算机视觉立体像对间的Fundamental Matrix。Fundamental Matrix,参考文献:H. Chen, P. Meer, Robust regression with projection based M-estimators. 9th International Conference on Computer Vision (ICCV), Nice, France, October 2003, 878-885.PS:这是作者11年前本科毕设的源代码,时间很久远了,希望还有点参考价值。-VC++ code for estimating Fundamental Matrix using projection based M-estimator (pbM)
Date : 2025-12-20 Size : 5.81mb User : 梦回钱塘
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.