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

资源列表

« 1 2 ... .48 .49 .50 .51 .52 14653.54 .55 .56 .57 .58 ... 16766 »
  1. CvvImage

    0下载:
  2. opencv在mfc中显示图片,将图片贴到mfc的控件中。-opencv and mfc show image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:2.94kb
    • 提供者:beifengche
  1. Untitled6

    0下载:
  2. 先对图像进行滤波,采用均匀性度量法进行图像阈值分割-First image filtering, image threshold segmentation method using uniform metrics
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:597byte
    • 提供者:孙小明
  1. bilateral-filtering-PolSAR

    0下载:
  2. 在matlab上编写的用于极化SAR灰度图像双边滤波的函数-Written on matlab function for polarimetric SAR bilateral filtering of grayscale images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1kb
    • 提供者:张自强
  1. zhilvbo

    1下载:
  2. 用matlab编写的用于中值和均值滤波的算法程序-Prepared using matlab algorithm program for the median and mean filtering
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-24
    • 文件大小:615byte
    • 提供者:张自强
  1. Vehicle-navigation-system

    0下载:
  2. 车辆定位导航系统,实现对汽车的导航,是智能交通系统必不可少的组成部分。-Vehicle positioning navigation system, car navigation, intelligent transportation system is an integral part.
  3. 所属分类:GIS program

    • 发布日期:2017-04-30
    • 文件大小:38.3kb
    • 提供者:小凌儿
  1. GVF_snake-Cpp

    0下载:
  2. 这是用matlab编写的边缘检测算法GVF-Snack模型算法的程序-This is an edge detection algorithm using matlab GVF-Snack model algorithm procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:562.43kb
    • 提供者:张自强
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: 好的检测- 算法能够尽可能多地标识出图像中的实际边缘。 好的定位- 标识出的边缘要尽可能与实际图像中的实际边缘尽可能接近。 最小响应- 图像中的边缘只能标识一次,并且可能存在的图像噪声不应标识为边缘。-Canny goal is to find an optimal edge detection algorithm, the optimal edge detection means: Good test- a
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:12.35kb
    • 提供者:ZHENGJINGRANG
  1. harris

    0下载:
  2. 该算法是基于像素领域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。角点的精度与圆形模板大小无关,圆形模板越大,检测的角点数越多,则计算量也越大,本文圆形模板包含37个元素,该近似圆形模板-The algorithm is based on pixel art consists of several elements approximation circular template for each p
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:11.22kb
    • 提供者:ZHENGJINGRANG
  1. Background-difference-method

    0下载:
  2. 背景差分法是采用图像序列中的当前帧和背景参考模型比较来检测运动物体的一种方法,其性能依赖于所使用的背景建模技术。背景差分法检测运动目标速度快,检测准确,易于实现,其关键是背景图像的获取。在实际应用中,静止背景是不易直接获得的,同时,由于背景图像的动态变化,需要通过视频序列的帧间信息来估计和恢复背景,即背景重建,所以要选择性的更新背景。-Background difference method is the use of images in the sequence of the current
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:166.59kb
    • 提供者:ZHENGJINGRANG
  1. Optical-flow

    0下载:
  2. 光流是一种简单实用的图像运动的表达方式,通常定义为一个图像序列中的图像亮度模式的表观运动,即空间物体表面上的点的运动速度在视觉传感器的成像平面上的表达。-Optical Flow is a simple and practical expression of motion pictures, generally defined as the apparent motion a sequence of images in an image brightness mode, ie velocity
  3. 所属分类:OpenCV

    • 发布日期:2017-05-01
    • 文件大小:15.12kb
    • 提供者:ZHENGJINGRANG
  1. Inter-frame-difference-method

    0下载:
  2. 帧间差分法是一种通过对视频图像序列中相邻两帧作差分运算来获得运动目标轮廓的方法,它可以很好地适用于存在多个运动目标和摄像机移动的情况。 -Frame difference method is a sequence of video images through the adjacent two for differential operation to obtain moving object contour method, which can be well applied to the
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:12.52kb
    • 提供者:ZHENGJINGRANG
  1. meanshift

    0下载:
  2. 一般是指一个迭代的步骤,即先算出当前点的偏移均值,然后以此为新的起始点,继续移动,直到满足一定的结束条件。-Generally refers to an iterative step, which is to offset the calculated mean of the current point, and then as a new starting point, continue to move until the end of the meet certain conditions.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:17.11kb
    • 提供者:ZHENGJINGRANG
« 1 2 ... .48 .49 .50 .51 .52 14653.54 .55 .56 .57 .58 ... 16766 »
搜珍网 www.dssz.com