CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - texture feature

搜索资源列表

  1. simpleCubemapTexture

    0下载:
  2. Simple Cubemap Texture Simple example that demonstrates how to use a new CUDA 4.1 feature to support cubemap Textures in CUDA C.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:1178934
    • 提供者:201220122012
  1. wave

    1下载:
  2. 基于非下采样小波变换的纹理图像特征提取程序-The sampling based on the wavelet transform of texture image feature extraction
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:3447
    • 提供者:魏魏
  1. featureextraction

    0下载:
  2. 特征提取提取了图像中各个标记区域的纹理特征及形状特征-Feature extraction to extract texture features and shape features of each labeled region in the image
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2305
    • 提供者:谢杰
  1. Sphere

    0下载:
  2. 地球仪-3D渲染引擎。增加了贴图功能,实现了一个旋转的地球仪,请把纹理图片放在./textures文件夹下,双击“地球”切换纹理图片。-Allow phonetic typing Globe-3D rendering engine. Mapping feature, a rotating globe, please put the texture image./Textures. Folder, double-click the "Planet Earth" switching textur
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-03
    • 文件大小:369405
    • 提供者:sunjunyu
  1. FiberWavelets

    0下载:
  2. 本系统的功能实现了纤维纹理识别和特征提取,将提取的纤维纹理进行了3次的小波变换。-The realization of the function of the system for fiber texture identification and feature extraction, will extract fiber texture for 3 times of wavelet transform.
  3. 所属分类:Wavelet

    • 发布日期:2017-05-19
    • 文件大小:5412107
    • 提供者:古稀
  1. gabor

    0下载:
  2. gabor滤波实例,具有纹理分析和特征提取,可用于后期处理-gabor filtering instance, has a texture analysis and feature extraction can be used for post-processing
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:340419
    • 提供者:jian
  1. Tcurvelet_feah

    0下载:
  2. 该源码可以实现对彩色或灰度图像的曲波(Curvelet)特特征的提取,以便后续做纹理图像分割。,已通过测试。 -The source code can achieve on color or grayscale images the Curvelet (of Curvelet) special feature extraction, in order to follow-up to do texture segmentation. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:3618
    • 提供者:xiairejin
  1. glcm

    0下载:
  2. 基于灰度共生矩阵glcm纹理特征的SAR图像特征提取,图像分割-SAR image feature extraction , image segmentation based on the glcm texture features
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:989996
    • 提供者:郁杉妮
  1. WignerVille2014

    0下载:
  2. 本文将小波图像分解和信息熵特征提取相结合,提出一种新的掌纹特征提取算法。该算法首先对掌纹灰度图像进行二维小波分解,再利用多分辨信息熵分别计算不同尺度下的能谱熵作为特征向量,从而实现掌纹特征提取。该算法不但避免了图像增强和纹理细化等预处理过程,而且运用多分辨信息熵的自适应计算方法来调节分解级数,使得到的特征向量长度远小于传统算法。-In this paper, wavelet image decomposition and information entropy feature extractio
  3. 所属分类:software engineering

    • 发布日期:2017-11-12
    • 文件大小:8444282
    • 提供者:wei
  1. Marx20110509

    0下载:
  2. 本文将小波图像分解和信息熵特征提取相结合,提出一种新的掌纹特征提取算法。该算法首先对掌纹灰度图像进行二维小波分解,再利用多分辨信息熵分别计算不同尺度下的能谱熵作为特征向量,从而实现掌纹特征提取。该算法不但避免了图像增强和纹理细化等预处理过程,而且运用多分辨信息熵的自适应计算方法来调节分解级数,使得到的特征向量长度远小于传统算法。-In this paper, wavelet image decomposition and information entropy feature extractio
  3. 所属分类:software engineering

    • 发布日期:2017-11-18
    • 文件大小:1056738
    • 提供者:wei
  1. license-plate-recognition

    1下载:
  2. 本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:6965
    • 提供者:埃米尔
  1. cvgabor

    0下载:
  2. 用VC实现的Gabor纹理提取器,注释清楚,是一个很经典的Gabor处理,可以多角度多尺度提取Gabor特征-Gabor texture extractor with VC, comments, is a classic Gabor processing can multi-angle multi-scale extraction Gabor feature
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:5825
    • 提供者:张组织
  1. matlab-code-based-image-retrieval

    1下载:
  2. 基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram Texture characteristics of si
  3. 所属分类:Other systems

    • 发布日期:2017-11-01
    • 文件大小:165335
    • 提供者:EmilyFu
  1. Skeleton-pruning

    0下载:
  2. 这是谷歌特征点提取,可以提取到图像的轮廓,特征点及内部的纹理线,共同描述一幅图像-This is Google feature point extraction, can be extracted into the outline of the image, the texture of the feature points and the internal lines, common to describe an image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:86207
    • 提供者:王玉影
  1. AreaSelect.C

    0下载:
  2. 用C语言实现区域增长,区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。-Regional growth, regional growth is a very important image segmentation method using the C language. It refers to starting from
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:2351
    • 提供者:yangyang
  1. bijishibie

    0下载:
  2. 基于纹理分析笔迹鉴别系统的设计与实现,文中从笔迹图像预处理、特征提取、分类器以及分类器组合等方而展开研究,设计和实现了一个基于文本独立的离线手写体笔迹鉴别系统软件.-Design and Implementation of the writer identification system based on texture analysis, the paper from the handwriting image preprocessing, feature extraction, classi
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:973165
    • 提供者:Chris
  1. amfm

    0下载:
  2. 基于AM-FM纹理模型的图像特征提取方法研究-AM-FM texture model-based image feature extraction method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:622881
    • 提供者:俞滨
  1. efinger

    0下载:
  2. 完整的VC指纹识别源代码 这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-VC fingerprint recognition source code is a complete fingerprint recognition program, which includes a histogram equalization, Gabor filter imag
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-13
    • 文件大小:3632603
    • 提供者:黄海源
  1. FFCM--all

    0下载:
  2. 用FCM 对自然图像 sar图像以及纹理图像进行快速分割 ,用一维和二维直方图分别对图像进行特征映射 从而快速的对图像进行分割 包含结果截图-By FCM sar image of natural images quickly and texture image segmentation, with one-dimensional and two-dimensional histogram of the image feature maps were so fast image segmenta
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:29097735
    • 提供者:小丹丹
  1. josTexImgRetr

    0下载:
  2. 基于纹理谱描述子的图像检索参考书籍,应用于图像检索,与Gabor纹理特征相比较,该纹理谱描述子特征提取速度快,检索准确率高-Spectrum descr iptor based on the texture image retrieval, applied to image retrieval, and Gabor texture features compared to the texture spectrum descr iptor feature extraction speed, hig
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:760129
    • 提供者:吴昭
« 1 2 ... 40 41 42 43 44 4546 47 48 »
搜珍网 www.dssz.com