apputilities.h 210 B

12345678910111213141516
  1. #ifndef __APPUTILITIES_H__
  2. #define __APPUTILITIES_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. //wait for complete
  7. int show_frame_image(void *mat, int height, int width);
  8. #ifdef __cplusplus
  9. };
  10. #endif
  11. #endif