28 #ifndef HAWKI_IMAGE_STATS_H
29 #define HAWKI_IMAGE_STATS_H
39 (cpl_table ** raw_stats);
41 (cpl_table ** image_stats,
42 const cpl_image * image,
49 int hawki_image_stats_odd_even_column_row_fill_from_image
50 (cpl_table ** odd_column_stats,
51 cpl_table ** even_column_stats,
52 cpl_table ** odd_row_stats,
53 cpl_table ** even_row_stats,
54 const cpl_image * image,
58 (cpl_table ** image_stats,
59 const cpl_frame * frame,
61 int hawki_image_stats_print
62 (cpl_table ** table_stats);
64 (cpl_table ** image_stats,
65 cpl_propertylist ** stats_stats);