CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - c random

搜索资源列表

  1. 10_01

    0下载:
  2. 分形算法C++ 程序:随机中点位移法生成山源代码-fractal algorithm C : random midpoint displacement method source code generated Hill
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:22615
    • 提供者:齐松
  1. advanceCimage2

    0下载:
  2. 很多高级一点的图形图像处理程序,对图像进行傅立叶变换处理(图像变换),进行高斯模糊处理(图像复原),加入随机噪声,基于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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3213
    • 提供者:孙怀勇
  1. fractal7and10

    0下载:
  2. 《分形算法与程序设计——Visual C++实现》的第七章和第十章源码 包括一维元胞自动机生成的Sierpinski三角形、随机分布的Sierpinski三角形、二维元胞自动机小程序源代码、DLA模型源代码、用DLA模型模拟植物的生长源代码、原点演化圆形边界的DLA程序源垂直演化折线干预的DLA程序源代码、垂直演化汉字干预的DLA程序源代码。 随机中点位移法生成山源代码、三维空间中的分形插值算法源代码-"fractal algorithm and program design
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:491989
    • 提供者:郝丽丽
  1. match-v3.3.src

    0下载:
  2. 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:915541
    • 提供者:Chen
  1. nlqim

    0下载:
  2. 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
  3. 所属分类:图形图象

    • 发布日期:2014-01-15
    • 文件大小:1019
    • 提供者:王国树
  1. gcrf_demo

    0下载:
  2. 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
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:43341
    • 提供者:代松
  1. pieflab

    0下载:
  2. % 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
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:114265
    • 提供者:汪伟
  1. Kmeans

    0下载:
  2. 标准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
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4251
    • 提供者:Yifan Young
  1. De-noising-nosing

    0下载:
  2. 对图像进行去噪加噪、随机噪声、椒盐噪声、噪声消除、中值滤波-Denoising the image with noise, random noise, salt and pepper noise, noise reduction, median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1374067
    • 提供者:小紫英
  1. GCmex1.2.tar

    0下载:
  2. graph cut matlab and c++ code for graph analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:50452
    • 提供者:李雯
  1. miyao

    0下载:
  2. 本文提出了基于二维混沌映射的数字图像水印算法,混沌具有随机性、似噪声及对初始条件的极端敏感性等特点。将经过二维混沌映射置乱后的数字水印信号嵌入图像小波域的低频系数,实现了数字水印的隐蔽性、保密性和稳固性;利用二维混沌映射Arnold变换对水印信号进行置乱,不仅增强了水印信号保密性,同时有效提高了视觉上抵抗图像剪切攻击的能力。-In this paper, two-dimensional chaotic map based on digital image watermarking algorit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:668381
    • 提供者:lafeng
  1. Picture

    0下载:
  2. 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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:227687
    • 提供者:picture
  1. c

    0下载:
  2. 在一幅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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:958
    • 提供者:lifu
  1. randomnumber

    0下载:
  2. 用C代码生成高斯分布的随机数和服从均匀分布的随机数 并生成文本文件-C code generation with Gaussian distribution of random numbers and uniform distribution of the random number and generates a text file
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:1204
    • 提供者:陆琨
  1. turbo-c--firework

    0下载:
  2. turbo c 编写的,随机烟花的动画效果,大小,颜色自己调整。-turbo c writing, and random fireworks animation, size, color, make their own adjustments.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-24
    • 文件大小:578
    • 提供者:jamin
  1. random-fractal-terrain-generation5

    0下载:
  2. 三维随机分形地形生成(续十五)分形计算核心代码:(fractmod.c)续- Three-dimensional random fractal terrain generation
  3. 所属分类:Fractal program

    • 发布日期:2017-04-17
    • 文件大小:67327
    • 提供者:lq
  1. MRF-C

    0下载:
  2. 马尔可夫随机场进行图像分割 马尔可夫随机场进行图像分割-Markov Random Feilds for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:497760
    • 提供者:唐爱盼
  1. RandomForest-C-version

    0下载:
  2. 随机森林是机器学习领域中一种有效的组合学习模型。在目标检测识别算法中,随机森林被证实在分类中具有很好的性能和效果。提供随机森林源码以供学习参考。-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
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2153148
    • 提供者:聂静
  1. random-sample-consensus

    0下载:
  2. 随机采样一致性(RANSAC)算法代码,用C++实现,作者是Ziv Yaniv-Random sample consensus (RANSAC) algorithm code, using C++ implementation, the author is Ziv Yaniv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:16761
    • 提供者:mr.li
  1. random-forest

    1下载:
  2. 决策树模型的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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:906062
    • 提供者:且志安
« 12 3 »
搜珍网 www.dssz.com