搜索资源列表

  1. walsh变换

    0下载:
  2. 该程序实现了对一幅图象进行Walsh变换。首先定义了一个imagewnd类, 该类可用于位图的创建、显示;WALh函数为快速沃尔什-哈达玛变换,f为时域值,F为变换域值,power为2的幂数,Walsh1函数为二维变换;在该函数中取出了一幅位图的所有像素,用来进行变换.具体算法过于专业,我就不细说了。-the realization of an image Walsh transform. First imagewnd definiti
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:103110
    • 提供者:none
  1. texthalo

    0下载:
  2. 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:955789
    • 提供者:陈兴锐
  1. picblit

    0下载:
  2. 图型处理代码,对位图的拉申.对位图像素的操作.-map-handling code, the right bitmap Rafah Shen. Right bitmap pixels operation.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:212871
    • 提供者:程桂忠
  1. 简单可用程序

    0下载:
  2. 对在电子显微镜下拍摄的煤粉图进行识别,煤粉的大小不一,从几个象素到几百个象素,而且图像的灰度存在非常明显的变化-right under the electron microscope in the shooting Coal map identification, coal varies, from a few to several hundred pixels pixels, but the gray images There is
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:6056
    • 提供者:Tadulus
  1. jiao448

    1下载:
  2. 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pi
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4419
    • 提供者:交角
  1. labeltool-1

    0下载:
  2. abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location wil
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:189852
    • 提供者:tnth2so4
  1. GetPixelColor

    0下载:
  2. 获取屏幕上像素点的坐标、颜色(RGB及COLORREF值)的小程序。 http://spaces.msn.com/KSwildgoose-access pixels on the screen coordinates of the point, the color (RGB and COLORREF values) of the small program. Http://spaces.msn.com/KSwildgoose
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12707
    • 提供者:水中雁
  1. vqcoder

    0下载:
  2. 打开vqcoder.exe文件。 在文件\\打开 中选择所要压缩的文件,格式为.bmp。 点击压缩后,等待,在fr a me2中显示出压缩后的图片。 在对应的图片下方显示图片信息(包括文件名,高度(像素),宽度(像素),以及信噪比)。 通过文件\\另存为 或者直接点击保存新文件可以将压缩后的新文件保存。-open vqcoder.exe document. The document \\ opened choos
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:15339
    • 提供者:lrr0521
  1. 200561555616250020000

    0下载:
  2. 车牌识别系统 需要注意的地方: 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:233235
    • 提供者:yanglin
  1. Lab526-VideoRGB

    0下载:
  2. 这是一个视频图像处理程序,色彩空间变换,运用公式可以将ycbcr变换为rgb彩色系统象素-This is a video image processing, color space conversion, the formula can be used to transform RS system for the rgb color pixels
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:98075
    • 提供者:李华
  1. Tracking

    0下载:
  2. Tracking a moving object through several fr a mes, provided changes from fr a me to fr a me are on the order of +-(10 + "X Range") pixels in the X direction and +-(10 + "Y Range") in the Y direction is done automatically
  3. 所属分类:matlab例程

    • 发布日期:2024-05-16
    • 文件大小:363520
    • 提供者:欢欢
  1. seedfill

    0下载:
  2. 种子填充算法,经过改进可以在瞬间填满半径为200像素的圆。而一般的办法要几分钟。-Seed filling algorithm, improved can fill in an instant a radius of 200 pixels circle. The general approach to a few minutes.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:冯振华
  1. FontExporter

    0下载:
  2. FontExporter:将指定文件包含的文本,用指定的字体和大小导出到字库。 <br><br>PicFont:在另一个系统显示字库,可以将上面导出的文本,用同样的字体和大小显示出来。<br><br>使用的时候,先用 FontExporter 将图片字库导出,eg.<br>java util.loc.FontExporter 宋体 12 text.xml 0 FL12<b
  3. 所属分类:J2ME

    • 发布日期:2024-05-16
    • 文件大小:12288
    • 提供者:lilianji
  1. threshold

    0下载:
  2. A java application - processing which can be downloaded free from processing.org Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:valentin
  1. kMean

    0下载:
  2. Spatial registration of multidate or multisensor images is required for many applications in remote sensing, such as change detection, the construction of image mosaics, DEM generation from stereo pairs, and orthorec
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:135168
    • 提供者:Hoang Duy
  1. dead-pixels

    0下载:
  2. 检测图像传感器坏点,通过检测传感器所拍照片,进行相关参数设置,就可以知道传感器是否存在坏点-Image sensors detect dead pixels, pictures taken by the sensor, the associated parameter settings, you can know whether there is dead pixel sensor
  3. 所属分类:C#编程

    • 发布日期:2024-05-16
    • 文件大小:362496
    • 提供者:ZXHEDA
  1. a-plurality-of-pixels

    0下载:
  2. opencv将图片分成多个256_256像素的小图片,功能性强,非常实用-opencv the image into a plurality of pixels 256_256 small picture, functional, very practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-16
    • 文件大小:16684032
    • 提供者:素素
  1. to_access-pixel-value

    0下载:
  2. This code helps to access individual pixels of an image
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:2048
    • 提供者:venkateshab
  1. calibr

    0下载:
  2. calibration system. Select 2 black areas in the image and the system will give you the number of pixels between them. If you know the distance from the lens to the image, you can move the pixels to centimeters.
  3. 所属分类:LabView

    • 发布日期:2024-05-16
    • 文件大小:32768
    • 提供者:PutinVOVA
  1. Drawing Random Pixels Delphi

    0下载:
  2. Drawing Random Pixels Delphi project source code
  3. 所属分类:Dephi控件源码

    • 发布日期:2022-05-27
    • 文件大小:160138
    • 提供者:lexman771
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org