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

搜索资源列表

  1. 文字识别程序

    0下载:
  2. 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:330.6kb
    • 提供者:远超
  1. dynzoom

    0下载:
  2. This application, built in VB using MapObjects, allows the user to zoom in, zoom out and pan using only the mouse. The pan is a dynamic pan just push the mouse in the direction you would like to pan.-This application, built in VB using MapObje
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:3.97mb
    • 提供者:dul
  1. OpenGL实现三维绘图

    2下载:
  2. OpenGL实现三维绘图 在VC中实现三维交汇图系统演示,主窗口是可以旋转的三维立体坐标系,还可以观察到在x,y,z方向上的投影。-OpenGL 3D graphics in the VC 3D map convergence demonstration, the main window is rotating three-dimensional coordinate system, also can be observed in the x, y, z direction of the pro
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:532.83kb
    • 提供者:黄应
  1. 硕士博士论文全文

    0下载:
  2. 包含三篇硕士博士论文全文。都是针对三维数据重建方向的,对做此课题者有很好的参考价值。-includes three master's doctoral dissertation by. Three-dimensional data are directed at the reconstruction of the direction of this issue do have a good reference value.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5.69mb
    • 提供者:孔维武
  1. le10

    0下载:
  2. 应用VC++6.0制作3D实现的用键盘方向键在屋子里移动,并可以控制纹理的小程序-VC 6.0 Application to achieve the production of 3D direction of the keyboard keys in the room mobile, and can control the texture of small programs
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5.02kb
    • 提供者:陈思
  1. 计算机图形学——立方体旋转

    0下载:
  2. 计算机图形学——立方体旋转,有三个旋转方向,用数轴控制.-computer graphics -- rotating cube, three rotary direction, and only a few axes.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:76.82kb
    • 提供者:ll
  1. 图像的缩放和扭曲

    0下载:
  2. 图像的缩放与扭曲:包括将图像按照任意程度缩放(Scale),以及将图像进行按某个轴对称方向进行扭曲(Warp)。-image scaling and distortion include : image with arbitrary degree of scalability (Scale). and to a certain image by axisymmetric distorted direction (Warp).
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.4mb
    • 提供者:李向
  1. contourlet_toolbox123

    1下载:
  2. 第二代小波变换-----脊波变换工具箱,有多分辨力和方向选择性,由著名Member, IEEE, Minh N. Do编写。 -second generation wavelet transform ----- ridge wavelet transform Toolbox, a number resolution and direction selectivity, eminent Member, IEEE, Do Minh N. prepared.
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:1.51mb
    • 提供者:郭大波
  1. fliter.rar

    0下载:
  2. 该程序的功能是分别对两幅图像进行方向滤波和同态滤波,从而改善图像性能。,The program s function is two images, respectively, the direction of filtering and homomorphic filtering to improve image performance.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:338.65kb
    • 提供者:晏珏
  1. bian_yuan_te_zheng_ti_qu

    0下载:
  2. 边缘方向直方图matlab程序,直方图为提取8个方向的的统计概率-Edge direction histogram matlab program, the histogram for the extraction of eight directions of the statistical probability
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:938byte
    • 提供者:yijing
  1. 12

    0下载:
  2. 通过高斯函数导数检测图像边缘,实质是方向可调小波变换检测图像边缘(8个方向变换)。-Gaussian function through derivative edge detection in real terms is adjustable direction edge detection wavelet transform (change the direction of 8).
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:252.81kb
    • 提供者:qht
  1. sobel8

    1下载:
  2. 8方向的sobel边缘提取算法,自己用VC编的-8 direction sobel edge detection algorithm, itself compiled with VC
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.7mb
    • 提供者:forlans
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:180.7kb
    • 提供者:hanyantao
  1. EdgeDirectionHistogram

    0下载:
  2. Extracting edge direction histogram features from images. Implement by java.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:3.02kb
    • 提供者:呂維
  1. gradient-direction-matching

    0下载:
  2. 基于梯度方向的图像匹配,该算法提取梯度信息,使算法达到好的性能。-Image matching based on gradient direction, the gradient information extraction algorithm, the algorithm to achieve good performance.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:313.46kb
    • 提供者:包军
  1. test

    0下载:
  2. 指纹图像处理包括梯度处理、方向场处理、平滑处理、智能增强处理等-The fingerprint image processing including gradient processing, direction field processing, smooth processing and intelligent enhancement processing, etc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:972byte
    • 提供者:刘能
  1. Edge-direction-histogram-

    0下载:
  2. Edge direction histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.93kb
    • 提供者:赵方
  1. labeling-lenth-and-direction

    1下载:
  2. 在直线的两边标注其方向和长度.lisp源码,在cad命令行打appload加载即可使用。实现智能标高-labeling direction and lenth of a line
  3. 所属分类:CAD

    • 发布日期:
    • 文件大小:703byte
    • 提供者:高铭暄
  1. VTK-get-image-direction-cosine

    0下载:
  2. 利用VTK获得图像的方向余弦值,从而得到图像的旋转变换矩阵。-Use VTK get direction cosine of the image, resulting in rotational transformation matrix image.
  3. 所属分类:VTK

    • 发布日期:2017-05-04
    • 文件大小:11.97kb
    • 提供者:fanyangyang
  1. main direction of rotation

    0下载:
  2. SIFT中matlab版本的主方向旋转程序(The main direction of rotation program version of MATLAB in SIFT)
  3. 所属分类:图形图像处理

« 12 3 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com