Add the mouse scroll functions to the bash wrapper, update documentation

Minor documentation cleanup

More documentation cleanup

Fix an issue with accidentally copying the opencv2 includes to opencv1

Document mouse scroll functionality, continue cleanup
This commit is contained in:
Bradlee Speice
2012-07-18 10:46:22 -04:00
parent 8bb4925efe
commit 13105e0f44
11 changed files with 120 additions and 88 deletions

View File

@ -25,12 +25,14 @@
void usage ();
/// \cond
struct list {
char *fileName;
struct list *next;
};
typedef struct list basic_list;
/// \endcond
int main( int argc, char** argv )
{