lamiastella

git whatchanged

Jun 8th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. commit 17e24f8f66eda0b831ed2296482c7a4d42a8a0ba
  2. Author: Mona Jalal <jalal@cs.wisc.edu>
  3. Date: Thu Jun 8 15:50:10 2017 -0700
  4.  
  5. SR300 support added and code cleaned up by Mona
  6.  
  7. :100644 100644 9f7d59e... 7290fd5... M .gitignore
  8. :100644 100644 e6cd58d... 14427d1... M CMakeLists.txt
  9. :100644 100644 0fdd729... 5747d01... M Calibration.cpp
  10. :100644 100644 b6fe383... 665de28... M Calibration.h
  11. :100644 100644 c431fc4... 718a81a... M Converter.cpp
  12. :100644 100644 9e1b1de... 265ee26... M Converter.h
  13. :100644 100644 2378452... 2a67e46... M DepthCamera.cpp
  14. :100644 100644 ed56d98... e199060... M DepthCamera.h
  15. :100644 100644 ee7aca3... 17e8556... M DoxygenConfig
  16. :100644 100644 9b9101e... 214c78a... M Hand.cpp
  17. :100644 100644 62e57d7... 345bf47... M Hand.h
  18. :100644 100644 4053413... e787980... M LICENSE.md
  19. :100644 100644 99fcbb3... e87caba... M Object3D.cpp
  20. :100644 100644 cf3f61b... 115e91b... M Object3D.h
  21. :100644 100644 9a96a38... c7657ec... M OpenARK-SDK.sln
  22. :100644 100644 1d69a0a... 316e9bc... M OpenARK-SDK/CMakeFindPackage.tx
  23. :100644 100644 12eacbd... 2ca3e1e... M OpenARK-SDK/CMakeLists.tx
  24. :100644 100644 0fe91e2... ec076ba... M OpenARK-SDK/CMakeLists.txt
  25. :100644 100644 935387d... 599285d... M OpenARK-SDK/CMakeSourceGroup.tx
  26. :100644 100644 d5fb292... 2f48d4c... M OpenARK-SDK/OpenARK-SDK.vcxproj
  27. :100644 100644 c8fc79c... 71e2bf3... M OpenARK-SDK/OpenARK-SDK.vcxproj.filters
  28. :100644 100644 e57a3a8... e11aceb... M OpenARK-SDK/README.md
  29. :100644 100644 9e6e9b8... 35129a7... M OpenARK-SDK/vcxproj2cmake.pl
  30. :100644 100644 1f4c4d5... 97d3929... M PMDCamera.cpp
  31. :100644 100644 a0182cc... d4930fc... M PMDCamera.h
  32. :100644 100644 370135d... e21a5fb... M Plane.cpp
  33. :100644 100644 ac09874... a455f05... M Plane.h
  34. :100644 100644 68b9fd3... 2ab905b... M README.md
  35. :100644 100644 b7703ed... 4a0f292... M RGBCamera.cpp
  36. :100644 100644 7c883e8... c671c95... M RGBCamera.h
  37. :100644 100644 d1f20fc... f708c02... M RT_Transform.txt
  38. :100644 100644 bac7bb5... 589a10e... M SR300Camera.cpp
  39. :100644 100644 f472f3e... 1e901f3... M SR300Camera.h
  40. :100644 100644 d569ff8... 6abf574... M SensorIO.cpp
  41. :100644 100644 4aff320... 99d2d76... M StreamingAverager.cpp
  42. :100644 100644 74387c0... a763836... M StreamingAverager.h
  43. :100644 100644 d26c8d7... 23586c7... M UDPSender.cpp
  44. :100644 100644 0a3fe7c... e3bf8f3... M UDPSender.h
  45. :100644 100644 44a62f2... ec12c76... M Util.cpp
  46. :100644 100644 b33b9a4... 0bbe24a... M Util.h
  47. :100644 100644 d706ec0... 82aaabc... M Visualizer.cpp
  48. :100644 100644 c991c5c... d716c12... M Visualizer.h
  49. :100644 100644 734a31d... eed13c9... M Webcam.cpp
  50. :100644 100644 2d83852... 73d4d84... M Webcam.h
  51. :000000 100644 0000000... 908fbc6... A global.cpp
  52. :000000 100644 0000000... 21401b8... A global.h
  53. :100644 100644 a3afe71... 7cd97c6... M samplecode/ARTiltBrushDemo.cpp
  54. :100644 100644 8ff63ed... 9f66c0b... M samplecode/CreatingDebugData.cpp
  55. :100644 100644 e6e03c4... 7e0a203... M samplecode/HandTracking.cpp
  56. :100644 100644 33bdd11... 6efd71b... M samplecode/HandandPlane.cpp
  57. :100644 100644 d0a382b... 51e1e93... M samplecode/LoadingDebugData.cpp
  58. :100644 100644 d569ff8... 6abf574... M samplecode/SensorIO.cpp
  59.  
  60. commit 6af4704ae5e2aacbdc52b4ad3057458158656c11
  61. Author: Mona Jalal <jalal@cs.wisc.edu>
  62. Date: Thu Jun 1 19:36:46 2017 -0700
  63.  
  64. added support for Intel RealSense SR300 Camera
  65.  
  66. :100644 100644 e7016df... 9b9101e... M Hand.cpp
  67. :100644 100644 17945a5... d5fb292... M OpenARK-SDK/OpenARK-SDK.vcxproj
  68. :100644 100644 e3288a7... bac7bb5... M SR300Camera.cpp
  69.  
  70. commit c6d33cc7fe7d4a86540589efdaa42b56ccd73a73
  71. Author: Mona Jalal <jalal@cs.wisc.edu>
  72. Date: Wed May 31 21:33:37 2017 -0700
  73.  
  74. adding all the files
  75.  
  76. :000000 100644 0000000... c431fc4... A Converter.cpp
  77. :000000 100644 0000000... 9e1b1de... A Converter.h
  78. :100644 100644 18577db... 2378452... M DepthCamera.cpp
  79. :100644 100644 4672faa... ed56d98... M DepthCamera.h
  80. :100644 100644 732a664... e7016df... M Hand.cpp
  81. :000000 100644 0000000... 049ee43... A LightVis - Shortcut.lnk
  82. :100644 100644 8124c1c... 17945a5... M OpenARK-SDK/OpenARK-SDK.vcxproj
  83. :100644 100644 b3ef614... c8fc79c... M OpenARK-SDK/OpenARK-SDK.vcxproj.filters
  84. :100644 100644 ef8b32c... 1f4c4d5... M PMDCamera.cpp
  85. :100644 100644 373c1f3... a0182cc... M PMDCamera.h
  86. :000000 100644 0000000... e3288a7... A SR300Camera.cpp
  87. :000000 100644 0000000... f472f3e... A SR300Camera.h
  88. :100644 100644 91e534d... d706ec0... M Visualizer.cpp
  89. :100644 100644 8eae51d... c991c5c... M Visualizer.h
  90.  
  91. commit 05d321cae73f46499e656f84b644dd2c9c244a5e
  92. Author: Bill Zhou <Bill Zhou>
  93. Date: Wed Mar 29 11:02:25 2017 -0700
  94.  
  95. Modified gitignore to exclude main.cpp
  96.  
  97. :100644 100644 b949448... 9f7d59e... M .gitignore
  98. :100644 000000 a3afe71... 0000000... D main.cpp
  99. :000000 100644 0000000... a3afe71... A samplecode/ARTiltBrushDemo.cpp
  100.  
  101. commit fd5e98173da9e9da5c288dadbe22703fd57fee02
  102. Author: Bill Zhou <billzhou2000@gmail.com>
  103. Date: Mon Mar 20 13:27:33 2017 -0700
  104.  
  105. Update License Owner
  106.  
  107. :100644 100644 8dada3e... 4053413... M LICENSE.md
  108.  
  109. commit 216ff02bf8f3e348ef5310e09fb05c2cbb87cffc
  110. Author: Bill Zhou <Bill Zhou>
  111. Date: Sun Mar 19 17:15:12 2017 -0700
  112.  
  113. Update usage section of README
  114.  
  115. :100644 100644 6cf4f72... 68b9fd3... M README.md
  116.  
  117. commit 30af41b53e3c9f6ca66e76bccee39c3d8eb42920
  118. Author: Bill Zhou <Bill Zhou>
  119. Date: Sun Mar 19 16:35:49 2017 -0700
  120.  
  121. Update credits in README
  122.  
  123. :100644 100644 e411a8a... 6cf4f72... M README.md
  124.  
  125. commit a0dece3017ee2969524b83099f2dbc808ac4d8a9
  126. Author: Bill Zhou <Bill Zhou>
  127. Date: Sun Mar 19 16:27:59 2017 -0700
  128.  
  129. Util bug fix
  130.  
  131. :100644 100644 efee909... b949448... M .gitignore
  132. :100644 100644 96e305e... 8124c1c... M OpenARK-SDK/OpenARK-SDK.vcxproj
  133. :100644 100644 1135549... 44a62f2... M Util.cpp
  134. :100644 100644 4361a3a... b33b9a4... M Util.h
  135.  
  136. commit ef185336de0e9b80f1490e960e0728452ade8b3d
  137. Author: Bill Zhou <billzhou2000@gmail.com>
  138. Date: Sun Mar 19 16:25:38 2017 -0700
  139.  
  140. Create LICENSE.md
  141.  
  142. :000000 100644 0000000... 8dada3e... A LICENSE.md
  143.  
  144. commit fe1c38c9406f4ababa0f3f4b188b818d9904fb09
  145. Author: Bill Zhou <Bill Zhou>
  146. Date: Sun Feb 26 00:09:39 2017 -0800
  147.  
  148. beta 0.8 initial commit
  149.  
  150. :000000 100644 0000000... efee909... A .gitignore
  151. :000000 100644 0000000... e6cd58d... A CMakeLists.txt
  152. :000000 100644 0000000... 0fdd729... A Calibration.cpp
  153. :000000 100644 0000000... b6fe383... A Calibration.h
  154. :000000 100644 0000000... 18577db... A DepthCamera.cpp
  155. :000000 100644 0000000... 4672faa... A DepthCamera.h
  156. :000000 100644 0000000... ee7aca3... A DoxygenConfig
  157. :000000 100644 0000000... 732a664... A Hand.cpp
  158. :000000 100644 0000000... 62e57d7... A Hand.h
  159. :000000 100644 0000000... 99fcbb3... A Object3D.cpp
  160. :000000 100644 0000000... cf3f61b... A Object3D.h
  161. :000000 100644 0000000... 9a96a38... A OpenARK-SDK.sln
  162. :000000 100644 0000000... 1d69a0a... A OpenARK-SDK/CMakeFindPackage.tx
  163. :000000 100644 0000000... 12eacbd... A OpenARK-SDK/CMakeLists.tx
  164. :000000 100644 0000000... 0fe91e2... A OpenARK-SDK/CMakeLists.txt
  165. :000000 100644 0000000... 935387d... A OpenARK-SDK/CMakeSourceGroup.tx
  166. :000000 100644 0000000... 96e305e... A OpenARK-SDK/OpenARK-SDK.vcxproj
  167. :000000 100644 0000000... b3ef614... A OpenARK-SDK/OpenARK-SDK.vcxproj.filters
  168. :000000 100644 0000000... e57a3a8... A OpenARK-SDK/README.md
  169. :000000 100644 0000000... 9e6e9b8... A OpenARK-SDK/vcxproj2cmake.pl
  170. :000000 100644 0000000... ef8b32c... A PMDCamera.cpp
  171. :000000 100644 0000000... 373c1f3... A PMDCamera.h
  172. :000000 100644 0000000... 370135d... A Plane.cpp
  173. :000000 100644 0000000... ac09874... A Plane.h
  174. :000000 100644 0000000... e411a8a... A README.md
  175. :000000 100644 0000000... b7703ed... A RGBCamera.cpp
  176. :000000 100644 0000000... 7c883e8... A RGBCamera.h
  177. :000000 100644 0000000... d1f20fc... A RT_Transform.txt
  178. :000000 100644 0000000... d569ff8... A SensorIO.cpp
  179. :000000 100644 0000000... 4aff320... A StreamingAverager.cpp
  180. :000000 100644 0000000... 74387c0... A StreamingAverager.h
  181. :000000 100644 0000000... d26c8d7... A UDPSender.cpp
  182. :000000 100644 0000000... 0a3fe7c... A UDPSender.h
  183. :000000 100644 0000000... 1135549... A Util.cpp
  184. :000000 100644 0000000... 4361a3a... A Util.h
  185. :000000 100644 0000000... 91e534d... A Visualizer.cpp
  186. :000000 100644 0000000... 8eae51d... A Visualizer.h
  187. :000000 100644 0000000... 734a31d... A Webcam.cpp
  188. :000000 100644 0000000... 2d83852... A Webcam.h
  189. :000000 100644 0000000... 10fbeb5... A documentation/OpenARK_Setup.pdf
  190. :000000 100644 0000000... a3afe71... A main.cpp
  191. :000000 100644 0000000... 8ff63ed... A samplecode/CreatingDebugData.cpp
  192. :000000 100644 0000000... e6e03c4... A samplecode/HandTracking.cpp
  193. :000000 100644 0000000... 33bdd11... A samplecode/HandandPlane.cpp
  194. :000000 100644 0000000... d0a382b... A samplecode/LoadingDebugData.cpp
  195. :000000 100644 0000000... d569ff8... A samplecode/SensorIO.cpp
Add Comment
Please, Sign In to add comment