9,868,710 members (34,481 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
34 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Algorithms & Recipes
Bugs & Workarounds
Collections
Cryptography & Security
Date and Time
DLLs & Assemblies
Exception Handling
Game Development
Internet / Network
Localisation
Macros and Add-ins
Parallel Programming
Programming Tips
String handling
Threads, Processes & IPC
Tools and IDE
Ultrabooks
Uncategorised Quick Answers
Uncategorised Tips and Tricks
WinHelp / HTMLHelp
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 1
Page Size:
10
·
25
·
50
Category filtered by: General Programming
[x]
| Algorithms & Recipes
[x]
| Computational Geometry
[x]
Visualizing the Mandelbrot set
by
Andy Bantly
Article
9 May 2013
license:
GPL3
Visualizing the Mandelbrot set using multiple threads of execution.
General Programming » Algorithms & Recipes » Computational Geometry
C++
Windows
MFC
Intermediate
Algorithms
A Delaunay triangulation function in C
by
EricHufschmid
Article
6 May 2013
license:
CPOL
A C function to create a triangle index list
General Programming » Algorithms & Recipes » Computational Geometry
C
Design
Beginner
Line Fitting in Images Using Orthogonal Linear Regression
by
Jon Nethercott
Article
12 Apr 2013
license:
CPOL
Describes an algorithm for calculating the equation of a line in an image using orthogonal linear regression.
General Programming » Algorithms & Recipes » Computational Geometry
WinXP
Vista
C#
Windows
.NET
Win32
Win64
Architect
Dev
Design
, +
Delaunay Triangulation For Fast Mesh Generation
by
HoshiKata
Article
12 Nov 2012
license:
CPOL
Practical on the fly fast mesh generation from arbitrary points.
General Programming » Algorithms & Recipes » Computational Geometry
C#
.NET
Architect
Dev
Intermediate
Advanced
Recursive
Game
physics
Image Inpainting Technique using Local Binary Pattern based Texture Inpainting
by
Grasshopper.iics
Article
25 Sep 2012
license:
CPOL
Easy Image Inpainting using Local Binary Pattern
General Programming » Algorithms & Recipes » Computational Geometry
C#
processing
image
Tile Scaling for Maximum Area Coverage Based Upon Aspect Ratio of Tiles
by
ShawnPavel
Article
21 Sep 2012
license:
CPOL
This is an algorithm for maximizing coverage of a rectangular area with scaling tile children.
General Programming » Algorithms & Recipes » Computational Geometry
C#
.NET
GDI+
Dev
Intermediate
Add a point to a polyline
by
Kenneth Haugland
Article
18 Sep 2012
license:
CPOL
Insert a new point to a polyline
General Programming » Algorithms & Recipes » Computational Geometry
C#
Dev
Intermediate
VB
Visual-Studio
VS2010
VB.NET
Create a Voronoi diagram 1 of 2
by
Kenneth Haugland
Article
26 Jul 2012
license:
CPOL
A detailed description for creating Voronoi diagrams, review of basic functions
General Programming » Algorithms & Recipes » Computational Geometry
Dev
Advanced
VB
.NET
Visual-Studio
VS2010
VB.NET
.NET4
.NET4.5
Create a Voronoi diagram 2 of 3
by
Kenneth Haugland
Article
17 Jul 2012
license:
CPOL
Creation of a Voronoi diagram, description of the binary search tree
General Programming » Algorithms & Recipes » Computational Geometry
VB
Visual-Studio
Advanced
VB
Visual-Studio
VS2010
VB.NET
Detect knoll of arc
by
Mahdi Nejadsahebi
Tip/Trick
12 Jul 2012
license:
CPOL
Detect knoll of an arc.
General Programming » Algorithms & Recipes » Computational Geometry
WinXP
Vista
C++
Dev
Intermediate
Windows
Using DataPlotter implementing three kinds of Scan-converting Line Segments algorithm
by
buyong
Article
7 May 2012
license:
CPOL
Using DataPlotter implements three kind of Scan-converting Line Segments algorithm
General Programming » Algorithms & Recipes » Computational Geometry
WinXP
C#2.0
C#
Beginner
C#
Windows
Visual implementation of Graham's scan algorithm's data movement
by
Sumon1524
Article
4 Apr 2012
license:
CPOL
To find the smallest polygon using Graham's scan algorithm from a point set as input.
General Programming » Algorithms & Recipes » Computational Geometry
VS2008
C#
.NET
Dev
Intermediate
Is a Point inside a Polygon?
by
grinbergnir
Tip/Trick
9 Mar 2012
license:
CPOL
A short and efficient algorithm for checking point inclusion in a polygon.
General Programming » Algorithms & Recipes » Computational Geometry
All-Topics
graphics
The right-angle triangle: Meet your new best friend
by
Yvan Rodrigues
Article
8 Dec 2011
license:
CPOL
Did you skip class the day trigonometry was taught? This article will explain what you’ve been missing all these years.
General Programming » Algorithms & Recipes » Computational Geometry
C#
.NET
Dev
Beginner
Silverlight
Midpoint Algorithm (Divide and Conquer Method) for Drawing a Simple Bezier Curve
by
Ravimal Bandara
Article
8 Jul 2011
license:
CPOL
A simple program that helps to understand the midpoint algorithm for constructing a Bezier curve.
General Programming » Algorithms & Recipes » Computational Geometry
C#
Windows
.NET
GDI+
Dev
Beginner
Computational Geometry, C++ and Wykobi
by
Arash Partow
Article
24 Sep 2010
license:
GPL3
A brief introduction in computational geometry algorithms using Wykobi and C++
General Programming » Algorithms & Recipes » Computational Geometry
VC7.1
VC8.0
C++
C++/CLI
Windows
Win32
Win64
STL
GDI
GDI+
, +
Triangulation of Arbitrary Polygons
by
Daniel Chia
Article
22 Nov 2009
license:
CPOL
This article describes a way of triangulating polygons that is intuitively easy to understand and explain diagrammatically
General Programming » Algorithms & Recipes » Computational Geometry
C#
Windows
Dev
Intermediate
The Butterfly Effect
by
CatchExAs
Article
26 Sep 2009
license:
CPOL
An investigation of Chaos Theory Attractors, using a 4th order Runge-Kutta solver
General Programming » Algorithms & Recipes » Computational Geometry
.NET3.5
C#
.NET
Dev
WPF
Advanced
.NET
A Simple QuadTree Implementation in C#
by
Michael Coyle
Article
29 Oct 2008
license:
CPOL
A QuadTree is a spatial indexing method well suited to 2 dimensional spatial problems
General Programming » Algorithms & Recipes » Computational Geometry
.NET2.0
C#2.0
C#3.0
C#
.NET
Dev
Intermediate
C#
.NET
Curve Fitting using Lagrange Interpolation
by
Fady Aladdin
Article
12 Sep 2008
license:
CPOL
Fitting a set of points P to a curve using Lagrange Interpolation Polynomial.
General Programming » Algorithms & Recipes » Computational Geometry
C#1.0
C#2.0
C#3.0
C#
Windows
.NET
Dev
Intermediate
C#
Convex Hull
by
Fady Aladdin
Article
11 Sep 2008
license:
CPOL
Computing the convex hull of a given set of points
General Programming » Algorithms & Recipes » Computational Geometry
C#
.NET
Intermediate
Image Alignment Algorithms
by
Oleg Krivtsov
Article
7 Aug 2008
license:
CPOL
Implementing the Lucas-Kanade and Baker-Dellaert-Matthews image alignment algorithms.
General Programming » Algorithms & Recipes » Computational Geometry
VC8.0
C++
C
Windows
Dev
Advanced
C++
Image Alignment Algorithms - Part II
by
Oleg Krivtsov
Article
21 Apr 2008
license:
CPOL
Implementing and comparing the forwards compositional and the Hager-Belhumeur algorithms.
General Programming » Algorithms & Recipes » Computational Geometry
VC6
VC7
VC7.1
VC8.0
C++
C
Windows
Dev
Advanced
C++
Bezier Curves Made Simple
by
Tolga Birdal
Article
14 Apr 2008
license:
CPOL
A simple implementation of the famous Bezier curves in C#. Easy to understand.
General Programming » Algorithms & Recipes » Computational Geometry
C#
Windows
.NET
Dev
Intermediate
Irregular or non rectangular shaped bitmap
by
vikas maan
Article
4 Feb 2008
license:
CPOL
Convert rectangular bitmap into non rectangular bitmap (.ppg)
General Programming » Algorithms & Recipes » Computational Geometry
.NET3.0
C#3.0
C#
.NET
Win32
GDI
GDI+
Architect
Dev
Design
, +
Gravity and Collision Simulation in C#
by
Suhib N. Rawshdeh
Article
31 Dec 2007
license:
CPOL
This article demonstrates how to simulate the motion of an object within a Gravity and Collision enabled environment.
General Programming » Algorithms & Recipes » Computational Geometry
C#
.NET
Visual-Studio
Dev
Intermediate
Art Gallery Problem: polygon triangulation & 3-coloring
by
shalafiraistlin
Article
4 May 2007
license:
N/A
This is a solution implementation to the well-known art gallery problem using polygon triangulation and 3-coloring methods
General Programming » Algorithms & Recipes » Computational Geometry
.NET2.0
Win2K
WinXP
Win2003
VS2005
C#2.0
Dev
Intermediate
C#
Windows
, +
The magnetic pendulum fractal
by
iberg
Article
22 Nov 2006
license:
CPOL
An example of the butterfly effect.
General Programming » Algorithms & Recipes » Computational Geometry
VC7
VC7.1
Windows
Visual-Studio
Dev
Intermediate
C++
Writing a fast formula interpreter
by
Julian Ott
Article
6 Apr 2006
license:
N/A
A tutorial on writing your own interpreter.
General Programming » Algorithms & Recipes » Computational Geometry
.NET1.1
WinXP
VS.NET2003
C#
Dev
Intermediate
Windows
.NET
Visual-Studio
Generating Fractals with SSE/SSE2
by
Peter Kankowski
Article
29 Nov 2005
license:
CPOL
An article on generating Mandelbrot and Julia sets using Intel's Streaming SIMD Extensions (SSE, SSE2).
General Programming » Algorithms & Recipes » Computational Geometry
VC6
WinXP
Visual-Studio
Dev
Advanced
C++
Windows
Polygon Triangulation in C#
by
fgshen
Article
3 Oct 2004
license:
N/A
Triangulate a polygon by cutting ears in C#
General Programming » Algorithms & Recipes » Computational Geometry
.NET1.1
VS.NET2003
C#
Windows
Dev
Intermediate
.NET
Visual-Studio
Delaunay's TIN - Triangulated Irregular Network
by
Kazumi Sato
Article
18 Apr 2004
license:
N/A
Delaunay's TIN - Triangulated Irregular Network
General Programming » Algorithms & Recipes » Computational Geometry
VC7.1
Windows
Visual-Studio
Dev
Intermediate
C++
A Matrix-Based 2-D Polygon Clipping Class
by
73
Zeppelin
Article
28 Mar 2003
license:
CDDL
An article on 2-D Polygon Clipping
General Programming » Algorithms & Recipes » Computational Geometry
VC6
VC7
Win2K
WinXP
VS6
MFC
Dev
Intermediate
C++
Windows
, +
Classes for computational geometry
by
Chris Maunder
Article
26 Dec 2001
license:
CPOL
Some classes and utility functions for general computational geometry
General Programming » Algorithms & Recipes » Computational Geometry
VC6
VC7
Win2K
WinXP
Visual-Studio
MFC
Dev
Intermediate
C++
Windows
Page 1 of 1
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid