Skip to content

Commit

Permalink
Added TP12 - Neural Networks
Browse files Browse the repository at this point in the history
  • Loading branch information
hcostelha committed May 18, 2016
1 parent b13507c commit bb38fb2
Show file tree
Hide file tree
Showing 5,004 changed files with 5,207 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
19 changes: 19 additions & 0 deletions src/TP12/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.4 FATAL_ERROR)
PROJECT(TP12)

# Add OpenCV
FIND_PACKAGE( OpenCV REQUIRED )

# Add definitions, compiler switches, etc.
SET(CMAKE_BUILD_TYPE Debug) # Debug
ADD_DEFINITIONS(-O0) # Debug
# ADD_DEFINITIONS(-O2) # Release

# Show all warnings when compiling
ADD_DEFINITIONS(-Wall)

set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)

# Add executable
ADD_EXECUTABLE( tp12 src/tp12.cpp )
TARGET_LINK_LIBRARIES(tp12 ${OpenCV_LIBS})
4 changes: 4 additions & 0 deletions src/TP12/build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
Binary file added src/TP12/data/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/101.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1016.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1017.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1019.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/102.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/TP12/data/1020.png
Binary file added src/TP12/data/1021.png
Binary file added src/TP12/data/1022.png
Binary file added src/TP12/data/1023.png
Binary file added src/TP12/data/1024.png
Binary file added src/TP12/data/1025.png
Binary file added src/TP12/data/1026.png
Binary file added src/TP12/data/1027.png
Binary file added src/TP12/data/1028.png
Binary file added src/TP12/data/1029.png
Binary file added src/TP12/data/103.png
Binary file added src/TP12/data/1030.png
Binary file added src/TP12/data/1031.png
Binary file added src/TP12/data/1032.png
Binary file added src/TP12/data/1033.png
Binary file added src/TP12/data/1034.png
Binary file added src/TP12/data/1035.png
Binary file added src/TP12/data/1036.png
Binary file added src/TP12/data/1037.png
Binary file added src/TP12/data/1038.png
Binary file added src/TP12/data/1039.png
Binary file added src/TP12/data/104.png
Binary file added src/TP12/data/1040.png
Binary file added src/TP12/data/1041.png
Binary file added src/TP12/data/1042.png
Binary file added src/TP12/data/1043.png
Binary file added src/TP12/data/1044.png
Binary file added src/TP12/data/1045.png
Binary file added src/TP12/data/1046.png
Binary file added src/TP12/data/1047.png
Binary file added src/TP12/data/1048.png
Binary file added src/TP12/data/1049.png
Binary file added src/TP12/data/105.png
Binary file added src/TP12/data/1050.png
Binary file added src/TP12/data/1051.png
Binary file added src/TP12/data/1052.png
Binary file added src/TP12/data/1053.png
Binary file added src/TP12/data/1054.png
Binary file added src/TP12/data/1055.png
Binary file added src/TP12/data/1056.png
Binary file added src/TP12/data/1057.png
Binary file added src/TP12/data/1058.png
Binary file added src/TP12/data/1059.png
Binary file added src/TP12/data/106.png
Binary file added src/TP12/data/1060.png
Binary file added src/TP12/data/1061.png
Binary file added src/TP12/data/1062.png
Binary file added src/TP12/data/1063.png
Binary file added src/TP12/data/1064.png
Binary file added src/TP12/data/1065.png
Binary file added src/TP12/data/1066.png
Binary file added src/TP12/data/1067.png
Binary file added src/TP12/data/1068.png
Binary file added src/TP12/data/1069.png
Binary file added src/TP12/data/107.png
Binary file added src/TP12/data/1070.png
Binary file added src/TP12/data/1071.png
Binary file added src/TP12/data/1072.png
Binary file added src/TP12/data/1073.png
Binary file added src/TP12/data/1074.png
Binary file added src/TP12/data/1075.png
Binary file added src/TP12/data/1076.png
Binary file added src/TP12/data/1077.png
Binary file added src/TP12/data/1078.png
Binary file added src/TP12/data/1079.png
Binary file added src/TP12/data/108.png
Binary file added src/TP12/data/1080.png
Binary file added src/TP12/data/1081.png
Binary file added src/TP12/data/1082.png
Binary file added src/TP12/data/1083.png
Binary file added src/TP12/data/1084.png
Binary file added src/TP12/data/1085.png
Binary file added src/TP12/data/1086.png
Binary file added src/TP12/data/1087.png
Binary file added src/TP12/data/1088.png
Binary file added src/TP12/data/1089.png
Binary file added src/TP12/data/109.png
Binary file added src/TP12/data/1090.png
Binary file added src/TP12/data/1091.png
Binary file added src/TP12/data/1092.png
Binary file added src/TP12/data/1093.png
Binary file added src/TP12/data/1094.png
Binary file added src/TP12/data/1095.png
Binary file added src/TP12/data/1096.png
Binary file added src/TP12/data/1097.png
Binary file added src/TP12/data/1098.png
Binary file added src/TP12/data/1099.png
Binary file added src/TP12/data/11.png
Binary file added src/TP12/data/110.png
Binary file added src/TP12/data/1100.png
Binary file added src/TP12/data/1101.png
Binary file added src/TP12/data/1102.png
Binary file added src/TP12/data/1103.png
Binary file added src/TP12/data/1104.png
Binary file added src/TP12/data/1105.png
Binary file added src/TP12/data/1106.png
Binary file added src/TP12/data/1107.png
Binary file added src/TP12/data/1108.png
Binary file added src/TP12/data/1109.png
Binary file added src/TP12/data/111.png
Binary file added src/TP12/data/1110.png
Binary file added src/TP12/data/1111.png
Binary file added src/TP12/data/1112.png
Binary file added src/TP12/data/1113.png
Binary file added src/TP12/data/1114.png
Binary file added src/TP12/data/1115.png
Binary file added src/TP12/data/1116.png
Binary file added src/TP12/data/1117.png
Binary file added src/TP12/data/1118.png
Binary file added src/TP12/data/1119.png
Binary file added src/TP12/data/112.png
Binary file added src/TP12/data/1120.png
Binary file added src/TP12/data/1121.png
Binary file added src/TP12/data/1122.png
Binary file added src/TP12/data/1123.png
Binary file added src/TP12/data/1124.png
Binary file added src/TP12/data/1125.png
Binary file added src/TP12/data/1126.png
Binary file added src/TP12/data/1127.png
Binary file added src/TP12/data/1128.png
Binary file added src/TP12/data/1129.png
Binary file added src/TP12/data/113.png
Binary file added src/TP12/data/1130.png
Binary file added src/TP12/data/1131.png
Binary file added src/TP12/data/1132.png
Binary file added src/TP12/data/1133.png
Binary file added src/TP12/data/1134.png
Binary file added src/TP12/data/1135.png
Binary file added src/TP12/data/1136.png
Binary file added src/TP12/data/1137.png
Binary file added src/TP12/data/1138.png
Binary file added src/TP12/data/1139.png
Binary file added src/TP12/data/114.png
Binary file added src/TP12/data/1140.png
Binary file added src/TP12/data/1141.png
Binary file added src/TP12/data/1142.png
Binary file added src/TP12/data/1143.png
Binary file added src/TP12/data/1144.png
Binary file added src/TP12/data/1145.png
Binary file added src/TP12/data/1146.png
Binary file added src/TP12/data/1147.png
Binary file added src/TP12/data/1148.png
Binary file added src/TP12/data/1149.png
Binary file added src/TP12/data/115.png
Binary file added src/TP12/data/1150.png
Binary file added src/TP12/data/1151.png
Binary file added src/TP12/data/1152.png
Binary file added src/TP12/data/1153.png
Binary file added src/TP12/data/1154.png
Binary file added src/TP12/data/1155.png
Binary file added src/TP12/data/1156.png
Binary file added src/TP12/data/1157.png
Binary file added src/TP12/data/1158.png
Binary file added src/TP12/data/1159.png
Binary file added src/TP12/data/116.png
Binary file added src/TP12/data/1160.png
Binary file added src/TP12/data/1161.png
Binary file added src/TP12/data/1162.png
Binary file added src/TP12/data/1163.png
Binary file added src/TP12/data/1164.png
Binary file added src/TP12/data/1165.png
Binary file added src/TP12/data/1166.png
Binary file added src/TP12/data/1167.png
Binary file added src/TP12/data/1168.png
Binary file added src/TP12/data/1169.png
Binary file added src/TP12/data/117.png
Binary file added src/TP12/data/1170.png
Binary file added src/TP12/data/1171.png
Binary file added src/TP12/data/1172.png
Binary file added src/TP12/data/1173.png
Binary file added src/TP12/data/1174.png
Binary file added src/TP12/data/1175.png
Binary file added src/TP12/data/1176.png
Binary file added src/TP12/data/1177.png
Binary file added src/TP12/data/1178.png
Binary file added src/TP12/data/1179.png
Binary file added src/TP12/data/118.png
Binary file added src/TP12/data/1180.png
Binary file added src/TP12/data/1181.png
Binary file added src/TP12/data/1182.png
Binary file added src/TP12/data/1183.png
Binary file added src/TP12/data/1184.png
Binary file added src/TP12/data/1185.png
Binary file added src/TP12/data/1186.png
Binary file added src/TP12/data/1187.png
Binary file added src/TP12/data/1188.png
Binary file added src/TP12/data/1189.png
Binary file added src/TP12/data/119.png
Binary file added src/TP12/data/1190.png
Binary file added src/TP12/data/1191.png
Binary file added src/TP12/data/1192.png
Binary file added src/TP12/data/1193.png
Binary file added src/TP12/data/1194.png
Binary file added src/TP12/data/1195.png
Binary file added src/TP12/data/1196.png
Binary file added src/TP12/data/1197.png
Binary file added src/TP12/data/1198.png
Binary file added src/TP12/data/1199.png
Binary file added src/TP12/data/12.png
Binary file added src/TP12/data/120.png
Binary file added src/TP12/data/1200.png
Binary file added src/TP12/data/1201.png
Binary file added src/TP12/data/1202.png
Binary file added src/TP12/data/1203.png
Binary file added src/TP12/data/1204.png
Binary file added src/TP12/data/1205.png
Binary file added src/TP12/data/1206.png
Binary file added src/TP12/data/1207.png
Binary file added src/TP12/data/1208.png
Binary file added src/TP12/data/1209.png
Binary file added src/TP12/data/121.png
Binary file added src/TP12/data/1210.png
Binary file added src/TP12/data/1211.png
Binary file added src/TP12/data/1212.png
Binary file added src/TP12/data/1213.png
Binary file added src/TP12/data/1214.png
Binary file added src/TP12/data/1215.png
Binary file added src/TP12/data/1216.png
Binary file added src/TP12/data/1217.png
Binary file added src/TP12/data/1218.png
Binary file added src/TP12/data/1219.png
Binary file added src/TP12/data/122.png
Binary file added src/TP12/data/1220.png
Binary file added src/TP12/data/1221.png
Binary file added src/TP12/data/1222.png
Binary file added src/TP12/data/1223.png
Binary file added src/TP12/data/1224.png
Binary file added src/TP12/data/1225.png
Binary file added src/TP12/data/1226.png
Binary file added src/TP12/data/1227.png
Binary file added src/TP12/data/1228.png
Binary file added src/TP12/data/1229.png
Binary file added src/TP12/data/123.png
Binary file added src/TP12/data/1230.png
Binary file added src/TP12/data/1231.png
Binary file added src/TP12/data/1232.png
Binary file added src/TP12/data/1233.png
Binary file added src/TP12/data/1234.png
Binary file added src/TP12/data/1235.png
Binary file added src/TP12/data/1236.png
Binary file added src/TP12/data/1237.png
Binary file added src/TP12/data/1238.png
Binary file added src/TP12/data/1239.png
Binary file added src/TP12/data/124.png
Binary file added src/TP12/data/1240.png
Binary file added src/TP12/data/1241.png
Binary file added src/TP12/data/1242.png
Binary file added src/TP12/data/1243.png
Binary file added src/TP12/data/1244.png
Binary file added src/TP12/data/1245.png
Binary file added src/TP12/data/1246.png
Binary file added src/TP12/data/1247.png
Binary file added src/TP12/data/1248.png
Binary file added src/TP12/data/1249.png
Binary file added src/TP12/data/125.png
Binary file added src/TP12/data/1250.png
Binary file added src/TP12/data/1251.png
Binary file added src/TP12/data/1252.png
Binary file added src/TP12/data/1253.png
Binary file added src/TP12/data/1254.png
Binary file added src/TP12/data/1255.png
Binary file added src/TP12/data/1256.png
Binary file added src/TP12/data/1257.png
Binary file added src/TP12/data/1258.png
Binary file added src/TP12/data/1259.png
Binary file added src/TP12/data/126.png
Binary file added src/TP12/data/1260.png
Binary file added src/TP12/data/1261.png
Binary file added src/TP12/data/1262.png
Binary file added src/TP12/data/1263.png
Binary file added src/TP12/data/1264.png
Binary file added src/TP12/data/1265.png
Binary file added src/TP12/data/1266.png
Loading

0 comments on commit bb38fb2

Please sign in to comment.