Switch everything to using cvaPoint rather than CvPoint

This commit is contained in:
Bradlee Speice
2012-07-20 10:20:51 -04:00
parent 5fd67a57e6
commit 06804d6528
7 changed files with 118 additions and 139 deletions

View File

@ -36,7 +36,7 @@ typedef struct list basic_list;
int main( int argc, char** argv )
{
CvPoint result_point;
cvaPoint result_point;
result_point.x = result_point.y = 0;
/* Set up everything for getopt */