CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 图像点

搜索资源列表

  1. llkwg

    0下载:
  2. QQ游戏连连看源代码,VC6下实现,依靠图像识别和模拟鼠标点击-QQ Lianliankan game source code, VC6 achieve, relying on image recognition and simulation of mouse click
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:33.67kb
    • 提供者:无名氏
  1. Render

    1下载:
  2. VB+MO实现对地图图层的渲染,包括标注渲染,点密度渲染,按值渲染,分类渲染,组渲染。并实现图像的关联。-VB+ MO achieve rendering of map layers, including the mark rendering, point density rendering, according to the value of rendering, classification rendering, rendering group. And the associated ima
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-21
    • 文件大小:5.91mb
    • 提供者:metyoo
  1. GetPixel

    1下载:
  2. 获得图像某点的像素值,该程序比较简单易懂,适合初学者-A point to obtain the image pixel values, the program is relatively simple to understand for beginners
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1.93mb
    • 提供者:kitty
  1. opencv

    1下载:
  2. 一个不错的基于Opencv与VC环境的视频采集图像滤波与角点检测运动跟踪的vc程序.可以实现opencv图像滤波,opencv人脸角点检测,opencv运动跟踪程序-opencv
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:237.49kb
    • 提供者:hou
  1. 41695086jiaodiaoMatch

    0下载:
  2. 适用vc6.0开发的,基于角点的图像匹配程序。-For vc6.0, corner-based image matching.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:721.81kb
    • 提供者:haizi
  1. ColorPickDemo

    0下载:
  2. 采用VC++6.0编写程序,主要功能是提取并显示鼠标所在图像点的颜色。-Programming using VC++ 6.0, the main function is to extract and display the color of the mouse where the image points.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:115kb
    • 提供者:bb
  1. PSF_CODE

    0下载:
  2. 运动图像点扩散函数psf,用于数字图像模糊估计计算的-Point spread function of the movement of PSF, used in digital image fuzzy estimate calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1.61mb
    • 提供者:xiongweisun
  1. Moravec

    0下载:
  2. 作用是提取图像角点,用于图像特征匹配的算法。Moravec为经典算子了。(Extracting image corner points for image feature matching algorithm.)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:5.16mb
    • 提供者:huang918819
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1.94mb
    • 提供者:赵嘉慧
  1. otsuthresh

    0下载:
  2. 全局阈值处理方法对单色图像进行分割,我们从适合检测不连续亮度的方法开始,比如点、线、边缘为大家介绍使用Otsu's方法的最佳全局阈值处理。(Global threshold processing method for monochrome image segmentation, we start with suitable for detecting method of discontinuous brightness, such as dot, line, edge to introduce
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:4kb
    • 提供者:木木0908
  1. 1.5 角点特征检测

    0下载:
  2. 用于图像检测,视频图像处理技术等。文件中有详细编码,执行即可。(For image detection, video image processing technology. File in a detailed code, the implementation can be.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:147kb
    • 提供者:新视野
  1. C#提取特征点并进行图像匹配

    2下载:
  2. 建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points are output)
  3. 所属分类:其他

  1. Harris特征点检测

    0下载:
  2. 本程序成功的实现了对于给定图像的Harris角点检测,效果良好。(Harris corner detection)
  3. 所属分类:其他

  1. 基于双重弯曲度积的图像拐点检测

    0下载:
  2. 基于matlab平台的二值化图像拐点以及突变点的处理(Inflection point and mutation point processing of two valued image based on MATLAB platform)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:362kb
    • 提供者:麦田韬鹰
  1. MoravecPoint

    0下载:
  2. 利用moravec算子实现图像的点特征提取,效果基于阈值的选择(The Moravec operator is used to extract the point feature of the image, and the effect is based on the selection of the threshold.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:18.09mb
    • 提供者:飞_
  1. 10surf 图像拼接(2013a)

    0下载:
  2. 这是一个基于surf特征点的图像代码,供大家学习一下(Surf-based image mosaic,it is very good and exellecent)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:93kb
    • 提供者:jzpengpeng
  1. 获取图像鼠标点击坐标

    0下载:
  2. 对图像序列可以直接鼠标单击获取图像中点击点的坐标,方便做标记,最后以txt形式输出(The image sequence can be directly mouse click to get the coordinates of the click point in the image, easy to mark, and finally output in the form of TXT)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:l.y.q
  1. 深度图像

    0下载:
  2. 三维点云数据创建深度图像以及从深度图像提取边界(point cloud range image code)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:4kb
    • 提供者:雨落潇湘
  1. matlab数字图像处理与识别

    0下载:
  2. 将理论知识、科学研究和工程实践有机结合起来,内容涉及数字图像处理和识别技术的方方面面,包括图像的点运算、几何变换、空域和频域滤波、小波变换、图像复原、形态学处理、图像分割以及图像特征提取的相关内容;同时对于机器视觉进行了前导性的探究,重点介绍了两种目前在工程技术领域非常流行的分类技术——人工神经网络(ANN)和支持向量机(SVM),并在人脸识别这样的热点问题中结束《精通Matlab数字图像处理与识别》。(Combining theoretical knowledge, scientific re
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:17.07mb
    • 提供者:Xingli
  1. 基于SIFT特征的图像配准(Matlab源代码)

    2下载:
  2. 基于SIFT的图像匹配配准,代码亲测好用,注释简单易懂,可以提取同名点,进行匹配配准。(Based on SIFT image matching registration, the code is easy to use, the annotation is simple and easy to understand, and the same name points can be extracted for matching registration.)
  3. 所属分类:其他

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