15,745,005 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Artificial Intelligence
Artificial Intelligence
Neural Networks
Machine Learning
Deep Learning
ML.Net
Big Data
Data Science
Tensorflow
ChatGPT
Internet of Things
Internet of Things
Arduino
Edge Device
Raspberry-Pi
Wearables
IoT Edge
Industrial IoT
DevOps
DevOps
Agile
Automation
Continuous Build
Continuous Delivery
Continuous Deployment
Continuous Integration
Deployment
Git
Installation
Integration Testing
Load Testing
Quality Assurance
TFS
Unit Testing
Testing
Containers
Containers
Docker
Kubernetes
Virtual Machine
High Performance Computing
High Performance Computing
GPU
Parallel Processing
Parallelization
Vectorization
Hosted Services
Hosted Services
AWS
Cordova
ExtJS
Google Cloud
Microservices
PhoneGap
Serverless
Storage
Web Hosting
WordPress
Azure
Security
Security
Blockchain
Cryptography
Encryption
Identity
Identity Server
Web Development
Web Development
Blazor
CSS3
Flask
HTML5
Kestrel
LESS
Nginx
Node.js
React
SCSS
Spring
Vue.js
ASP.NET
CSS
Apache
HTML
IIS
XHTML
Mobile Apps
Mobile Apps
Flutter
Ionic
iOS
Nativescript
React Native
Xamarin
Windows Mobile
Android
Desktop Programming
Desktop Programming
Cocoa
Electron
QT
Universal Windows Platform
X11
Windows Forms
ATL
MFC
Swing
Win32
WTL
WPF
XAML
System
Database Development
Database Development
Data Visualization
Elasticsearch
Lucene
MariaDB
MongoDB
NoSQL
PostgreSQL
Redis
MySQL
SQL Server
Productivity Apps and Services
Productivity Apps and Services
LibreOffice
OpenOffice
Sharepoint
Team Communication Tools
Biztalk
Microsoft Office
SAP
Game Development
Game Development
Doom
Kinect
Playstation 4
Playstation 5
Unity
Unreal
XBox
Multimedia
Multimedia
Audio
Image Processing
Video
Audio Video
DirectX
GDI
GDI+
OpenGL
General Programming
General Programming
Algorithms
Compression
Computational Geometry
Emulation
Exceptions
File
Internet
Localization
Memory Management
Optimization
Parser
Performance
Regular Expressions
Sorting
State Machines
Architecture
Design / Graphics
Printing
String
Threads
Usability
Programming Languages
Programming Languages
ASM
Bash
Basic
COBOL
Dart
Go
Haskell
Kotlin
Lua
Pascal
R
Razor
Rust
Scala
Swift
Typescript
Objective C
Visual Basic
VBScript
C++
C#
F#
FORTRAN
Java
Javascript
Perl
Python
Ruby
SQL
PHP
PowerShell
XML
Articles by Tolga Birdal (Articles: 9)
Articles: 9
Articles
Technical Blogs
Tips and Tricks
Reference Articles
Projects
Average article rating: 4.12
Desktop Programming
MFC
Fast List Data Structure
4 Sep 2007 Updated:
4 Sep 2007
Rating: 3.13/5 Votes: 10 Popularity: 3.13
Licence: CPOL Views: 34,303
Bookmarked: 17
Downloaded: 438
Please
Sign up or sign in
to vote.
A fast data structure based on a linked list and dynamic array. This list has O(1) add, delete, and access time.
Win32
Image Warping Using Linear Interpolation and Double Buffer Panel
8 Dec 2007 Updated:
10 Dec 2007
Rating: 4.29/5 Votes: 20 Popularity: 5.27
Licence: CPOL Views: 107,714
Bookmarked: 49
Downloaded: 4,503
Please
Sign up or sign in
to vote.
An image warping tool in C# which uses simple displacement filters.
Optimized Image Inversion Using SSE2
2 May 2009 Updated:
2 May 2009
Rating: 4.06/5 Votes: 9 Popularity: 3.87
Licence: CPOL Views: 45,282
Bookmarked: 20
Downloaded: 970
Please
Sign up or sign in
to vote.
Fast image inversion forms a good basis for optimizing pixel wise operations. We will discuss the ways to achieve the best speed on this inversion operator.
High Performance Computing
Vectorization
Image Processing Basics in C#
16 Nov 2008 Updated:
16 Nov 2008
Rating: 3.85/5 Votes: 20 Popularity: 4.84
Licence: CPOL Views: 118,790
Bookmarked: 83
Downloaded: 4,994
Please
Sign up or sign in
to vote.
This article demonstrates the utilization of C# for basic image processing algorithms
Mobile Apps
Using SQL Server CE Mobile with SQL Server through RDA
16 Nov 2006 Updated:
16 Nov 2006
Rating: 3.41/5 Votes: 12 Popularity: 3.68
Licence: CPOL Views: 61,541
Bookmarked: 38
Downloaded: 563
Please
Sign up or sign in
to vote.
This article is on communicating with a server through Remote Data Access objects.
Programming Languages
C#
Famous Otsu Thresholding in C#
20 Jul 2009 Updated:
20 Jul 2009
Rating: 4.92/5 Votes: 26 Popularity: 6.96
Licence: CPOL Views: 168,263
Bookmarked: 53
Downloaded: 12,228
Please
Sign up or sign in
to vote.
This article explains the basics of the famous Otsu's automatic thresholding method with an implementation in C#.
.NET Useful Functional Class Library
16 Nov 2006 Updated:
16 Nov 2006
Rating: 3.77/5 Votes: 30 Popularity: 5.56
Licence: CPOL Views: 53,350
Bookmarked: 76
Downloaded: 1,391
Please
Sign up or sign in
to vote.
This code includes lots of algorithms and desired code segments for .NET. Written entirely in C#.
A Fast Priority Queue Implementation of the Dijkstra Shortest Path Algorithm
31 Mar 2008 Updated:
4 Aug 2013
Rating: 4.70/5 Votes: 31 Popularity: 6.87
Licence: CPOL Views: 183,931
Bookmarked: 78
Downloaded: 5,060
Please
Sign up or sign in
to vote.
Anyone needs a fast, efficient algorithm to compute the shortest path in C#? This article provides one.
Bezier Curves Made Simple
14 Apr 2008 Updated:
14 Apr 2008
Rating: 4.92/5 Votes: 42 Popularity: 7.71
Licence: CPOL Views: 379,095
Bookmarked: 103
Downloaded: 14,952
Please
Sign up or sign in
to vote.
A simple implementation of the famous Bezier curves in C#. Easy to understand.
Average blogs rating:
No blogs have been submitted.
Average tips rating:
No tips have been posted.
Average reference rating:
No reference articles have been posted.
Average project rating:
No projects have been posted.
Tolga Birdal
CEO
Gravi Information Technologies and Consultancy Ltd
Turkey
Currently, also an MSc. student in Technical University of Munich, I develop practical application in computer vision for more than 5 years. I design real-time solutions to industrial and practical vision problems, both 3D and 2D. Very interested in developing algorithms in C relating math and vision.
Please visit Gravi's web page (http://www.gravi.com.tr) and my page (http://www.tbirdal.me) to learn more about what we develop.
I admire performance in algorithms.
"Great minds never die, they just tend to infinity..."