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

搜索资源列表

  1. pic

    0下载:
  2. 对任意给定的图(顶点数和边数自定),建立它的邻接表并输出,然后利用堆栈的五种基本运算(清空堆栈、压栈、弹出、取栈顶元素、判栈空)实现图的深度优先搜索遍历和广度优先搜索遍历算法。 -For any given graph (vertices and edges from the set), to establish its adjacency list and output, and then use the stack of five basic operations (empty stac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:377247
    • 提供者:沈辉
  1. SiftGPU-V370

    0下载:
  2. 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5296286
    • 提供者:周金强
  1. color_table

    0下载:
  2. 给出一个png文件,从中抽取颜色列表, 根据颜色列表可描画按钮,背景等-Give a png file and extract the color list, the list can be painted according to the button color, background, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1364
    • 提供者:dabao1026
  1. CImageList

    0下载:
  2. CImageList,图像列表控制提供了控制图像列表的基本方法-CImageList, image list image list control provides a basic method of control
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:21013
    • 提供者:shashou
  1. matlab-image-processing-function

    0下载:
  2. matlab图形图像处理函数详细列表,介绍了一些图像处理的命令-matlab image processing function, a detailed list of graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:427105
    • 提供者:
  1. Graph

    0下载:
  2. 运用单链表和邻接矩阵实现图的表示、图的运算以及图的遍历-Used to achieve a single list and adjacency matrix graph representation, graph operations and graph traversal
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1119137
    • 提供者:周规劝
  1. Mindray

    0下载:
  2. 实现一个图像缩放算法,不调用对算法本身有帮助的库函数,将图像缩放到指定的大小。 具体功能: 1.输入为用windows画图程序生成的无压缩BMP图片,只支持256色位图和24位色位图,输出格式与输入格式相同,要求也要能用Windows画图程序打开; 2.支持批量转换,一次转换的张数不作限制,命令行接口指令如下: Zoom.Exe imagelist.txt 其中imagelist.txt的保持待转换的文件列表,以纯文本格式指定了每幅图片转换后的宽度和高度,格式示例如下:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2269132
    • 提供者:周红
  1. 45802

    0下载:
  2. 图像处理的相关C代码,包含直方图均衡,图像平移,亮度增减,高斯平滑,以及图像处理中的链表操作-Image processing-related C code, including histogram equalization, image pan, brightness change, Gaussian smoothing, and image processing operations in the list
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:355970
    • 提供者:李辉
  1. imbatchconvert

    0下载:
  2. Getting a list of files and image batch processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2939
    • 提供者:charlotte.wu
  1. BaO

    0下载:
  2. 用VC编的没有图形界面的实验器材管理程序,有文件操作,使用单向链表结构-Not compiled with VC GUI test equipment management procedures, file operations, using one-way linked list structure. .
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:86441
    • 提供者:鲍向鸿
  1. getconnectedarea

    0下载:
  2. 获取二值图像连通区域,用到了vector list, cptrlist,C++程序。-Gets the binary image connected region two, use the vector list, cptrlist, C++ program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:84695
    • 提供者:
  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. MatlabFunction

    0下载:
  2. Matlab图形图像处理函数详细列表,有详细说明,是mATLAB图像的好帮手-Matlab image processing function detailed list, a detailed explanation, is the Matlab image of good assistant
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:427331
    • 提供者:俞正国
  1. SiftGPU-V382_2

    0下载:
  2. SiftGPU is an implementation of SIFT for GPU. It does pyramid construction, keypoint detection and descr iptor generation on GPU. Not only does SiftGPU process pixels/features paralelly with GPU, this implementation also reduces readback time
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5532243
    • 提供者:bou3aza
  1. 1SignImagge-

    0下载:
  2. 1、选择文件夹后,能将选中的文件夹或包含其子文件夹下所有的BMP/JPG/GIF等常见图片格式导入到列表中2、设置字体,可以设置签名的字体和颜色3、可以预览图片4、可以单张签名5、设设置签名位置和字体格式后,点击“批量签名”,可以实现列表中图片批量签名/签字6、签名后自动保存(覆盖原有图片)为JPG格式7、字体的背景是透明的,比Windows自带的画图工具签名更好用 -1, select the folder, to select the folder or its sub-folders
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:422589
    • 提供者:认可
  1. GraphDis

    0下载:
  2. 两个图算法 完整工程 1、实现O(n + r)时间复杂度内,good guy和bad guy的匹配 2、在无环图中,寻找两点之间的路径数目-(1)There are two types of professional wrestlers: "good guys" and "bad guys." Between any pair of professional wrestlers, there may or may not be a rivalry. Suppose we ha
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1192264
    • 提供者:xjtuxjt
  1. lorentzfit

    0下载:
  2. = lorentzfit (× ) lorentzfit 符合输入(× )与罗伦兹功能的形式 “ (× )= 1 / ((- 2)^ 2 + 3号) 输入 :因变量值[ 是] (× ) × :独立变量的值 输出功率 一:名单[ 1 2 3 ] 罗伦兹参数 示例 × = - 16:0.1:35 = 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 ) = lorentzfit (× ) 杰瑞德·威尔斯
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1536
    • 提供者:fu jiang
  1. xyz_display

    0下载:
  2. XYZ_DISPLAY is a MATLAB program which reads the name of a data file containing a list of 3D point coordinates, reads the data, and displays the points in the MATLAB graphics window. The file containing the point coordinates is in the XYZ format.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2643
    • 提供者:晓晓
  1. detect

    0下载:
  2. 很酷的批量调度程序,用在opencv图像处理研究,也可以用到其他领域 在vc 2010编译使用.-list hangdle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2797
    • 提供者:gongweichao
  1. Improved-cv

    1下载:
  2. 当红外图像中包含较强噪声时, C-V 模型水平集分割方法会产生大量冗余轮廓 同时, C-V 水平集采用偏 微分方程( PDE) 实现, 存在计算量大、分割速度慢的缺点。为此, 本文提出了改进的快速算法, 该算法保留了C-V 模型的全局优化特性, 并通过窗口滤波整合图像邻域空间信息来构建曲线进化的外部速度, 从而提高C-V 模型 的抗噪性并减少分割中产生的冗余轮廓 采用基于双链表的快速水平集算法来实现曲线的演化, 去除了传统算 法中的重新初始化和PDE 求解的过程, 减少了迭代步数
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:854807
    • 提供者:jim
« 1 2 34 5 »
搜珍网 www.dssz.com