When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot of resource for nothing! This article presents a fast 2d-line approximation algorithm based on the Douglas-Peucker algorithm (see [1]), well-known in the cartography community. It computes a hull, scaled by a tolerance factor, around the curve by choosing a minimum of key points. This algorithm has several advantages: 这是一个基于Douglas-Peucker算法的二维估值算法。
标签: mathematical engineering simulations problems
上传时间: 2013-12-20
上传用户:changeboy
初学JAVA,求给2d绘制曲线的源代码,要三次样条的
标签: JAVA
上传时间: 2016-04-06
上传用户:stella2015
AUTOMGEN runtime is an open source royalty free runtime for open PLCs. By using this runtime, any target systems can become compatible with the AUTOMGEN automation workshop: IEC1131 languages (ladder, SFC, etc.), 2d and 3D scada, WEB SCADA, etc
标签: runtime open AUTOMGEN royalty
上传时间: 2016-04-07
上传用户:lindor
iRows提供了常见的表格制作功能,并且它还兼容Excel/CSV文件,可以绘制各种常见的2d/3D图表,并允许多人共享/编辑同一数据表格;还可以将数据表格外引至任意的网页上。最重要的是,它是完全免费的,你不必付出几百美元去购买Office,然后再慢慢地安装到每一台电脑里。你只要连上网络,在浏览器里即可轻松完成表格制作
上传时间: 2016-04-07
上传用户:hewenzhi
ami_snake算法源代码,ami_snake is an implementationof the 2d snake technique proposedin . It is alevel set method based on the partial di¡ èerential equation.
上传时间: 2016-04-09
上传用户:wangyi39
一个坦克游戏附源代码,用于2d游戏制作,适合初学者学习研究。
标签: 源代码
上传时间: 2016-04-29
上传用户:dongqiangqiang
该程序为在matlab环境运行,主要演示koch曲线的生成和变化。以及奇怪吸引子的2d映射情况展示
上传时间: 2016-05-02
上传用户:84425894
sm501 芯片的linux驱动,支持2d 图形加速,适合图形嵌入系统开发
上传时间: 2014-06-08
上传用户:songrui
Image Compression A collection of simple routines for image compression using different techniques. 图象压缩的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2d noise suppression. Notes: The function "conv2fft" performs a 2d FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.
标签: Compression compression collection different
上传时间: 2016-05-11
上传用户:磊子226
Kalman filter toolbox written by Kevin Murphy, 1998. See http://www.ai.mit.edu/~murphyk/Software/kalman.html for details. Installation ------------ 1. Install KPMtools from http://www.ai.mit.edu/~murphyk/Software/KPMtools.html 3. Assuming you installed all these files in your matlab directory, In Matlab type addpath matlab/KPMtools addpath matlab/Kalman Demos ----- See tracking_demo.m for a demo of 2d tracking. See learning_demo.m for a demo of parameter estimation using EM. 较早版本的kalman滤波matlab源码,适合研读。
标签: Software toolbox murphyk written
上传时间: 2016-05-13
上传用户:541657925