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

搜索资源列表

  1. byjc

    0下载:
  2. 检测图形边缘的程序,算法很不错,速度非常的快,真的很不错-Graphic edge detection procedure, the algorithm is very good, speed is very fast, really good
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3582584
    • 提供者:yj
  1. kmeans

    0下载:
  2. 加强了的K-MEANS聚类函数,速度比以前快5 。适合多种聚类场合。一般聚类数为2-5之间为最佳。-The enhanced K-MEANS clustering function, speed 5 faster than before. Clustering for a variety of occasions. General the number of clusters for the best between 2-5.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3766
    • 提供者:kevin
  1. TreeStateSaverDemo

    0下载:
  2. 利用分隔视图的方法,开发多个分隔 效果很好,速度挺快,源码提供-Using the method of separation, development view more space The effect is very good, quick speed, provide source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:68283
    • 提供者:杨海军
  1. suofangtuxiang

    0下载:
  2. 是个能批量的缩放图像的程序,得安装opencv,具体使用方法在源码里有介绍,速度较快-Is able to batch process image scaling may install opencv, specifically using the method described in the source there, faster
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3250566
    • 提供者:shanleo
  1. inexact_alm_rpca

    2下载:
  2. RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。目前最有效的算法是ALM(Augmented Lagrange Multiplier)。ALM分为Exact ALM和Inexact ALM。 该代码是Inexact ALM,收敛速度比Exact ALM快!-RPCA (Robust Principal Component Analysis) is used for matrix filling, image de
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-03
    • 文件大小:381384
    • 提供者:Bingmiao Huang
  1. imagezoom

    0下载:
  2. 用双线性插值对图像进行缩放,放大缩小均可,速度比较快-Bilinear interpolation used to zoom the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1093
    • 提供者:zz
  1. angleautomaticmeasurement

    0下载:
  2. 工件角度自动测量!通过harri算法提取工件角点,然后使用局部radon变换提取直线并计算角度!算法速度比较快,实时性好!-Automatic workpiece measurement of the angle! Extraction algorithm by harri piece corner, then use the local radon transform to extract linear and calculate the angle! Algorithm is faster,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:9380
    • 提供者:wk
  1. numberocr1

    0下载:
  2. 用于number 识别的OCR程序,识别率80 左右,速度较快。-OCR program for number recognition, the recognition rate about 80 faster.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:93587
    • 提供者:maji
  1. lsd_oldversion

    0下载:
  2. 最新的快速直线检测算法,速度比哈夫变换快且准。-The latest rapid linear detection algorithm, the speed change fast and quasi-Bi Hafu.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:281256
    • 提供者:heping
  1. facedetcetion-tracking

    0下载:
  2. VC环境下实现人脸检测与跟踪 功能完善 速度较快-Face VC environment to achieve improved detection and tracking speed
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:468550
    • 提供者:seulk
  1. Snake_plus

    0下载:
  2. 用OPENCV实现的活动轮廓提取,速度较快,对于简单物体轮廓提取效果良好-OPENCV achieved with active contour extraction, faster, for the simple contour extraction well
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:42222
    • 提供者:幸福
  1. lle

    0下载:
  2. 基于流形的lle(局部线性嵌入)算法。 可以设置领域大小,计算速度较快。-Based on manifold lle (Locally Linear Embedding) algorithm. Field size can be set to calculate faster.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1139
    • 提供者:陈普登
  1. Particle-swarm-optimization

    0下载:
  2. 微粒群优化算法(Particle Swarm Optimization,PSO算法)源于鸟群和鱼群群体运 动行为的研究,是一种新的群体智能优化算法,是演化计算领域中的一个新的分支。它 的主要特点是原理简单、参数少、收敛速度较快,所需领域知识少。该算法的出现引起 了学者们极大的关注,已在函数优化、神经网络训练、组合优化、机器人路径规划等领 域获得了广泛应用,并取得了较好的效果。尽管粒子群优化算法发展近十年,但无论是 理论分析还是实践应用都尚未成熟,有大量的问题值得研究。 -
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:601984
    • 提供者:
  1. gaussianblur

    0下载:
  2. 实现了高斯模糊,用模板实现,在程序中包含头文件后直接使用即可,速度还挺快,比我自己写的快了不止一个数量级,使用时TGaussianBlur<double>BlurFilter BlurFilter.Filter(pImage,NULL,512,512,13)详情请看http://www.librow.com/articles/article-9感谢该文作者的贡献-Implements a Gaussian blur, with the templates, include th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2676
    • 提供者:
  1. faster

    0下载:
  2. 实现FAST-ER算法,效率更高,速度更快,对角点检测有兴趣的同学可以参考一下-FAST-ER algorithm to achieve more efficient, faster, on the corner detection Interested students can refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:3017943
    • 提供者:quying
  1. detectionPP

    0下载:
  2. canny的改进算法,速度更快,算法更加高效!-improved canny algorithm, faster, more efficient algorithm!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3578
    • 提供者:lee
  1. sobel

    0下载:
  2. sobel算法的c语言实现!!!速度较快-sobel algorithm c language! ! ! Faster
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:723
    • 提供者:易寒
  1. xiaobobianyuanjiance

    0下载:
  2. 这是小波边缘检测的算法,与传统的相比,此算法速度较快,提取边界清晰完成-This is a wavelet edge detection algorithm, compared to a traditional one, this algorithm is faster, extraction of the border clear finish
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1236
    • 提供者:薛菲菲
  1. image

    0下载:
  2. 这是一个用visual basic 6.0工具开发的,速度超快的顶级彩色图片转灰度图片的源码。-Image to Gray color
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:295506
    • 提供者:hjm
  1. FaceinImage

    0下载:
  2. 基本的图像处理程序。通过肤色模型在肤色空间的转化实现,在背景简单的图片中效果比较好,速度较快。模板扮演着很重要的作用。-Basic image processing program. To achieve through the skin color model in the color space conversion, results were better in the simple picture in the background, faster.The template plays
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2446109
    • 提供者:houlvlin
« 1 2 ... 7 8 9 10 11 1213 14 15 »
搜珍网 www.dssz.com