搜索资源列表

  1. 20081217

    1下载:
  2. 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢-2 points, matching the characteristics of images, which used the opencv library, fea
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:15228928
    • 提供者:star
  1. noise

    0下载:
  2. 添加噪声与平滑降噪,平滑降噪可采用定制的模板做滤波运算(就是卷积运算)来获得中心像素的新值,也可以对指定大小的邻域进行某些运算作为中心像素的新值.-Add noise and smooth noise reduction, smoothing noise reduction can be customized templates so filtering operation (that is convolution operation)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:439296
    • 提供者:朱燕玲
  1. projectioncorr

    0下载:
  2. PA, projective algorithm % 灰度投影算法 % % dr - 行运动矢量 % dc - 列运动矢量 % imRef - 参考帧 % imCur - 当前帧 % range - 搜索区域,默认为7 % flag - 是否精确到亚像素位移 % flag = 1,亚像素精度 % flag = 0,像素精度-PA, projective algorithm gray proj
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:付中梁
  1. klt

    0下载:
  2. 求解KLT算子角点提取,KLT算子角点跟踪,达到亚像素精度-Solving KLT Corner Detection Operator, KLT corner track operator to sub-pixel accuracy
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:924672
    • 提供者:张治国
  1. contouractif

    0下载:
  2. ContourActive给出两个边界上像素坐标,自动画出两点间的此坐标-ContourActive give the two border pixel coordinates, automatically drawn between two points of the coordinates
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:123904
    • 提供者:liuliang
  1. image

    0下载:
  2. MATLAB实现基于互相关的亚像素级图像匹配配准源代码-MATLAB-based implementation of inter-related sub-pixel image matching with prospective source code
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:473088
    • 提供者:chenming
  1. dxsczyxs

    0下载:
  2. 一种基于多项式插值改进的亚像素细分算法.-Based on polynomial interpolation to improve the sub-pixel subdivision algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:192512
    • 提供者:李文
  1. Colorimagecolorcomponentinter-exchange

    0下载:
  2. 全彩色图像的色彩分量间互换。对于彩色图像,图像的颜色是由每个像素点的RGB三分量的组合决定的。本实验的实验目的就是通过调整图像像素点RGB三分量的顺序来进行图像红、绿、蓝三个颜色分量间的互相转换,从而改变图像的颜色;比如:原图像为一朵红花,经过处理之后,我们将其变成绿花或者蓝花。运用到canny算子-Full-color images between color-component exchange. For color images,
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:5025792
    • 提供者:王力
  1. chap1-1

    0下载:
  2. 函数名称: * readBmp() * *函数参数: * char *bmpName -文件名字及路径 * *返回值: * 0为失败,1为成功 * *说明:给定一个图像文件名及其路径,读图像的位图数据、宽、高、颜色表及每像素 * 位数等数据进内存,存放在相应的全局变量中//位图读写程序-Function name:* readBmp ()** Function parameters:* char*
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:306176
    • 提供者:yushu
  1. weituchuliRGBYUVxianshi

    0下载:
  2. 位图图像处理,针对像素的,提取R、G、B三个分量,并通过公式求出Y、U、V三个分量值,然后显示,对于认识和理解图像的结构有很大的帮助,我是在做视频图像处理前做的这些,若是能做好这个,那么视频图像的处理,就迎刃而解了-Bitmap image processing, for pixel, extract R, G, B three-component, and obtained through the formula Y, U, V th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3777536
    • 提供者:冷风
  1. leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz

    1下载:
  2. 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:181248
    • 提供者:刘镖峰
  1. dongtai

    0下载:
  2. 动态显示鼠标的坐标值和图像像素值对于动态显示鼠标的坐标值和像素值,在其他语言如vc,vb中都比较方便,有直接的着方 面的函数,本程序在matlab图像处理实现-Dynamic display mouse coordinates and image pixel values for the dynamic display mouse coordinates and pixel value, in other languages suc
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:高锟
  1. SuperResolution

    0下载:
  2. 这是一个关于图像处理的程序,能够将像素比较低的图像变成分辨率高的图像.-This is a matter of image processing procedures, can be relatively low-pixel high resolution image into the image.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:4439040
    • 提供者:hlb
  1. cross_position

    0下载:
  2. 用来计算十字交叉点的中心位置,可以达到亚像素精度,在三维重建中经常会在物体表面做标志,本算法用于计算十字标记中心-to calculate the center of a cross image
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:徐江玲
  1. ImageContourTtackingAlgorithm

    0下载:
  2. 图像轮廓跟踪算法: 通过若干个像素点来模拟图像,找出图像的轮廓。 前几页是对算法的描述,最后一页是算法实现的代码-Image contour tracking algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:179200
    • 提供者:别佳
  1. Sub-pixel

    0下载:
  2. 亚像素--区分轮廓 图像边缘提取是测量的基础和关键-Sub-pixel- to distinguish the outline of the image edge detection is the basis of measurements and key
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:593920
    • 提供者:prince
  1. weight_centre

    0下载:
  2. 通过重心法确定光斑图像的中心。根据个像素的灰度值和所在的位置乘积和总面值作比,进而求得重心。-Through the center of gravity method to determine the center of the image spot. According to the gray-scale pixel value and the location of the product and the total for mor
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:54272
    • 提供者:孟合民
  1. segment

    0下载:
  2. 使用区域增长的算法进行区域分割。鼠标点击图像的某个区域的某个像素,并指定染色所用颜色(红绿蓝黑),程序执行的结果是用指定的颜色把某个区域显示出来。-Regional growth in the use of regional segmentation algorithm. A mouse click on the image of a pixel region, and specify the dye color used (black
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:cui ju
  1. MyPixelFusion

    0下载:
  2. 这是像素级融合的源代码,对于研究图像融合的专家有重要参考价值-this is the source code of the pixel level fusion
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:740352
    • 提供者:王登位
  1. loc_im_hildith

    0下载:
  2. 对形图像的经过边缘提取后得到的二值图像边缘进行细化,提取单像素的边缘,使得边缘是成为清楚的单像素的边缘。-After images of the shape after the edge extraction of the binary image to refine the edge, the edge extraction of a single pixel, making the edge is to be clear of th
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:mayan
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org