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

资源列表

« 1 2 ... .76 .77 .78 .79 .80 9881.82 .83 .84 .85 .86 ... 16766 »
  1. EarthSource

    0下载:
  2. vtk里面的地球资源,是3D图形学得好例子,如果你想做一个漂亮的地球3D效果,这个例子可以给你参考,调试可用-vtk inside the earth' s resources, are examples of 3D graphics well, if you want a nice Earth 3D effect, this example can give you references, debugging available
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.23kb
    • 提供者:鲁力
  1. ImageFFT

    0下载:
  2. 使用VTK对图像做FFT滤波处理,你只需要读入图片就行,调试可用-Using VTK FFT filtering the image so that you only need to read the image on the line, debugging available
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1.49kb
    • 提供者:鲁力
  1. Bandelet_ImageFusion_Toolbox

    0下载:
  2. Bandelet_ImageFusion_Toolbox,用于图像融合的方法,融合效果非常好,还有融合图像的评定指标,希望大家一起交流学习-Bandelet_ImageFusion_Toolbox,it is used for image fusion
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:1.98mb
    • 提供者:王中华
  1. ImageFusionBasedonMatlab

    0下载:
  2. 基于matlab的小波图像融合,其中包括多种融合算法,与大家共同学习交流-wavelet image fusion based on matlab,including fusion algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:24.56kb
    • 提供者:王中华
  1. mohu_img_enhance

    0下载:
  2. 模糊集图像增强:设计隶属度函数将图像从空间域变换到模糊集域;设计模糊增强算子,在模糊集域对图像进行处理;根据隶属度函数重新将图像从模糊集域变换到空间域。-Fuzzy image enhancement: Designing the membership function of the image from the spatial domain to the fuzzy set domain design fuzzy enhancement operator in fuzzy set domai
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:23.3kb
    • 提供者:小马
  1. max_min_segment

    0下载:
  2. 最大流/最小割方法。为学习图像处理中的图割算法做准备,算法思想是Ford-Fulkerson方法。最大流是一个有向图,最小割就是网络中所有割中值最小的那个割。 -Maximum flow/minimum cut method. As a learning image processing to prepare graph cut algorithm, the algorithm idea is Ford-Fulkerson method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:37.56kb
    • 提供者:小马
  1. BFSPDFS

    0下载:
  2. 广度优先搜索和深度优先搜索在网络拓扑图上的实现。广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点;深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。 -Breadth-first search and depth-first search in the network topology is realized. Bre
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:49.42kb
    • 提供者:小马
  1. Dijkstra

    0下载:
  2. 单源最短路径Dijkstra。使用图论算法作为图像处理的基础算法,Dijkstra和Bellman-Ford类似,都是解决单源最短路径问题,不同的是这个方法只能解决边为非负的问题,实现的好的Dijkstra算法运行时间要快于Bellman-ford。-Single source shortest path Dijkstra. Using graph theory algorithm as the basis of image processing algorithms, Dijkstra and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:32.42kb
    • 提供者:小马
  1. Bellman-ford

    0下载:
  2. 单源最短路径Bellman-ford。该算法可以用来解决一般(边的权值为负)的单源最短路径问题,而dijkstra只能解决权值非负的情况。此算法使用松弛技术,对每一个顶点,逐步减少源到该顶点的路径的估计值,直到达到最短的路径。-Single source shortest path Bellman-ford. The algorithm can be used to solve the general (the right side is negative) single-source shor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:33.04kb
    • 提供者:小马
  1. Linux-Optical-Flow

    0下载:
  2. 基于OPECV实现的利用Optical flow和HOG方法进行运动目标跟踪分析-Based OPECV achieved with the use Optical flow and HOG method for moving target tracking analysis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:4.91mb
    • 提供者:HFY
  1. mcmc

    0下载:
  2. 基于马尔科夫链蒙特卡尔算法的工具箱,适用于数值分析,矩阵变换,目标检测等系列问题解决的实例,有详细的代码辅助说明。-Based on Markov chain Monte Carl algorithm toolbox for numerical analysis, matrix transformations, target detection and other examples of problem solving, a detailed code help.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:11.29kb
    • 提供者:萧勇
  1. ROI

    0下载:
  2. 图像阈值处理后,将图像将x.y方向投影,提取图像中矩形部分-Image threshold processing, the xy direction of the projected image, the image extracted rectangular part
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.1kb
    • 提供者:付小珊
« 1 2 ... .76 .77 .78 .79 .80 9881.82 .83 .84 .85 .86 ... 16766 »
搜珍网 www.dssz.com