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

搜索资源列表

  1. ImageCount

    0下载:
  2. 对象计算,使用图象处理技术对图象上的药品,颗粒等物体进行分类-object computing, the use of image processing technology to image the drugs, such as particle classification of objects
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:147312
    • 提供者:yms
  1. zoemm.rar

    0下载:
  2. 用BP网络对遥感图像进行自动分类,并统计各地物的面积,BP network used for automatic classification of remote sensing images, and objects around the area of statistics
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:705017
    • 提供者:周妍
  1. Classify

    0下载:
  2. 图像识别算法。对图像中不同的对象进行分类识别。如三角开,四边形,五边形等。-Image recognition algorithm. The image objects of different classification. Such as the triangle open, quadrilateral, pentagon and so on.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1293
    • 提供者:zhaopan
  1. gsnake.tar

    0下载:
  2. GSNAKE API provides tools for contour modeling, extraction, detection and classification, based on generalized active contour model (g-snake). GSNAKE consists of a set of objects built in C++, suitable for use in the area of feature extraction, chara
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:2976256
    • 提供者:wzq
  1. moshishibie

    0下载:
  2. 模式识别是以应用为基础,目的是将图像进行分类。这些对象与应用领域有关,可以是图像、波形或者任何可测量且需要分类的对象。虹膜识别即为模式识别的一个主要应用,一个自动虹膜识别系统包含硬件和软件两大模块,虹膜图像获取装置和虹膜识别算法,分别对应于图像获取和模式匹配这两个基本问题。-Pattern recognition is based on the application purpose is to image classification. Related to the field with th
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3833354
    • 提供者:洪雅玲
  1. HOG

    0下载:
  2. 为了准确地对监控场景中的运动目标进行语义上的分类, 提出了一种基于聚类的核主成分分析梯度方向直方图和二叉决策树支持向量机的运动目标分类算法.利用背景减法提取运动目标前景区域, 并识别出潜在候选运动目标.利 用提出的基于聚类的核主成分分析的梯度直方图描述子提取候选运动目标的特征, 以较低维数的数据有效地描述运动目标的有效特征. 将提取的运动目标特征输入二叉决策树支持向量机, 实现多类目标的准确分类. 通过在不同视频序列上的实验验证, 提出的算法对运动目标进行较好地分类, 而且在运算速度方面较传
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:272368
    • 提供者:高峰
  1. human-detection_0.1_src_2011-02-10_Idiap_shared(1

    0下载:
  2. This system consists of human detection, human tracking and false object detection. The human detection utilizes the background subtraction to segment the blob and use codebook to classify human being from other objects. The optimal design
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6532563
    • 提供者:ahmed
  1. CellShapeClassifier

    0下载:
  2. 细胞分类器 pami的论文实现,不错的代码-Cells were segmented using a custom-made image processing pipeline. The segmentation pipeline was implemented in order to distinguish cells from the background. The segmentation pipeline is composed of standard image-processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:6016
    • 提供者:LiMingTian
  1. Classification-with-wt

    0下载:
  2. 通过小波变换对少量样本进行特征提取,达到识别同类物体的效果。-Of a small sample of feature extraction by wavelet transform, to achieve the effect of the recognition of similar objects.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-16
    • 文件大小:78780
    • 提供者:
  1. ColorID2D

    0下载:
  2. [原创]这是一个使用Direct2D编写的分类动画演示程序,你可以通过按下键盘数字键的1-9来产生9种不同的目标,然后这些目标会自动移动到归类的位置,过多的物体还会在新物体到来时自动移除。适合做一些分类检测算法的界面。注意:Direct2D无法在XP下运行。-[Original] This is a free animation program written using Direct2D, you can press the keyboard number keys 1-9 to genera
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:75727
    • 提供者:nahcooo
  1. HOG-SVM

    0下载:
  2. 基于opencv实现利用HOG+SVM进行物体分类-Classification of objects using HOG+SVM based on OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-11-08
    • 文件大小:6084088
    • 提供者:李永佳
  1. CascadeClassifierTest

    0下载:
  2. cascade算法的visual studio实现,用于物体分类。-using cascade algorithm to classification objects.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-09
    • 文件大小:16352244
    • 提供者:Andy
  1. DetectEyes

    0下载:
  2. 运用C++检测人眼, 2)用opencv中检测人脸、眼睛、嘴巴等都是用的CascadeClassifier分类器,具体使用时可以使用C的函数,也可以使用opencv中使用C++封装好的类。下面是它们检测目标时的函数形式(从opencv官网复制的) C: CvSeq* cvHaarDetectObjects(const CvArr* image, CvHaarClassifierCascade* cascade, CvMemStorage* storage, double scal
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2655612
    • 提供者:刘卓
  1. SAMunsuperviesed

    0下载:
  2. 关于支持向量机的非监督分类方法。利用波段特征度图片进行处理,并最终识别并分类图像中的物品-Unsupervised classification method on support vector machine. The use of the band characteristics of image processing, and ultimately identify and classify objects in the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3613
    • 提供者:郭彤
  1. novelty_detection_gmm

    0下载:
  2. 使用holcon基于高斯混合模型对网格的异常检测-This example program shows you how to use the GMM classifier for novelty detection to perform a web inspection task. To perform the novelty detection, * all pixels belonging to the single trained class are computed, and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2901
    • 提供者:ZhangCJ
  1. sigma点的代码

    0下载:
  2. 基于分割的局部Sigma语义特征点,是对场景中的语义目标进行建模。先在传统的图像分割基础上,分割出场景的前景目标,再结合像素位置、颜色、Gabor特征和LBP特征[构造出表征目标语义信息的协方差描述子,最后将其转换成欧式空间下的Sigma点特征,适用于标准SVM的场景学习和分类。(The segmentation based local Sigma semantic feature points are modeling the semantic objects in the scene. In
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:60416
    • 提供者:delphi_zmy
搜珍网 www.dssz.com