Remove project duplicates.

Project pages were actually in the root directory (and outdated).
The ‘projects’ directory was not used by hakyll (but containing
up-to-date pages).

- Update hakyll rules to compile project pages.
- Remove oudated project pages.
This commit is contained in:
Fabien Freling 2014-02-23 16:29:37 +01:00
parent 1049d84b83
commit 68e09d3f5d
10 changed files with 149 additions and 254 deletions

View file

@ -2,9 +2,12 @@
title: Where is my car?
---
One of my first image processing based project. It finds cars on a Google Maps view, based on their color.
One of my first image processing based project done in 2007. It finds cars on a Google Maps
view, based on their color.
When I started this project, I had no experience in image processing, so I tried what came to my mind. Looking backward, the sources are a real mess but I acquired my first image processing skills with it.
When I started this project, I had no experience in image processing, so I tried
what came to my mind. Looking backward, the sources are a real mess but I
acquired my first image processing skills with it.
Here are the basic steps of the program:
@ -23,12 +26,7 @@ Here are the basic steps of the program:
13. Later, I decided to bind it with a Cocoa GUI.
TECHNOLOGIES
------------
## Technologies
The CImg Library: a simple but powerful image processing library
Cocoa: the framework behind every Mac application
SCREENSHOTS
-----------
+ [The CImg Library](http://cimg.sourceforge.net/): a simple but powerful image processing library
+ [Cocoa](http://developer.apple.com/): the framework behind every Mac application