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

搜索资源列表

  1. wjpeg

    0下载:
  2. 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区.-procedures first reading of the document BITMAP point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or buffer zone.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:14.94kb
    • 提供者:闫雪飞
  1. matcher

    1下载:
  2. 自己写的两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。-himself wrote the two images and matching feature points, which used the OpenCV library, features include : the feature points subpixel accuracy testing, the initial matching feat
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:93.57kb
    • 提供者:屈磊
  1. imagelabel

    0下载:
  2. 在二值图像中,相互联结的黑像素的集合成为一个(黑)区域。本程序通过对图像内每个区域进行标记操作,求得区域的数目。 采用8连通判别算法。 从左到右,从上到下,依次检测每个像素,如果发现某像素点像素值为0,则依次检测该点的右上、正上、左上及左前点共四个点的像素值,判断他们的连通性。-value of the two images, mutual association of black pixels set to become a (black) region. The proced
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:cccc
  1. 图像滤波处理代码

    0下载:
  2. 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-17
    • 文件大小:2.16mb
    • 提供者:qq1418
  1. harris

    1下载:
  2. 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-28
    • 文件大小:11.17mb
    • 提供者:张裕
  1. pixes

    0下载:
  2. Visual C++ 获取屏幕任意点的像素值-Visual C++ get the value of pixes of any point in the screen.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2.19mb
    • 提供者:雷会
  1. pic

    0下载:
  2. 图像的像素操作,点运算,算术运算,位图操作等操作-Image pixel manipulation point arithmetic, arithmetic operations, bitmap operations and other operations
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:972byte
    • 提供者:郝欢
  1. Harris

    1下载:
  2. 两种亚像素级角点检测方法。一种曲面拟合,一种灰度梯度。并可输出坐标,精度较高,main为运行程序。-The two sub-pixels corner detection method. A surface fitting, a gray gradient. And output coordinates, accuracy, main to run the program.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-21
    • 文件大小:4.64mb
    • 提供者:邹伟
  1. ShowImgPixel

    0下载:
  2. 介绍怎样使用opencv,使用鼠标单击来获取像素点,-Mouse click Get pixel point
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-06
    • 文件大小:6.12mb
    • 提供者:刘方宇
  1. DownUpSampling_ByFactor2

    0下载:
  2. 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:804byte
    • 提供者:liuyan
  1. image-fusion

    0下载:
  2. 基于低频融合策略的小波图像融合算法 ,高频系数融合均采用基于像素点绝对值取大的规则-Wavelet image fusion algorithm based on low-frequency fusion strategy, integration of high-frequency coefficients are based on the absolute value of the pixel point to take a big rule
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:566.55kb
    • 提供者:轻清
  1. Realpixel-to-int_save.m

    0下载:
  2. 亚像素点变整像素点,进行精确匹配,应用于三维拼接等领域,比较实用-The whole pixel the pixels
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:2.51kb
    • 提供者:刘春阳
  1. no2

    0下载:
  2. 实现用Bresenham算法及中点画线法画直线,并且画出网格图,判断对话框中输入的起点终点坐标是否在给定的范围内。若在范围内则画线,在单位像素点打点,直观的看出Bresenham算法及中点画线法的操作原理。-Bresenham algorithm implemented by the dotted line method and draw a straight line, and draw a grid chart to determine the coordinates of the dial
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2.27mb
    • 提供者:龚未
  1. car-and-flower

    0下载:
  2. 计算机图形学中 一个实例 用像素点来展示一个花瓶和汽车的样品-An example of using computer graphics to show a sample of a pixel vase and automobiles
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-08
    • 文件大小:1.92mb
    • 提供者:张少勇
  1. demosaicking

    0下载:
  2. 自己写的一些代码,包括对图像的预处理,以及binary经典算法,和一些自己改进的算法的代码。自己的算法因得到的效果不错已发表。 rgb2bayer: 转换到bayer格式 border:处理图像边缘像素点 method1-4:不同的去马赛克算法的实现 cpsnr:峰值信噪比的公式实现-Write some code, including image preprocessing, and binary classical algorithm, the imp
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-26
    • 文件大小:18.14kb
    • 提供者:mayjia
  1. qysz

    0下载:
  2. 区域生长法是基本的分割思想是把具有相似性质的像素点聚集起来,构成区域进而完成分割。-Region growing segmentation is the basic idea is to pixels of a similar nature come together, constitute the area and then complete the split.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1.47kb
    • 提供者:lqsayf
  1. txtezheng

    0下载:
  2. 能有效提取图像的特征,包括:不变矩特征、形态特征、周长像素点、面积,矩形度,圆形度,拉伸度特征等。详情见 后的内容。-Can effectively extract image features, including: moment invariants, morphology, pixel perimeter, area, squareness, roundness, tensile elongation characteristics.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:尹春林
  1. color_feature

    0下载:
  2. 提取图片的颜色特征,对每个像素点提取出一个三维的向量。-Extracting an image' s color characteristics for each pixel to extract a three-dimensional vector.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1.02kb
    • 提供者:菩提树
  1. GT

    0下载:
  2. 可以自动检测带框图像中,四边形框的左上角和右下角像素点坐标。做groundtruth的时候非常好用。-It can automatically detect the framed image, left and right corners of the rectangular frame pixel coordinates.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:1.96kb
    • 提供者:xiaobo
  1. Image_2D_interpolation

    0下载:
  2. 对像素点较少的原始图像进行二维插值,以提高图像的平滑度。()
  3. 所属分类:2D图形编程

    • 发布日期:2017-12-24
    • 文件大小:122kb
    • 提供者:phdfanry
« 12 »
搜珍网 www.dssz.com