This repository has been archived by the owner on Jan 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# PCM Images | ||
|
||
This project is a Google images clone with color histogram and color moments calculations to create an image database. | ||
|
||
The website must be run through a web server and the images need to be processed first by load.html. | ||
|
||
Images are not included. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Production of Multimedia Contents | ||
* T01 - Responsive website in HTML5 & CSS3: http://andrewfonseca.github.io/PCM/T01/home.html | ||
* T02 - BlackJack game using vanilla JS: http://andrewfonseca.github.io/PCM/T02/blackjack_oop.html | ||
* T03 - Web form with JSON and localstorage: http://andrewfonseca.github.io/PCM/T03/index.html | ||
* T03 - Web form with JSON and localstorage: http://andrewfonseca.github.io/PCM/T03/ | ||
* T04 - JS Cartoons in canvas: http://andrewfonseca.github.io/PCM/T04/FotoPrint.html | ||
* P01 - Google images clone: http://andrewfonseca.github.io/PCM/P01 | ||
|
||
**Check P01 README** |