搜索资源列表

  1. Bres_line

    0下载:
  2. Bresenham 画直线,用Bresenham算法画出直线,计算机图形学的基本要求。-Bresenham straight line drawing, using Bresenham algorithm to draw a straight line, the basic requirements of computer graphics.
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:haizi
  1. graphBrian_demo

    0下载:
  2. VC++实现曲线显示界面,曲线类型有:饼图、直方图、散点图、折线图等-VC++ Realize curves show the interface, curve types are: pie chart, histogram, scatter plot, line graph, etc.
  3. 所属分类:对话框与窗口

    • 发布日期:2024-04-29
    • 文件大小:2340864
    • 提供者:党向婷
  1. bresenham

    0下载:
  2. 用C语言结合OpenGL技术实现Bresenham算法绘制直线-Using C language combined with OpenGL technology to achieve Bresenham algorithm for drawing a straight line
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:王栋
  1. houghtans

    1下载:
  2. 该源码在matlab平台上运行,实现的功能是利用hough变换检测图像中具有一定长度的直线,并将直线从整个图像中提取出来.不仅如此,还可以通过计算分析求出对应直线的斜率.-The source platform to run in matlab, the function is to realize the use of hough transform detection image has a certain length of a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:11264
    • 提供者:秀秀
  1. MyLine

    0下载:
  2. java 线段类..判断线段相交-java category .. judging line segment intersection
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:4096
    • 提供者:
  1. linejd

    0下载:
  2. 函数实现了图像中单象素宽白色相交直线交点的检测.利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-Function to achieve a single-pixel wide image of white intersection point of intersection of a straight line detection. Use is the simplest
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:fuerxiuixiude91
  1. linefitting

    0下载:
  2. 直线拟合源代码,是数字摄影测量课程练习程序-Fitting a straight line source is digital photogrammetry courses practice procedures
  3. 所属分类:GIS编程

    • 发布日期:2024-04-29
    • 文件大小:123904
    • 提供者:
  1. CG-3

    0下载:
  2. 多边形扫描转换填充 A C++ program to fill a Polygon using Scan Line Polygon Fill Algorithm.-Polygon scan conversion Fill A C++ Program to fill a Polygon using Scan Line Polygon Fill Algorithm.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:艾文
  1. glGraph

    0下载:
  2. OpenGL实现多边形扫描转换的扫描线算法,以及利用OpenGL绘制饼图和柱状图,颜色的选择-OpenGL polygon scan conversion realize the scan line algorithm, and the use of OpenGL drawing pie chart and histogram, color choices
  3. 所属分类:OpenGL

    • 发布日期:2024-04-29
    • 文件大小:336896
    • 提供者:艾文
  1. hongh

    0下载:
  2. hongh变换,可以用来检测圆和直线,是一种很效的方法-hongh transform, can be used to detect circular and straight line is a very effective method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:4063232
    • 提供者:陈煊
  1. Line

    0下载:
  2. 上次上载了有关点的类定义及其实现,在这里作一点更新,同时上传直线的类定义及其实现,望对朋友们有点帮助.-Last uploaded on the point of class definition and its implementation, for a little update here, a straight line at the same time upload the class definition and its im
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-29
    • 文件大小:5120
    • 提供者:丁若乾
  1. Houghdetectlinecircle

    0下载:
  2. Hough检测直线,圆,椭圆的部分代码。很有用的对初学者。-Hough line detection, round, oval part of the code. Very useful for beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:汪蔚
  1. matlab

    1下载:
  2. matlab检测直线交点源程序 matlab检测直线交点源程序-Detection of straight-line intersection matlab source line intersection detection matlab source
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:zxq
  1. line

    0下载:
  2. 用程序模拟计算机绘直线的过程,可以调节象素大小.-Computer simulation using the process of drawing a straight line, can adjust the pixel size.
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:张鹏飞
  1. lineseg

    0下载:
  2. 线分割用于图像的边缘提取线 分割用于图像的边缘提取-Line segmentation for image edge extraction line segmentation for image edge extraction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:天地
  1. mofang

    0下载:
  2. 数字魔方是有直接的规律的,既不用检验更不用交换, 在一行的中点放1,然后沿45度线走, 到了边界就从另一测入, 前面已填就再转45度然后回原来的方向。 填满为止。-Digital Cube is a direct law, neither the exchange not to use test, in his mid-point of release 1, and then walk along the 45 degr
  3. 所属分类:其他游戏

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:jhq
  1. Powerlinecarrier

    0下载:
  2. 基 于 低 压 电 力 载 波 的 智 能 电 表 的 设 计 针对目前的国情以及智能化住宅小区对电能计量系统的要求 介绍了一种基于低压电力线载波通信 的智能电表的设计方案 该方案以微处理单元为核心 以低压电力线作为数据通信的媒介 实现了电表数据的自 动传送 该表计与数据集中器 后台管理系统一起构成的多功能低压电力载波远程抄表系统 将具有广阔的推广 应用前景-Low-voltage power line carrier-
  3. 所属分类:行业发展研究

    • 发布日期:2024-04-29
    • 文件大小:81920
    • 提供者:zhoujingguang
  1. lectidsp

    0下载:
  2. The line echo canceller (LEC) is designed to provide the maximum attainable transparent voice quality for de-echoing of a PSTN or POTS connection in voice-over-LAN systems with internal delays, or on a codec end of a t
  3. 所属分类:DSP编程

    • 发布日期:2024-04-29
    • 文件大小:153600
    • 提供者:邓建军
  1. drawLine

    0下载:
  2. 计算机图形学 bresenham 画直线 任意斜率-Computer Graphics Bresenham drawing a straight line of arbitrary slope
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:2099200
    • 提供者:sfdlkwqe
  1. Douglas-Peucker-Line-Approximation-Algorithm

    0下载:
  2. 地理信息系统中,曲线数据压缩的道格拉斯压缩算法源码-Geographic information systems, data compression curve of Douglas-source compression algorithm
  3. 所属分类:GIS编程

    • 发布日期:2024-04-29
    • 文件大小:14336
    • 提供者:dshgis
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org