dithering.h 162 B

12345678910
  1. #ifndef DITHERING_H
  2. #define DITHERING_H
  3. #include <esp_camera.h>
  4. #include "globals.h"
  5. void dither_image(camera_fb_t *frame_buffer, CameraModel *model);
  6. #endif