CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - 不变

搜索资源列表

  1. HuMoments

    0下载:
  2. Hu 不变矩算法实现 基于opencv-Hu invariant moment algorithm based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:8.46kb
    • 提供者:wuhaiyu
  1. main.cpp

    1下载:
  2. 利用opencv求解不变矩的演示程序 并进行图片分类 效果不错-Opencv solving the same moment the use of the demonstration program
  3. 所属分类:OpenCV

    • 发布日期:2012-11-03
    • 文件大小:3.41kb
    • 提供者:ysjdx
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1.2kb
    • 提供者:
  1. HU.cpp.tar

    0下载:
  2. 利用opencv求解hu不变矩 得到的效果不错-cal the hu
  3. 所属分类:OpenCV

    • 发布日期:2017-04-05
    • 文件大小:1.33kb
    • 提供者:ysjdx
  1. mfc

    0下载:
  2. 利用opencv求不变矩,进而进行图像区分的演示程序-Using opencv seeking the same moment, and then the images to distinguish the demonstration program
  3. 所属分类:OpenCV

    • 发布日期:2017-04-07
    • 文件大小:522.61kb
    • 提供者:ysjdx
  1. mt

    0下载:
  2. 用opencv和c语言实现的不变矩计算,这里使用的是最原始的做法-Opencv and c language the moment invariants calculation used here is the most primitive
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:801byte
    • 提供者:
  1. SIFT_VC

    0下载:
  2. 根据linderburg的尺度空间理论提取了尺度不变特征,包含图片,能够运行。-Extracted under linderburg scale space theory scale invariant feature, including pictures, be able to run.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1.33mb
    • 提供者:黄少
  1. bubianjumfc

    0下载:
  2. 不变矩测量的程序 mfc集成 需要配置opencv 效果还可以 -Moment invariant measurement procedures MFC integrated need to configure opencv The effect can also be
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:4.7mb
    • 提供者:sifeng
  1. HandDetectionAndRecognition

    1下载:
  2. 本算法实现了基于手部颜色和手形的静态手势的检测和识别,特色有两点:(1)排除了面部区域后进行肤色检测(2)在手部候选区域分别提取轮廓,并求出Hu不变矩,将其与模板进行比较,排除类手形区域,进一步识别是何种手势-hand gestures detection and recognition based on skin colors and hand shapes
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:12.03mb
    • 提供者:ben
  1. opencvHU

    0下载:
  2. opencv下提取HU不变矩,程序正确,可用-the opencv extraction HU invariant moments
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:4.69mb
    • 提供者:gaby
  1. cx

    0下载:
  2. SIFT(即尺度不变特征变换)算法其中一个必要的程序代码-The SIFT algorithm wherein a necessary program
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:4.82kb
    • 提供者:yjh
  1. MatchShapes

    0下载:
  2. 基于七个不变矩的图像匹配算法 能够识别具有一定相似度的图像-a image matching method
  3. 所属分类:OpenCV

    • 发布日期:2017-11-07
    • 文件大小:744byte
    • 提供者:
  1. hu-moments

    0下载:
  2. 7个不变矩的C++程序,使用opencv,方便简单,便于运行。-Seven invariant moments C++ program, using opencv, convenient and simple, easy operation.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:6.17kb
    • 提供者:liuhao
  1. homework

    0下载:
  2. 该程序是利用vs2010平台编程,用以图像处理中测量七个Hu不变距。-The program is the use vs2010 platform programming for image processing measuring seven Hu invariant distance.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1.74kb
    • 提供者:杨涛
  1. robwhess-opensift

    0下载:
  2. 基于局部不变特征的图像匹配。利用SIFT算法实现局部特征的检测与提取,再用RANSAC算法筛选特征点,提高正确的匹配率。-Based image matching local invariant features. Use SIFT algorithm to detect and local feature extraction, and then filtering feature points RANSAC algorithm to improve the correct match rat
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:128.02kb
    • 提供者:朱迪
  1. vehicle-classfication

    0下载:
  2. 正确的程序,求图像不变矩,根据匹配度进行分类-Correct procedures for image invariant moments, classified according to the degree of match
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7.08mb
    • 提供者:twh
  1. rectangle

    0下载:
  2. 画矩形。点击鼠标左键并移动,松开后矩形保持不变,再点击矩形消失。-Draw the rectangle. Click the left mouse button and move, loosen the rectangular remains the same, after clicking the rectangle disappears.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-12
    • 文件大小:816byte
    • 提供者:maily
  1. imageMosaicsTest

    2下载:
  2. 基于opencv的尺度,旋转不变模板匹配-Opencv-based scale, rotation invariant template matching
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:2.78kb
    • 提供者:郑侠武
  1. SIFT

    0下载:
  2. SIFT,即尺度不变特征转换(Scale-invariant feature transform,SIFT)-Scale-invariant feature transform,SIFT
  3. 所属分类:OpenCV

    • 发布日期:2017-06-17
    • 文件大小:25.63mb
    • 提供者:陈希
  1. Emvisi2-master

    0下载:
  2. 跟踪算法代码,背景不变跟踪,opencv-Tracking algorithm code, change the background track, opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-06-15
    • 文件大小:21.76mb
    • 提供者:sunli
« 12 »
搜珍网 www.dssz.com