Skip to content

Commit

Permalink
OpenCV Source Code Application Code
Browse files Browse the repository at this point in the history
  • Loading branch information
derekmolloy committed May 25, 2013
1 parent 5e2cbb0 commit adba666
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions boneCV.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* boneCV.cpp
*
* Copyright Derek Molloy, School of Electronic Engineering, Dublin City University
* www.derekmolloy.ie
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that source code redistributions retain this notice.
*
* This software is provided AS IS and it comes with no warranties of any type.
*/

#include<iostream>
#include<opencv2/opencv.hpp>
using namespace std;
Expand Down
11 changes: 11 additions & 0 deletions boneCVtiming.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/* boneCVtiming.cpp
*
* Copyright Derek Molloy, School of Electronic Engineering, Dublin City University
* www.derekmolloy.ie
*
* Redistribution and use in source and binary forms, with or without modification, are permitted
* provided that source code redistributions retain this notice.
*
* This software is provided AS IS and it comes with no warranties of any type.
*/

#include<iostream>
#include<opencv2/opencv.hpp>
#include<time.h>
Expand Down

0 comments on commit adba666

Please sign in to comment.