搜索资源列表

  1. DImageProcessing

    0下载:
  2. 学习图像处理的好例子,包括常见的图像处理代码:点运算(图像反色、线性变换,灰度均衡等),几何变换(缩放、平移、镜像等等) 正交变换(付立叶、离散余弦变换等) 图像增强(图像平滑、中值滤波等) 形态学变换、边缘与轮廓、图像分析、图像复原、图像编码、角点检测等 -Learning a good example of image processing, including the common image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2039808
    • 提供者:chenjianping
  1. corner

    0下载:
  2. 角点检测程序(需要opencv库的支持)-Corner detection process (the need to support the opencv library)
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:264192
    • 提供者:
  1. HarrisCorner

    0下载:
  2. harris角点检测算法代码,可以检测图像中的角点并在图像上显示出角点位置,采用VC实现,编译后可以直接运行。-harris corner detection algorithm code, can detect images in the corner and shown in the image on the corner position, the realization of the use of VC, the compile
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:64512
    • 提供者:sdfsdf
  1. Harris

    0下载:
  2. 构建了一种新的Harris多尺度角点检测算法,角点的图像配准算法的配准精度-Construction of a new multi-scale Harris corner detection algorithm, corner of the image registration algorithm for registration accuracy
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:范一峰
  1. code

    0下载:
  2. 角点检测程序源码,使用的是HARRIS角点提取方法,效果很好。-Corner detection program source code, using extraction methods HARRIS corner, very good.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:vimone
  1. Harris-Corner

    0下载:
  2. harris角点检测算法的实现,做特征跟踪方面的人可以借鉴-harris corner detection algorithm, feature tracking to do side can learn from
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3761152
    • 提供者:lina
  1. susan

    0下载:
  2. 基于susan算法的角点检测程序,susan算法也是一个很出色的算法,有的效果甚至比harris还好-Susan algorithm based on corner detection procedures, susan algorithm is also a very good algorithm, and some effect even better than the harris
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1525760
    • 提供者:lina
  1. cornerdetection

    0下载:
  2. 用于摄像机标定的Harris角点检测代码。可以达到亚像素精度。压缩包内附说明文档。-For camera calibration of the Harris corner detection code. Can achieve sub-pixel accuracy. Compressed packet containing documentation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:491520
    • 提供者:张雪波
  1. harris

    0下载:
  2. 在给大家上传一个MATLAB角点检测的程序,希望对大家有用,-To the U.S. to upload a MATLAB corner detection procedures, in the hope that useful to everybody,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:刘萱
  1. facedetect

    0下载:
  2. VC与opencv环境下实现人脸角点检测与运动跟踪,效果蛮不错的-VC environment and realize opencv face corner detection and motion tracking, the effect pretty good
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-10
    • 文件大小:3957760
    • 提供者:王月领
  1. cornerdetect

    0下载:
  2. 较为经典的角点检测算法,在Opencv编译环境下实现,较为理想-More classic corner detection algorithm, in the compiler environment Opencv realize more ideal
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:1341440
    • 提供者:王月领
  1. susan_detect_corner

    0下载:
  2. susan实现图像的角点检测,调用的详细说明在源代码内有注释.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:wg
  1. zipSUSAN

    0下载:
  2. 一个好用的角点检测程序,精度比较高 很好使-A useful corner detection procedures, the accuracy is relatively high so that good
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:特区
  1. HarrisCorner

    0下载:
  2. 基于VC6.0开发的单板的摄象机标定及角点检测,还包括HARRIS角点检测及软件使用说明.-VC6.0 developed based on the veneer of camera calibration and corner detection, but also HARRIS corner detection and software for use.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:181248
    • 提供者:robin
  1. 22219011211120071115164509189959

    0下载:
  2. SUSAN算子用于角点检测的基本步骤: 1) 对于感兴趣的每个象素点(一般的情况就是图像中的每个象素点)作用一圆模板; 2) 根据亮度比较函数计算圆模板中的USAN区域; 3) 根据几何阈值,计算象素点的初始响应; 4) 使用USAN重心与核中心的距离法则去除伪角点,使用USAN重心与核中心的连线上的每个点都必须在USAN区域来保证算法的一致性(即USAN区域的相连性) 5) 对每个象素点的响应,使用 (或更大)的窗口搜索局部极大值,进
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:4109312
    • 提供者:张妙言
  1. susan_matlab

    0下载:
  2. 用matlab编写的SUSAN角点检测程序-Matlab prepared using SUSAN corner detection procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:袁红星
  1. jiaodianjiance

    0下载:
  2. 用matlab编写的harris角点检测与匹配程序,适用于matlab图像处理与编程-Matlab prepared with harris corner detection and matching procedures, applicable to matlab image processing and programming
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:
  1. 0414jiaodian

    0下载:
  2. harris角点检测与匹配程序,用MATLAB编程,适用与图像处理编程-harris corner detection and matching procedures, using MATLAB programming, application programming and image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:lonfan
  1. HarrisCorner

    0下载:
  2. harris角点检测的源码。也是基于mfc平台,能够立即使用,当然也可以把算法提取出来,很实用。-harris corner detection of the source. Mfc-based platform is also able to immediately use, of course, the algorithm can also be extracted, it is practical.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3744768
    • 提供者:Richard Chang
  1. harris

    0下载:
  2. harris 角点检测的算法,检测角点的效果很好的,有图像-harris corner detection algorithm to detect the effect of corner good, there are images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:595968
    • 提供者:zhuchuanwei
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org