Advertisement
Guest User

ImangeProcess.h

a guest
Aug 30th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.30 KB | None | 0 0
  1. /*
  2.  * ImageProcess.h
  3.  *
  4.  *  Created on: Aug 29, 2015
  5.  *  Author: thanh from N.G.U team_an_choi
  6.  */
  7.  
  8. #ifndef IMAGEPROCESS_IMAGEPROCESS_H_
  9. #define IMAGEPROCESS_IMAGEPROCESS_H_
  10.  
  11.  
  12. extern void Image_process_init();
  13. extern void Image_processing_run(void);
  14.  
  15. #endif /* IMAGEPROCESS_IMAGEPROCESS_H_ */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement