Changeset 511
- Timestamp:
- 06/03/09 18:38:05 (3 years ago)
- Files:
-
- 1 modified
-
trunk/software/rb/vision/classify.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/software/rb/vision/classify.c
r484 r511 72 72 cvRealScalar(get_type(cvGet2D(image, row, col)))); 73 73 74 printf("reshaping, %dx%d\n", image->height, image->width); 74 75 cvReshape(desired, desired, 1, image->height * image->width); 76 printf("done reshaping"); 75 77 return desired; 76 78 }

