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

搜索资源列表

  1. 灰度图进行递归四叉树分割

    2下载:
  2. 四叉树分割 opencv 编写 读入灰度图 进行递归分割-Quadtree segmentation opencv read into grayscale prepared for recursive partitioning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-11-14
    • 文件大小:1.65kb
    • 提供者:ymz
  1. particale_filters

    2下载:
  2. 粒子滤波器是通过蒙特卡罗模拟来实现递归贝叶斯滤波,它不需要线性、高斯噪声的假设,适用于任何能用状态空间模型表示的非线性系统,比卡尔曼滤波器的适用范围广。这里给出了几个粒子滤波的matlab编程实例。-Particle filters are using Monte Carlo simulations to achieve the recursive Bayesian filtering, it does not require linear, Gaussian noise assumptions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-07
    • 文件大小:11.13kb
    • 提供者:郑玉凤
  1. SeedFill

    0下载:
  2. 种子填充算法的详细实现,使用了递归算法,通俗易懂。-Seed fill algorithm to achieve a detailed, the use of a recursive algorithm, user-friendly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:42.31kb
    • 提供者:wangyouxiang
  1. DropletCount

    0下载:
  2. 基于递归调用的雾滴雾滴图像的统计计数程序-Based on recursive calls droplet droplet image statistical counting procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1.95kb
    • 提供者:zzl
  1. linear

    1下载:
  2. - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1.63kb
    • 提供者:張治國
  1. Recursive_algorithm_using_statistics_the_number_of

    0下载:
  2. 利用递归算法统计连续点的个数,通过阈值来判定是否为离散点-Recursive algorithm using statistics the number of consecutive points, through the threshold to determine whether the discrete points
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.36kb
    • 提供者:chenchaozyx1
  1. linearfilter

    0下载:
  2. 空域数字图像线性滤波器和频域非递归滤波器(包括:频域变换法、频域抽样法和窗函数法)的Matlab实现。-Airspace linear digital image filters and frequency-domain non-recursive filter (including: frequency-domain transformation method, frequency-domain sampling method and window function method) of th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:232.5kb
    • 提供者:Anna
  1. 0houghtoedge

    0下载:
  2. 可以检测图像中圆和直线的信息,有利于初学者使用学习。-Edge detection has played an important role in the field of computer vision. A parametric edge detection method based on recursive mean-separate image decomposition is introduced. A method for automatic parameter selection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:13.1kb
    • 提供者:力量
  1. diguifenxingl

    0下载:
  2. 递归分型处理图像,完整程序,已经调试过。-Recursive type image processing, complete procedures, debugged.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.47mb
    • 提供者:
  1. erweizhifenjueduicha2

    0下载:
  2. 该代码是基于方差的图像阈值分割算法,并给出了其快速递推算法。-The code is based variance Image Threshold Segmentation algorithm and gives its Fast Recursive Algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.01kb
    • 提供者:王家友
  1. RXYC.tar

    0下载:
  2. image segmentation using recursive XY cut algorithm
  3. 所属分类:Special Effects

    • 发布日期:2014-06-24
    • 文件大小:27.41kb
    • 提供者:codehacker
  1. connect

    0下载:
  2. 对图片以及视频帧进行连通域提取,环境需要opencv vs2005,必要的配置,连通域的算法是基于递归的二值图像标记算法。-Frame of the picture, and video connectivity components extraction, environmental needs opencv vs2005, the necessary configuration, connected components algorithm is based on the recursive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.29mb
    • 提供者:王聪
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
  3. 所属分类:Special Effects

    • 发布日期:2017-06-03
    • 文件大小:14.75mb
    • 提供者:Peng
  1. fourcolor

    0下载:
  2. 通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的四色猜想问题-Training courses through learning Orsay, plus use of recursive programming skills back to complete the four-color conjecture question
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:844.63kb
    • 提供者:hust小羊
  1. junzhi

    0下载:
  2. 图像均值滤波和增强算法代码,采用递归调用,速度明显加快,被用于实际项目-Mean filtering and image enhancement algorithm code, the use of recursive calls, faster than it was for the actual project
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:675byte
    • 提供者:gao
  1. HSIimg

    0下载:
  2. 实现的类可以将每个图片转成hsi颜色空间的图片并显示。在main函数中实现一个文件夹下对于视频的递归遍历,将每个视频中的每一帧取出,进行变换,最后将每个视频中所有帧的亮度值(hsi空间中的i)化成折线图输出并存储为图片,在亮度变化特别大的点用圆点圈出,图片存在视频所在目录下。由于要实现对视频中所有帧的处理,为了加快速度因此单独的将每幅图转成hsi之后现实出来的那三个窗口被注释掉了(否则会现),需要的去掉hsi.cpp后面的那几行注释符号就可以。想要转换颜色空间的,只需要单独用的可以只使用hsi.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.11mb
    • 提供者:WingLer
  1. Recursive-forgetting

    0下载:
  2. 本代码是关于用递推遗忘因子法辨识系统的参数。-The code is on the recursive forgetting factor method with the parameter identification system.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:162.19kb
    • 提供者:宋丙菊
  1. Jordan

    0下载:
  2. 约旦消去方法解方程,用一系列递推公式计算有限步能直接得到方程的解-Jordan elimination method to solve equations with a finite step recursive formula equation can be obtained directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:172.66kb
    • 提供者:sai
  1. iteration

    0下载:
  2. 各种迭代法 迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法(或者称为一次解法),即一次性解决问题。-Iterative method of iterative method, also known as removed, is a constant with the value of the variable' s old value of the new recursive process, with the corresponding itera
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:413.38kb
    • 提供者:eleven
  1. pixel-recursive-super-resolution-master

    0下载:
  2. 谷歌Pixel Recursive Super Resolution的代码(TensorFlow implementation of Pixel Recursive Super Resolution.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:311kb
    • 提供者:keme
« 12 »
搜珍网 www.dssz.com