CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - c/s

搜索资源列表

  1. C++(Circle)

    0下载:
  2. 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:66427
    • 提供者:stzxxxstz
  1. S+P

    0下载:
  2. 使用C语言实现整数小波S+P变换和算术编码-use C language S P integral wavelet transform and arithmetic coding
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:28515
    • 提供者:潘志刚
  1. GVF_Snake_plus.rar

    1下载:
  2. GVF snake的C++实现,开发环境为VC6.0,OpenCV。大部分代码都为本地代码。代码依据GVF原始论文以及其demo编写。 ,GVF snake' s C++ implementation, development environment for VC6.0, OpenCV. Most of the code for the local code. GVF dissertation based on original code as well as the preparation o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-02-06
    • 文件大小:91305
    • 提供者:wenxiao
  1. HOG

    1下载:
  2. 基于HOG的行人检测,作者的源代码有错误,现代码已经进行了改变,并可以调试通-Histograms of Oriented Gradients for Human Detection, the writer s code has some errors, and I have correct the errors, and the code is right under C++ buidler
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10591642
    • 提供者:李燕
  1. sift-C

    1下载:
  2. David G. Lowe 的SIFT算法实现。 这个用纯c编写,不实用matlab,方便调用。-David G. Lowe' s SIFT algorithm. The pure c written impractical matlab, easy call.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-01
    • 文件大小:243637
    • 提供者:lyn
  1. document

    1下载:
  2. 云计算模式在线图片处理 原理与实现 本文档叙述的是自主研发了一套适用于富客户端的云计算模型,使富客户端模式的程序能够和云计算模式相结合。 富客户端程序综合了C/S架构和B/S架构的优点,解决了B/S架构的弊端,提高了Web应用的用户体验,可以使程序直接在浏览器中运行。云计算是将计算提交至服务器端进行,并可在云端存储数据(云存储),两者结合,可以最大限度的解除程序对客户端硬件设备的依赖。 本系统将上述模型应用于需要海量计算的大图像处理中,是前所未有的,极大的提高了处理效率。
  3. 所属分类:Special Effects

    • 发布日期:2015-04-04
    • 文件大小:1176576
    • 提供者:sunfang
  1. png

    0下载:
  2. png 解码源码,所有接口全部用C语言实现,非常好的东西,对研究PNG的同学们来说,肯定是宝贝重的宝贝,代码全部验证通过!-png decoder source code, all the interfaces all using C language implementation, very good things, the study of PNG' s students is definitely a heavy baby baby, code verification by all
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:231111
    • 提供者:过量
  1. EmdL1_v2

    0下载:
  2. NOTES: 1. This implemention borrowed some basic framework from Rabner s original EMD code. 2. Histogram matrices are assumed to be arranged in the "matlab" style, i.e, the [i,j,k]-th element is located in the position i*(n2*n3) + j*(n3
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:11399
    • 提供者:束鑫
  1. Ccode2.tar

    1下载:
  2. c语言计算几何 三角化 Ch1, Code 1.14 凸形外壳[2D] Ch3, Code 3.8 凸形外壳[3D] Ch4, Code 4.8 球 Chapter 4, Fig. 4.15 德劳内类型 Ch5, Code 5.2 ...See *English version.-\Computational Geometry in C\ the book s recipe Triangulate Chapter 1, Code 1.14 /tri Convex
  3. 所属分类:Special Effects

    • 发布日期:2016-08-09
    • 文件大小:57095
    • 提供者:XJ
  1. Match_SIFT

    0下载:
  2. 这是一个SIFT算法的实现,主要的代码是Kuas写的,本人只是用来进行匹配而已。发上来主要是要推荐这个SIFT的实现,写的很棒,这个跟Rob Hess的源码相比,思路更加清晰,而且是用类封装好的,简单易用。这个代码是基于OpenCV的。-This is an implementation of SIFT algorithm, the main code is written by Kuas, I just used it for matching. I mainly recommend thi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:157412
    • 提供者:Zoro
  1. NcutImage_7_AMD64

    0下载:
  2. 经典的C-CUT算法的MATLAB实现 由 Jianbo Shi创立。是聚类算法和图像处理的经典算法。-The classic C-CUT algorithm of the MATLAB realization founded by Jianbo Shi.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148974
    • 提供者:wangwei
  1. image_compress

    0下载:
  2. 该程序实例首先对二维图像进行提升小波分解,然后构造传统小波分解结构[c,s],接着使用函数ddencmp()获取信号压缩阈值,再采用函数wdencmp()实现图像压缩-First,the program decomposes the image use lifting wavelet , and then construct the traditional wavelet decomposition structure [c, s], then use the function ddencmp
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:606
    • 提供者:岳明彦
  1. ImageMagick-4.2.7.tar

    0下载:
  2. ImageMagick 是一个图象处理软件。它可以编辑、显示包括JPEG、TIFF、PNM、PNG、GIF和Photo CD在内的绝大多数当今最流行的图象格式。-ImageMagick is an image processing software. It can edit, display, including JPEG, TIFF, PNM, PNG, GIF, and Photo CD, including most of today' s most popular image fo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3878228
    • 提供者:abcdde111
  1. SPFunction-c

    0下载:
  2. matlab的S函数模板,用C语言来描述的,可以为初学者提供共方便-matlab S-function templates in C language to describe, easy for beginners to provide a total
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:295621
    • 提供者:黄竹
  1. C-Means

    0下载:
  2. 改程序为模式识别常用的C均值算法,可以对样本进行分类。-It s a pragram of C-Means, which is popular among Pattern Recoginization.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2944
    • 提供者:王雨
  1. C.H.Yang-oddevenhide

    0下载:
  2. 是根据C.H.Yang的一篇论文编写的其中奇偶数列生成直方图后进行的操作:平移,嵌入。-According to C.H.Yang s paper.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:2277
    • 提供者:yiyi
  1. 9-(1)

    0下载:
  2. 提出了一种基于整体变分模型的图像修复方法,该方法通过计算像素点的梯度信息来构造一个扩散函数,再进行加权处 理,达到了对原模型的改进.实验表明,该方法修复有较大破损区域的图像效果比较好,边缘过渡更自然.-This p鼍|per p他s铷吣蚰iIIlage∞st0枷on algorinlm b鹪ed∞total v蜀一撕∞model,mis metllod证lpraves tbe original m吠ld tb:∞ugh c∞s蜘Jcting a spmad鼬cti∞by c“culati
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:216744
    • 提供者:孙红娟
  1. calibrationImage

    0下载:
  2. 使用opencv函数标定相机的内参矩阵,实现相机标定(Use the opencv function to calibrate the camera's internal matrix)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-12
    • 文件大小:9926595
    • 提供者:betty88
  1. ImageProcessing

    0下载:
  2. 根据大牛自己整理的关于BMP图像的一些基本操作(Some basic operations on BMP images, based on the Daniel's idea)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:3820544
    • 提供者:栗咔
  1. pca-master (1)

    0下载:
  2. 此源代码使用Eigen C ++库在C ++中实现了PCA算法。 运行代码所需的组件: - 安装Visual Studio 2012(Express Edition工作正常) - Windows操作系统(Windows 7或更高版本) 如何运行源代码: - 打开文件。\ pca \ PrincipalComponentAnalysis \ PrincipalComponentAnalysis \ Program.cpp - 在行和列变量中设置矩阵的尺寸。 - 在m变量中设置
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:10320896
    • 提供者:HJL Kevin
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com