CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - one pixel

搜索资源列表

  1. 并行图像细化算法和C代码实现

    0下载:
  2. 图像细化一般作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽,形成 骨架 ,形成骨架后能比较容易的分析图像,如提取图像的特征.-image thinning as a general image preprocessing technologies emerging, is the source of images from the frames, that is, lines of the original image width
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:3045
    • 提供者:权威
  1. 324234

    0下载:
  2. 假定直线斜率k在0~1之间(k的其它取值可以类似处理),当前象素点为(xp,yp),则下一个象素点有两种可选择点P1-assumed linear slope of the k-1 between 0 (k values can be other similar processing), the current pixel (xp, yp), the next one pixel can have two points P1
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:939
    • 提供者:张龙
  1. ThinningofImage

    1下载:
  2. vc代码实现图像细化作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽,形成骨架,形成骨架后能比较容易的分析图像,如提取图像的特征.-vc code image as a refined image preprocessing technology that purpose of the extraction of the source image frame, that is, the original image line wid
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:46248
    • 提供者:吴澜
  1. ImageErosion

    0下载:
  2. 二值图像基本的形态学运算是腐蚀和膨胀,简单的腐蚀是消除物体的所有边界点的一种过程,其结果是使剩下的物体沿其周边比原物体小一个像素的面积。-two basic image morphology operations and the expansion of corrosion, Corrosion simple object is to eliminate all the border points of a process, The result is to make the remaining
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1001
    • 提供者:政鹰
  1. TextureLBP

    0下载:
  2. LBP纹理特征提取算法。首先将检测窗口划分为16×16的小区域(cell),对于每个cell中的一个像素,将其环形邻域内的8个点(也可以是环形邻域多个点,如图 3‑ 4. 应用LBP算法的三个邻域示例所示)进行顺时针或逆时针的比较,如果中心像素值比该邻点大,则将邻点赋值为1,否则赋值为0,这样每个点都会获得一个8位二进制数(通常转换为十进制数)。然后计算每个cell的直方图,即每个数字(假定是十进制数)出现的频率(也就是一个关于每一个像素点是否比邻域内点大的一个二进制序列进行统计),然
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3716
    • 提供者:nana
  1. DE2_VGA3

    0下载:
  2. The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-09
    • 文件大小:1276567
    • 提供者:Donghua Gu
  1. fractalsSSE__dsthbsrc

    0下载:
  2. You probably have heard about fractals before. They are beautiful pictures such as the one shown above. Any fractal can be described using iterative formulas. So you can generate a fractal by evaluating these formulas and finding the color of each pi
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:39288
    • 提供者:srhg
  1. CoolPainter

    0下载:
  2. 本软件是一个完全由TC2.0开发的功能不错的图形编辑、处理软件。 由于水平与时间限制目前只支持键盘操作。 一.功能与特色: 1.绘图功能:直线,矩形,任意多边形,圆,贝塞尔曲线及B样条曲线模拟实物造型。 2.编辑功能:对目标图形的拷贝,移动,删除,对某点的任意拉伸、变形,剪切,填充。 3.附加功能:动画时钟,分形模拟景物实例。 注:所绘图形可以选择合适的颜色与线形。 二.使用说明: 1.Tab键鼠标速度控制键,有一次移动1个像素,10个像素两种。 2.Ent
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:67957
    • 提供者:谭永炳
  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 frame, that is, lines of the original image is greater than the wi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:393164
    • 提供者:石鹏
  1. Picking

    0下载:
  2. 思路: 场景中的每个mesh关联到一个唯一的COLOR值。 Pick检测时, 将当前场景渲染到纹理, (在PS中各mesh仅用自己的关键COLOR),即刻取回当前鼠标的位置的COLOR, 查找COLOR就可以知道当前被Pick的Mesh。 使用Render To Texture 的快速Picking, 无需锁住Vertex Buffer进行三角面和射线的相交测试, 仅在读取数据的时候锁住纹理的一个相素, 但是显卡要支持Render To Texture,纹理尺寸必须支持非2的n次方,D3DF
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5326147
    • 提供者:Jun Qian
  1. test5

    0下载:
  2. 建立一种可以区分输入图形的形态学算法,算法的输入是这三种图形的一种(这三个图形是对湖、湾、路段的图像细化后的结果),输出是对这三种图形的识别。假设这三种图形都是1个像素宽且完全连通的,然而它们出现的方向可以是任意的。 -Graphics can be imported to create a distinction between the morphological algorithm, algorithm input is a three graphics (which is three
  3. 所属分类:Fractal program

    • 发布日期:2017-03-27
    • 文件大小:20224
    • 提供者:名人
  1. histogram

    0下载:
  2. 灰度直方图是灰度级的函数,描述的是图像中具有该灰度级的像素的个数。它是多种空间域处理技术的基础。直方图操作能够有效用于图像增强;提供有用的图像统计资料,其在软件中易于计算,适用于商用硬件设备。直方图均衡化是通过对原图像进行某种变换,使原图像的灰度直方图修正为均匀分布的直方图的一种方法。图像灰度 直方图均衡化使得图像的灰度分布趋向均匀,图像所占有的像素灰度间距拉开,加大了图像反差,改善了视觉效果,达到增强目的。MATLAB是数字图像处理的常用工具,应用MATLAB的各种函数能够对数字图像进行各种处
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:239786
    • 提供者:colin
  1. GlSl-OpenGLShadingLanguageAndresources

    0下载:
  2. 没什么好说的,shader一般没人上传,我就上传个吧,为了opengl的各种阶段的学习 源码-no execuse ,the opengl shading language for every one who learn the glsl resources
  3. 所属分类:OpenGL program

    • 发布日期:2015-03-30
    • 文件大小:15505408
    • 提供者:刘太生
  1. gray

    1下载:
  2. 本程序用于对干涉条纹进行滤波,二值化,骨骼化,最后为求得条纹间距而得到一个像素宽度的图像-This procedure is used to filter the interference fringe, thresholding, skeletonization, and finally to obtain the fringe spacing and width of the image by one pixel
  3. 所属分类:matlab

    • 发布日期:2016-10-04
    • 文件大小:2048
    • 提供者:kg
  1. texture

    0下载:
  2. one pixel based texture synthesis
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:87585
    • 提供者:meii
  1. getPixGRB

    0下载:
  2. 获取指定图像中某像素的RGB值,可以修改源代码来指定图像-get the RGB value of one pixel from one image
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:452317
    • 提供者:fangming
  1. VC.3D

    0下载:
  2. VC编程中如何在界面上实现3D文字。 首先启动VC生成一个新的基于对话框的项目,命名为3Dtext,在对话框中重载OnPaint()函数,具体实现的思想是通过CDC::SetTextColor()分别设置文字的颜色为高亮(3DHILIGHT)和阴影(3DSHADOW)的状态下显示文字;同时注意在两次显示文字时要错开一个像素,这样才能达到预期的效果。-VC programming interface, the 3D text. The idea is to start the VC to ge
  3. 所属分类:Project Manage

    • 发布日期:2017-03-29
    • 文件大小:3509
    • 提供者:龙共
  1. screenCapture

    0下载:
  2. 用C#写的一个截屏工具,快捷、方便、实用,支持用键盘一个像素一个像素地改变截取区域的大小-A screenshot tool written in C#, fast, convenient and practical, with keyboard support one pixel to change the size of the interception area
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:36128
    • 提供者:xiangism
  1. PA5

    0下载:
  2. AnimalSpeak.aja Memory.java Both PA5 assignments. You will create 6 animals classes: Puppy, Kitty, Lion, Lamb, Cow, Duck. Each of these animal classes will implement the AnimalCard interface. For example: public class Puppy implements
  3. 所属分类:Java Develop

    • 发布日期:2017-11-01
    • 文件大小:178533
    • 提供者:Nopers
  1. one-pixel-attack-keras-master

    1下载:
  2. 深度学习中的对抗样本攻防方向的单像素攻击keras代码(Keas Code Against Sample Single Pixel Attacks)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-06-11
    • 文件大小:5974016
    • 提供者:upcgorge
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com