Rose-Hulman Robotics Team

Changeset 511

Show
Ignore:
Timestamp:
06/03/09 18:38:05 (3 years ago)
Author:
spenceal
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/software/rb/vision/classify.c

    r484 r511  
    7272                                cvRealScalar(get_type(cvGet2D(image, row, col)))); 
    7373 
     74        printf("reshaping, %dx%d\n", image->height, image->width); 
    7475        cvReshape(desired, desired, 1, image->height * image->width); 
     76        printf("done reshaping"); 
    7577        return desired; 
    7678}