This file contains hidden or 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
| // | |
| // main.cpp | |
| // Hand | |
| // | |
| // Created by Nuttapon Pattanavijit on 11/24/14. | |
| // Copyright (c) 2014 nut. All rights reserved. | |
| // | |
| #include <opencv2/core/core.hpp> | |
| #include <opencv2/highgui/highgui.hpp> |
This file contains hidden or 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
| #include <opencv2/core/core.hpp> | |
| #include <opencv2/highgui/highgui.hpp> | |
| #include <opencv2/imgproc/imgproc.hpp> | |
| #include <opencv2/ml/ml.hpp> | |
| #include <iostream> | |
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <string> | |
| #include <vector> | |
| #include <algorithm> |
This file contains hidden or 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
| #include <avr/io.h> | |
| #include <avr/interrupt.h> | |
| #define F_CPU 16000000UL | |
| #include <util/delay.h> | |
| #define nC 30577 | |
| #define nD 27242 | |
| #define nE 24269 | |
| #define nF 22907 | |
| #define nG 20408 |
This file contains hidden or 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
| #include <cstdio> | |
| #include <cstdlib> | |
| #include <vector> | |
| #include <iostream> | |
| using namespace std; | |
| int main(){ | |
| vector<pair< int, pair<int,int> > > elephant; |