搜索资源列表

  1. OpenGL_5

    0下载:
  2. OpenGL编程轻松入门之像素操作 本节讲解像素操作。本例在窗口绘制一个三角形,然后利用glCopyPixel函数拷贝了五次该图形,并将这五个三角形放置在窗口的不同位置。-OpenGL Programming operating easy entry of the pixels on the pixel operation of this section. In this case a triangle drawn in the w
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:AINSTUDY
  1. Findrecentpixel

    0下载:
  2. 在栅格数据地图中,查找最近的图元(pixel)-Find recent
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:hyqc
  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-18
    • 文件大小:1024
    • 提供者:valentin
  1. canny

    0下载:
  2. Canny算子是边缘检测的一种最优算子,能检测出单像素、连续的边缘。这些特性对后续处理很有帮助。 本算法包含了一般的canny算子,还包括使用大津值自适应高、低阈值的canny算子。-Canny edge detection operator is one of the best operator, can detect a single pixel, the edge of a row. The follow-up to deal
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:mzfox
  1. 2009.0423

    0下载:
  2. 传统的边缘检测方法是对原始图像中像素的某小邻域来构造检测算子,它是采用锐化算子(如梯度算子、 拉普拉斯算子)进行的。图像的边缘检测是通过模板作为核与图像中的每一个像素点做卷积和运算,然后选取合适的阈值以提取边缘。-Traditional edge detection method is the original image in a pixel neighborhood operator to construct, it is a sh
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:刘卅
  1. imageResampling.m

    0下载:
  2. This function resamples the images at the new grid points defined by the new pixel sizes. It assumes that intensities are defined at the pixel centers
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:vijay
  1. TALbarcode

    0下载:
  2. TALbarcode.rar TAL条形码控件 破解版 TAL条形码控件为Plus版本,支持保存为所有的主流图形文件格式,包括矢量类型WMF和EPS以及光栅类型的图形格式,如GIF,JPG,PNG,TIF,BMP,TGA和PCX等.对于光栅风格的图片你可能自己设置图片的像素位数和图片的像素大小,支持全部图像.大多数图像压缩算法也同样支持的.(LZW压缩在GIF和TIF格式的文件中需要Unisys公司的许可.) 该控件支持数
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:1448960
    • 提供者:951923
  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-18
    • 文件大小:54272
    • 提供者:孟合民
  1. JiyitexingLSB

    0下载:
  2. LSB密写技术是目前一种应用最为广泛的数据隐藏技术。本文通过对LSB密写算法的分析,指出了对载体图像进行LSB密写会引起图像统计特性改变的原因,并在此基础上提出了一种基于记忆特性的LSB密写算法。该算法记录下载体已经进行密写部分的统计特性,如果被嵌入的秘密比特与原始像素值的最低位相同,就不作改动 否则就根据该统计特性进行增1或减1的调整 在接收方,提取信息时只需要将载体图像的最低比特位提取、解密即可恢复秘密信息。该算法具有较高的隐蔽性,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:39936
    • 提供者:boe
  1. draw

    0下载:
  2. 本例主要利用c语言编程实现画图板功能,具有基本的画图功能、图形操作功能和文件保存打开功能。主要包括如下4个模块:(1)图形绘制模块,该模块包括图形的绘制和操作功能,(2)鼠标控制模块,该模块主要实现鼠标状态的获取、鼠标位置的设置,以及鼠标的绘制等。(3)功能控制模块,该模块实现的功能包括输出中文、填充像素和显示用户帮助。(4)保存加载模块,该模块将像素保存到指定的文件和从指定的文件中读取像素到画布。-The main use of th
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-18
    • 文件大小:56320
    • 提供者:wanglei
  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-18
    • 文件大小:1024
    • 提供者:cui ju
  1. GsPreviewCtrl

    0下载:
  2. ObjectARX 预览CAD图元类,可以保留CAD的黑底白字。-CAD pixel preview ObjectARX Class
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:何何
  1. MouseMeter

    0下载:
  2. 这是个基于VB版的鼠标钩子程序,程序适时跟踪计算鼠标坐标、移动距离、像素转换等,还可以设置窗口永远在最上层,不遮挡!-This is based on the VB version of the mouse hook procedure, timely follow-up procedures for calculating the coordinates of the mouse, move distance, pixel conve
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:182
  1. tuxiangjinghua

    0下载:
  2. 图像细化一般作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽-Image thinning, as a general emergence of image pre-processing technology, the aim of extracting the source of the image fr a me, that is, lines of the origi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:393216
    • 提供者:石鹏
  1. tiduruihua

    0下载:
  2. 微分法 在图象中,边缘是由灰度级和相邻域点不同的象素点构成的。因而,若想增强边缘,就应该突出相邻点间的灰度级的变化-Differentiation in the image, the edge is adjacent to the gray-scale and different domains consisting of the pixel points. Thus, if the edge enhancement, it shoul
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:96256
    • 提供者:石鹏
  1. Markov

    0下载:
  2. 使用几何特征与隐Markov 模型的手绘笔画图元分解 对于线形结构角度重建也有作用-The use of geometric features and hidden Markov model decomposition of hand-painted strokes pixel structure for the linear perspective of the role of reconstruction is also
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:193536
    • 提供者:hope_prince
  1. ReadBmpImage2

    0下载:
  2. 位图读取 平移 在固定区域去除像素 显示图像尺寸-Translational reading bitmap removal in a fixed-pixel display area image size
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:3769344
    • 提供者:chopperman
  1. reverser

    0下载:
  2. Basic algorithm (using pixel manipulation, not other functions) to get the negative of a colour image in C using OpenCV library to load and display image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:BobTurkee
  1. color

    0下载:
  2. 针对颜色直方图和颜色矩无法表达图像色彩的空间位置的缺点,Pass提出了图像的颜色聚合向量(color coherence vector,CCV)。它是颜色直方图的一种演变,其核心思想是将属于直方图每一个bin的像素进行分为两部分-For color histogram and color moments for color images can not express the shortcomings of spatial locati
  3. 所属分类:绘图程序

    • 发布日期:2024-05-18
    • 文件大小:566272
    • 提供者:YuHui
  1. VBOpenGL

    0下载:
  2. 本文就怎么利用vb结合opengl来研发三维地质构造图的基本步骤进行了周详地介绍,其中对像素格式的设定及光照和材质的设置进行了周详的描述。-This article on how to use vb to develop three-dimensional combination of opengl geological map of the basic steps to carry out a very thorough introd
  3. 所属分类:OpenGL

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:wuli
« 1 2 ... 43 44 45 46 47 4849 50 »

源码中国 www.ymcn.org