搜索资源列表
dxf14htm
- R14 的Dxf格式完全说明,并附有VB代码实例-R14 DXF format illustrated, with the help of VB code examples
implementation_of_(5_3)_wavelet
- 该代码是用VHDL编写的用以实现5/3无损小波变换。压缩包内附有详细的说明。-the VHDL code is used to prepare for the realization of the 5 / 3 wavelet transform prejudice. Compression packet containing a detailed explanation.
matlab_edgedetect
- 用matlab做边缘提取的代码,附有源码和图片在内-using Matlab do edge detection code, with source and pictures,
tuxiangjingxiang
- 图像镜像是图像处理的一个方面,该代码用VC详细描述了图像镜像的方法,并附有测试图片
用bandelet进行图像分割的matlab代码
- A Matlab Tour of Second Generation Bandelets 附有每部分代码的说明 function x = perform haar transform(x, dir); x = x(:); % to be sure we have a column vector J = floor( log2(length(x)) ); % number of scales if dir==1 % forward transform for j=1:J c = x(
H264中的整数DCT变换编码及量化代码
- H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源.
图片缩放 matlab 代码
- 基于matlab的图片放大或缩小的代码,可用于图片之间的插值,很有用,可以运行,并附有图片。
Tamura纹理特征提取及应用的matlab代码
- Tamura纹理特征提取及应用的matlab代码,附有介绍Tamura纹理的文献以及测试用图片。,Matlab code for extracion and application of Tamura texture, attched paper about tamura texture and picture for test.
fractal
- 学习和研究分形理论的相关算法,然后通过编程实现这些算法,从而对分形学友一些基本了解,对于日后的学习会有不小帮助。 实验采用L系统程序设计实现koch雪花曲线;用迭代函数系统程序设计实现Sierpinski曲线的生成。 内附有代码和解释 -Fractal theory study and research related algorithms, and then programming these algorithms, thus some basic understanding of
chepaijiancechengxu
- 车牌检测M源程序,并附有代码步骤的详细说明。-M source license plate detection, together with a detailed descr iption of the code steps.
objectarx-dimension-set
- object arx尺寸标注设置,附有代码实例,转载他人的。 -objectarx dimension set, accompanied by code examples, reproduced others.objectarx dimension set, accompanied by code examples, reproduced others.
CV
- 偏微分方程的CV模型分割图片的代码。并且附有代码。-CV model for segmentation image
moravec
- Moravec点特征提取算子 附有代码及部分结果-Moravec point feature extraction operator with a code and partial results
IBD
- 空间域盲反卷积进行图像复原,通过增加帧数来提高复原效果,附有代码和数据-Spatial domain blind deconvolution image restoration to improve the recovery effect by increasing the number of frames, with a code and data
document
- 自己编程实现的K_means、BP神经网络对Irisic数据分类、4点交比、单个神经细胞的线性分类’以及LOG与Lap的效果比较。并附有代码所使用的irisic的数据-Own programming of K_means, BP neural network Irisic data classification, 4:00 cross-ratio, a single linear classification of nerve cells' and the comparison of t
LiChunMing
- 李春明等人提出的不需要初始化水平集的模型,解决了传统的水平集模型重新初始化的问题,内附有代码和论文-Models do not need to initialize the level set Li Chunming, who proposed solution to the traditional level set model to re-initialize the problem, containing the code and papers
DIP_Systempsdn
- VC++6.0常见图像处理。子目录 Demo 中的内容为演示用的可执行程序,子目录 JpegLib 中的内容为进行 JPEG 编码压缩时供主程序使用的 Lib 库的实现源码。子目录 res 中的内容为源程序所使用的资源。子目录 Debug 为程序的调试内容。 程序附有代码说明。-A common image processing, vc++ 6.0. Subdirectory of the Demo content for demonstration executable programs,
opencv_book
- 学习opencv中文版,英文版,随书附有代码-Learning opencv, the book with the code
images
- 图像处理,利用sift实现图像拼接,里面附有代码-image processing
基于MATLAB的手势识别代码
- 基于sift和SVM算法实现的手势识别程序,用MATLAB GUI编写的,附有手势库,可拷贝至任何磁盘运行不必担心路径问题,但可能要求版本高一点的MATLAB软件