搜索资源列表
wr_bmp_demo
- 这是一个图象处理的完整原码~~可以实现傅立叶变换~~灰度变换,直方图均衡化等~~通过阅读可以学会很多东西-This is a complete image processing of the original code can be achieved ~ ~ ~ ~ Fourier Transform Gray transform, histogram equalization, etc. ~ ~ can learn to read through a lot of things
motiondetection
- 能够完整实现运动物体的检测ydpd.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally.
MFC实现BMP图像灰度翻转和直方图均衡化
- MFC实现BMP图像灰度翻转和直方图均衡化,完整程序代码,MFC to achieve BMP image flip and histogram equalization, a complete code
watermar
- 用matlab实现的,信息隐藏--算法是dct变换。从隐藏到读出的完整实现。-Achieved using matlab, information hiding- dct transform algorithm. Read out from the hidden to the full realization.
leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz
- 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing for high-precision, automated
lena
- 快速dct 变换,实现信息隐藏的有一个实例。从图片隐藏,到把隐藏的图片读出的,完整实现-Dct rapid transformation, the realization of information hiding are a case in point. Hidden from the picture, to the hidden picture to read out, a complete realization of
COSD
- 基于MAX7456的COSD的实用样例程序,完整实现了视频的迭加,效果不错。-MAX7456-based sample of COSD practical procedures, a full implementation of the superposition of the video were getting good results.
edge
- 边缘获取算法,可以获得场景内目标物体的轮廓,完整实现源代码,-Edge acquisition algorithm used to obtain the outline of the object in the scene, the full realization of the source code,
harriscornerdetection
- 完整实现对棋盘图形的角点检测以及显示程序,保存棋盘角点坐标。-Complete implementation of the graphical chessboard corner detection and display program, save board corner coordinates.
subpixel02
- 基于结构光亚像素提取的三维重建.kdh 类椭圆特征自动识别及亚像素提取的完整实现.caj-Extracted based on structured light three-dimensional reconstruction of sub-pixel. Kdh elliptic feature automatically identifies and extracts the full realization of sub-pixel. Caj
Fisherface-Recognition
- 完整实现Fisherface人脸识别,能够在AR、ORL、FERET等使用,采用彩色图像进行测试,实验效果好,有的能达到100 -This package implements a well-known FLD-based face recognition method, which is called Fisherface
canny
- Canny边缘检测是一种基于最优化算法的边缘检测算子,具有检测精度高和信噪比良好等优点。本代码完整实现了Canny算子,并利用canny算法对输入图像进行边缘检测,输出边缘图像。-Canny operator is an edge detection operator based on the optimized method. This code implemented Canny operator, and output the edge image.
K-means
- 在诸多的图像分割算法中,K-means聚类方法体现出了高效性和简洁性。该代码完整实现了k-means算法,并利用该算法进行图形分割。k-means 算法接受参数 k,然后将事先输入的n个数据对象划分为 k个聚类以使得所获得的聚类满足:同一聚类中的对象相似度较高,不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。-This code implements the K-means method for image segmentation,
JQPJ
- 图像融合加权平均法的介绍和功能的实现,亲身运用,功能完整实现-Image fusion weighted average method introduction and function of the realization, personal use, full-featured implementation
图像测量完整程序
- 运用VC构建一个基于视觉的人体形态尺寸测量系统,能够实现图像的输入、输出功能。有良好的程序接口和操作界面。qq:2473046098 不懂的可与本人联系
dmief
- 用于通讯仿真的viterbi算法完整实现方案,用途广泛-Complete implementation scheme for the simulation of the communication viterbi algorithm, widely used,
OBRDLHC
- 用于通讯仿真的viterbi算法完整实现方案,用途广泛,,(Complete implementation scheme for the simulation of the communication viterbi algorithm, widely used,)
CT完整程序
- 可实现CT图片二值化数值批量向可视化图片的转化,及波形的小波分析(CT pictures can be realized to the conversion of numerical pictures)
CNN
- 完整的CNN卷积神经网络创建、训练及测试。(Complete CNN convolution neural network is created, trained and tested.)
sift算法实现
- matlab实现sift算法完整打包程序,适合计算机进行信号处理的伙伴们使用