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

搜索资源列表

  1. kftools

    0下载:
  2. This set of MATLAB tools consists of some functions that I have found useful for basic image processing and blob analysis. The functions have been tested for MATLAB Version 5.3.0.10183 (R11) on PCWIN. Many of the files must be run as MEX files
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:122089
    • 提供者:陈西
  1. improved_gaborfilter

    0下载:
  2. Bi-dimensional Gabor filter with DC component compensation This version of the 2D Gabor filter is basically a bi-dimensional Gaussian function centered at origin (0,0) with variance S modulated by a complex sinusoid with polar frequency (F,W) an
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:石峰
  1. MODEX104

    0下载:
  2. MODE X v1.04 256色开发汇编子程序库(可用开C语言)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:227733
    • 提供者:丁丁
  1. 用bandelet进行图像分割的matlab代码

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

  1. SaliencyToolbox_V2.2

    0下载:
  2. 基于注意力机制,实现彩色图像显著区域提取.源于Dirk B. Walther-The SaliencyToolbox is a collection of Matlab functions and scr ipts for computing the saliency map for an image, for determining the extent of a proto-object, and for serially scanning the image with the focus
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4745549
    • 提供者:zgk
  1. EX_Draw2_0103

    0下载:
  2. 在Visual C++中应用GDI函数库实现建立了X和Y坐标,可以更改坐标参数-In Visual C++ application GDI library to achieve the establishment of the X and Y coordinates, you can change the coordinate parameters
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1935282
    • 提供者:琳儿
  1. imageprocessing

    0下载:
  2. 第一章 绪论 第二章 C#数字图像处理的3种方法 第三章 点运算及直方图 第四章 几何运算 第五章 数学形态学图像处理 第六章 频率变换 第七章 图像平滑与去燥 第八章 边缘检测 第九章 图像分割 第十章 图像压缩编码 第十一章 彩色图像处理 -Chapter I Introduction Chapter II C# digital image processing methods Chapter 3 point arithmeti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1214440
    • 提供者:xiewei
  1. ImageTest4

    0下载:
  2. Visual C/C++图形图像与游戏编程典型实例解析--VC图像处理-傅立叶变换 注意事项: 1>在进行DFT时,强烈建议选用64*64的图像,选用256*256的图像,**时间太长,中间可能导致死机**。 2>程序中在显示频谱图像时有两种方式,即移至中心和未移至中心,可以通过将/** pow(-1, x+y)*/的注释去掉来进行转换。 由于本程序使用了VFW组件,所以在Project--Setting中--Object/libray modules
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:151369
    • 提供者:hty
  1. libdecodeqr-0.9.3

    0下载:
  2. 图形处理库libdecodeqr: "libdecodeqr" is a C/C++ library for docoding QR code, which based on JIS X 0510 and ISO/IEC18004. This library is able to decode miscellaneous images those are taken with a file, with a webcam, with a scanner, and so on.-Graphi
  3. 所属分类:Special Effects

    • 发布日期:2014-05-03
    • 文件大小:2300928
    • 提供者:卢孝勋
  1. DDA_draw_line

    0下载:
  2. C语言里DDA算法画直线,要求输入直线两端点X和Y坐标。-DDA method to draw lines, draw a straight line with the DDA algorithm, requiring the input coordinates of two end points of a straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:34492
    • 提供者:哈哈
  1. 11f1bbfc0c65

    0下载:
  2. 对二值图像边界进行跟踪,对边缘进行判断,然后沿着边缘进行跟进- C = CONTOUR_FOLLOWING(BW) takes BW as an input. BW is a binary array containing the image of an object ( 1 : foreground, 0 : background). It returns a circular list (N x 2, C(1,:)=C(end,:)) of the (row,co
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3847
    • 提供者:易想
  1. dibapi

    0下载:
  2. 腐蚀运算和膨胀运算互为对偶的,用公式表示为(X B)c=(Xc B),即X 被B腐蚀后的补集等于X的补集被B膨胀。这句话可以形象的理解为:河岸的补集为河面,河岸的腐蚀等价于河面的膨胀。你可以自己举个例子来验证一下这个关系。在有些情况下,这个对偶关系是非常有用的。例如:某个图象处理系统用硬件实现了腐蚀运算,那么不必再另搞一套膨胀的硬件,直接利用该对偶就可以实现了。-Subtraction of the source program. Note that, the first picture fil
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:6771
    • 提供者:ksahd
  1. MainFrm

    0下载:
  2. 腐蚀运算和膨胀运算互为对偶的,用公式表示为(X B)c=(Xc B),即X 被B腐蚀后的补集等于X的补集被B膨胀。这句话可以形象的理解为:河岸的补集为河面,河岸的腐蚀等价于河面的膨胀。你可以自己举个例子来验证一下这个关系。在有些情况下,这个对偶关系是非常有用的。例如:某个图象处理系统用硬件实现了腐蚀运算,那么不必再另搞一套膨胀的硬件,直接利用该对偶就可以实现了。-Subtraction of the source program. Note that, the first picture fil
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1172
    • 提供者:ksahd
  1. 2-DFFT

    0下载:
  2. 该实验的目的是开发一个 2-D FFT程序包。要求程序能完成下面的功能: (a) 用因子 (-1)x+y 乘以输入图像,以实现滤波的中心化变换; (b) 用一个实矩阵乘以一个复数矩阵,即用实矩阵中的元素同时乘以复数矩阵对应位置上的复数的实部与虚部。 可以通过调用两个图像的乘法程序来实现对应元素的相乘; (c) 计算反付立叶变换; (d) 结果乘以 (-1)x+y ,并取其实部; (e) 计算频谱。 -The purpose of this ex
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:574694
    • 提供者:张亚丽
  1. NCLS_lina

    1下载:
  2. 非负约束最小二乘法丰度反演 NCLS 矩阵运算 EA=X 参考文献:[1]R. Bro, S. D. Jong,"A FAST NON-NEGATIVITY-CONSTRAINED LEAST SQUARES algorithm" [2]Charles L. Lawson, Richard J. Hanson ,Solving Least Squares Problems (Classics in Applied Mathematics) (Society for Industri
  3. 所属分类:Special Effects

    • 发布日期:2016-05-24
    • 文件大小:1024
    • 提供者:庄丽
  1. vlfeat-0.9.16.tar

    0下载:
  2. VLFeat是一款由Andrea Vedaldi和Brian Fulkerson先生创建的开源图像处理库,都属于机器视觉算法,vlfeat库有C和matlab两种实现,包括了SIFT,MSER, k-means, hierarchical k-means, agglomerative information bottleneck, and quick shift 这个库是C语言写的,效率比较高,支持Windows, Mac OS X, and Linux操作系统。可以在matlab、Shel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2764214
    • 提供者:古墓
  1. CImg-1.5.4

    0下载:
  2. 很小很方便的一个图像处理小工具包,使用时只需要把CImg.h头文件加入工程即可-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:12873412
    • 提供者:芍药
  1. peiZhun

    0下载:
  2. c++builder开发的一个图像配准程序,将一张图片分布在x,y坐标为1的坐标轴上,求任一点的位置。-c++builder developed an image registration process, a picture will be distributed in x, y coordinates of axis 1, find the position of any point.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:420688
    • 提供者:张平
  1. Kubias20072IR

    0下载:
  2. 医学图像配准,医学图像2D_3D配准,基于vc++开发。-Abstract. We present a method that performs the rigid 2D/3D image registration efficiently on the GPU. As one main contribution of this paper, we propose an efficient method for generating realistic DRRs that are visu
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:330063
    • 提供者:刘坤
  1. EXTRACT.C

    0下载:
  2. This C program extracts a 256 x 256 array a 512 x 512 image. It can easy to be expand to bigger image size.-This C program extracts a 256 x 256 array a 512 x 512 image. It can easy to be expand to bigger image size.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:984
    • 提供者:S
« 12 »
搜珍网 www.dssz.com