登录
首页 » GDI-Bitmap » 任意平面多边形的三角剖分算法的经典Delaunay

任意平面多边形的三角剖分算法的经典Delaunay

于 2023-06-26 发布 文件大小:1.81 MB
0 41
下载积分: 2 下载次数: 2

代码说明:

平面任意多边形三角化的delauney经典算法-Arbitrary planar polygon triangulation algorithm of classical delauney

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MFC基于内存设备环境的双缓冲作图的实例
    MFC基于内存设备环境的双缓冲作图的实例-Memory-based device context of mapping instances of double buffering
    2022-06-13 10:59:31下载
    积分:1
  • 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又...
    平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口规定了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应的像素点的灰度值用窗口内的中间值代替。实现均值或中值滤波时,为了简便编程工作,可以定义一个n*n的模板数组。另外,读者需要注意一点,在用窗口扫描图像过程中,对于图像的四个边缘的像素点,可以不处理;也可以用灰度值为"0"的像素点扩展图像的边缘。下面给出了采用加权均值滤波的图像平滑函数代码和效果图:-smoothing filter general, the image of energy is mainly focused on the low-frequency part of the noise lies mainly in the high-frequency band, which system to extract the vehicle Edge Information has been concentrated in some of its high frequency, therefore, how to remove high-frequency interference at the same time, maintain the edge information, we Institute enforcement of the content. In order to remove noise, it is necessary for smooth images can be used to the low-pass filter to remove high-frequency interference. Image Smoothing in
    2022-02-01 03:05:13下载
    积分:1
  • EVC board to the production of similar ads to the right horizontal scanning, the...
    EVC制作类似广告板上以水平方向向右扫描、水平向左扫描、水平百叶窗等效果。-EVC board to the production of similar ads to the right horizontal scanning, the level of the left scanning, such as the effect of the level of blinds.
    2022-05-29 19:14:32下载
    积分:1
  • 一个用于绘制矢量图的控件,有源码,很实用
    一个用于绘制矢量图的控件,有源码,很实用-one for the control vector mapping, source, practical
    2022-10-02 13:05:03下载
    积分:1
  • 映射倒影的水面源码,效果不错,可以直接应用的游戏中
    映射倒影的水面源码,效果不错,可以直接应用的游戏中-Mapping surface reflection of source code, good results can be applied directly to the game
    2022-11-21 23:10:05下载
    积分:1
  • 自述图片浏览器
    README for Picturebrowser ========================= The modified files are included as listed in the final report: -alt_ypes.h : header file for io.h -nxview.c: modified this existing, to time the running time of the display -picturebrowser.c: file which handles the logic of buttoons and the driver (button) -hardware (folder): find the project inside and install on the board -jddctmgr.c : modified manager -jdidcint.c: hardware assisted idct transform -Makefile: to compile picturebrowser (you will have to include in romfs to run our project) -io.h -zImage Running our picture viewer: -------------------------- open the project (in hardware folder) with quartus and in programmer install on the board. In the terminal: $ nio2-download -g zImage and the start nios2-terminal $ nios2-terminal at Boot, it detects the USB and run ./pictureviewer Navigate through buttons...enjoy it with moderation:) -README for Picturebrowser ====
    2022-08-21 09:33:36下载
    积分:1
  • 读写dip的vc源程序,所有函数都有定义,可以供开发参考
    读写dip的vc源程序,所有函数都有定义,可以供开发参考-vc the source, all functions have definition, for the development of reference
    2022-02-16 05:00:13下载
    积分:1
  • 一个计算机图形算法演示程序,对计算机图形算法的具体实现进行了编写。可做为学习图形算法的参考!...
    一个计算机图形算法演示程序,对计算机图形算法的具体实现进行了编写。可做为学习图形算法的参考!-a computer graphics algorithms demo program, computer graphics algorithms to a concrete realization of the preparation. Graphics can serve as learning algorithm reference!
    2022-12-25 03:55:04下载
    积分:1
  • 大恒图像卡的驱动程序及VC开发实例型号是CG2
    大恒图像卡的驱动程序及VC开发实例型号是CG2-Da graphics card driver and VC model is the example of machine
    2022-08-10 17:30:24下载
    积分:1
  • 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res...
    实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib-Realize pattern and jitter, as well as command-line compiler bmp2txt process is as follows vcvars32rc bmp.rccl dither.c bmp.res user32.lib gdi32.lib
    2022-05-18 09:22:47下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载