intelliproject logo

Last updated articles


Last updates
  Article Author Last update
1How to Use Fonts Without Installing them

How to Use a Font Without Installing it on user's system

Wong Shao Voon03/09/2009
2std::sort Comparison Function

How to write comparison function for std::sort

Wong Shao Voon03/09/2009
3Image processing – Edge Detection filters with c++ and GDI+

This article explains 2 different ways to do edge detection: first method is based on: Sobel , Prewitt and Kirsh and the second one is based on the difference between pairs of pixel around the current pixel.

Silviu Caragea19/05/2009
4Intergrating Project Honeypot into your Website

Use Project Honeypot to prevent spammers from accessing your website

xsist1009/12/2008
5Image Processing - Convolution Filters with c++ and GDI+

A brief description of several useful convolution filters which allows you to apply various effects on photos for certain features.

Silviu Caragea02/11/2008