From 069ef4cbd3478b1e51b29768c9a12ae142ccfc70 Mon Sep 17 00:00:00 2001 From: Shahrul Kamil bin Hassan <shahrulkamil98@g.ucla.edu> Date: Wed, 6 Oct 2021 00:31:46 +0000 Subject: [PATCH] Replace Camera.h --- Code/Kamil's Feather Code/Camera.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Code/Kamil's Feather Code/Camera.h b/Code/Kamil's Feather Code/Camera.h index 79fb975..b632ffc 100644 --- a/Code/Kamil's Feather Code/Camera.h +++ b/Code/Kamil's Feather Code/Camera.h @@ -10,15 +10,11 @@ class Camera public: Camera(openmv::rpc_i2c_master *intface); void exe_face_detection(); // Face should be about 2ft away. - void exe_person_detection(); - void exe_qrcode_detection(); // Place the QRCode about 2ft away. bool exe_apriltag_detection(int ID,int *x_temp,int *y_temp,int *angle_temp); - void exe_datamatrix_detection(); // Place the Datamatrix about 2ft away. - void exe_barcode_detection(); // Place the Barcode about 2ft away. bool exe_color_detection(int8_t l_min, int8_t l_max, int8_t a_min, int8_t a_max, int8_t b_min, int8_t b_max); bool exe_color_detection_biggestblob(int8_t l_min, int8_t l_max, int8_t a_min, int8_t a_max, int8_t b_min, int8_t b_max, int& x, int&y); void exe_led_detection(); - void exe_jpeg_snapshot(); + bool exe_goalfinder(int goal1, int goal2, int goal3); //optional to add tag size as parameter? }; #endif -- GitLab