搜索资源列表
10_01
- 分形算法C++ 程序:随机中点位移法生成山源代码-fractal algorithm C : random midpoint displacement method source code generated Hill
advanceCimage2
- 很多高级一点的图形图像处理程序,对图像进行傅立叶变换处理(图像变换),进行高斯模糊处理(图像复原),加入随机噪声,基于C++开发,希望大家能用得着(--)-many senior point graphics processing images on Fourier transform (Image Transform), Gaussian fuzzy processing (Image Restoration), by adding random noise, based on C + + d
fractal7and10
- 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal algorithm and program design
match-v3.3.src
- This software implements stereo algorithms described in the following papers: Vladimir Kolmogorov and Ramin Zabih \"Multi-Camera scene Reconstruction via Graph Cuts\" In: European Conference on Computer Vision, May 2002. Vladimir
nlqim
- purpose simulates embedding and detection of watermark in random noise using QIM (quantization index modulation), uses non-linear scaling compile gcc -g -o nlqim nlqim.c -lm -purpose simulates embedding and detectio n of watermark in rand
gcrf_demo
- This MATLAB code is an example of how to train the GCRF model described in \"Learning Gaussian Conditional Random Fields for Low-Level Vision\" by M.F. Tappen, C. Liu, E.H. Adelson, and W.T. Freeman in CVPR 2007. If you use this code in your re
pieflab
- % PIEFLAB Main Directory % ---------------------- % % .m - files % ---------- % Contents.m : this file % startup.m : startup file: sets Matlab path executed automatically when % Matlab command is performed in this directory % % s
Kmeans
- 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
De-noising-nosing
- 对图像进行去噪加噪、随机噪声、椒盐噪声、噪声消除、中值滤波-Denoising the image with noise, random noise, salt and pepper noise, noise reduction, median filter
GCmex1.2.tar
- graph cut matlab and c++ code for graph analysis
miyao
- 本文提出了基于二维混沌映射的数字图像水印算法,混沌具有随机性、似噪声及对初始条件的极端敏感性等特点。将经过二维混沌映射置乱后的数字水印信号嵌入图像小波域的低频系数,实现了数字水印的隐蔽性、保密性和稳固性;利用二维混沌映射Arnold变换对水印信号进行置乱,不仅增强了水印信号保密性,同时有效提高了视觉上抵抗图像剪切攻击的能力。-In this paper, two-dimensional chaotic map based on digital image watermarking algorit
Picture
- 1. 使用 Canvas->CopyRect() 分割图片 2. 动态产生物件 3. 使用 TList 储存元件 4. srand, random 产生乱数的方法 5. 产生不重复乱数(抽牌法) -1. Using Canvas-> CopyRect () split image 2. Dynamically generated object 3. Use TList storage components 4. Srand, random way to gener
c
- 在一幅8位图像中随机加入噪声,误码率可以控制,误码率的定义为错误比特/总比特-In an 8-bit images by adding random noise, error rate can be controlled, the error rate is defined as the error bits/total bits
randomnumber
- 用C代码生成高斯分布的随机数和服从均匀分布的随机数 并生成文本文件-C code generation with Gaussian distribution of random numbers and uniform distribution of the random number and generates a text file
turbo-c--firework
- turbo c 编写的,随机烟花的动画效果,大小,颜色自己调整。-turbo c writing, and random fireworks animation, size, color, make their own adjustments.
random-fractal-terrain-generation5
- 三维随机分形地形生成(续十五)分形计算核心代码:(fractmod.c)续- Three-dimensional random fractal terrain generation
MRF-C
- 马尔可夫随机场进行图像分割 马尔可夫随机场进行图像分割-Markov Random Feilds for image segmentation
RandomForest-C-version
- 随机森林是机器学习领域中一种有效的组合学习模型。在目标检测识别算法中,随机森林被证实在分类中具有很好的性能和效果。提供随机森林源码以供学习参考。-Random Forests field of machine learning is an effective combination of learning model. Target detection and recognition algorithms, random forests was confirmed in the classifi
random-sample-consensus
- 随机采样一致性(RANSAC)算法代码,用C++实现,作者是Ziv Yaniv-Random sample consensus (RANSAC) algorithm code, using C++ implementation, the author is Ziv Yaniv
random-forest
- 决策树模型的C++实现,可用来组成随机森林建立随机森林分类器做数据分类及图像分类,代码中有简单的测试样例-C++ implementation of decision tree model, to form a random forest is used to establish the random forest classifier for data classification and image classification, the code is simple test sample