PLOT chart details
- A C++ implementation of Douglas-Peucker Line Approximation Algorithm
- Plot Graphic Library
- A C++ implementation of Douglas-Peucker Line Approximation Algorithm
- Polyline Simplification
- psimpl generic n-dimensional poyline simplification
- OGLTools, A OOP solution to OpenGL programming
- Generating Outlines in OpenGL
- A Lightweight Real-time OpenGL Graph Component
- A class wrapper for Matlab(c) ActiveX Control
- OpenGL Version Check Windows Visual Studio No Dependencies
- Welcome to the GeomAlgorithms.com website
DP Line approximation algorithm is a well-known method to approximate 2D lines. It is quite fast, O(nlog_2(n)) for a n-points line and can drastically compress a data curve. Here, a fully OOP implementation is given.
A library to plot data (lines, maps...) in MFC projects
In this article, you will see a library called PGL that encapsulates plot capabilities in a MFC project for VC6 and VC7. It can easily plot data generated in a project without the need of any external software.
In this article, you will learn about a contour plot class, which is an improved version of the Level Curve Tracing Algorithm. It was designed to draw iso-contour of a user-defined function f(x,y).
A generic C++ implementation for n-dimensional Douglas-Peucker approximation
psimpl is a lightweight header-only C++ library that is generic, easy to use, and provides a variety of simplification algorithms, including the popular Douglas-Peucker approximation. Algorithms for computing the error induced by simplification are also provided.
All the algorithms use a STL-style interface that operates on input and output iterators. Supported polylines can be of any dimension, and defined using floating point or signed integer data types.
A set of classes designed to make programming of OpenGL easier.
Using multi-pass techniques to generate outlines in OpenGL..
This is a paragraph.
Eases up the use of the Matlab(c) COM server....
This fully copy pasteable program shows the version of OpenGL your Windows OS supports.
No comments:
Post a Comment