From 90fb3ea7046e40da3e76c2df184d89b7cde6f91e Mon Sep 17 00:00:00 2001 From: MAdityaKurniawan <86349216+MAdityaKurniawan@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:17:29 +0700 Subject: [PATCH] Update bayes.py for practice --- Chapter_1/bayes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Chapter_1/bayes.py b/Chapter_1/bayes.py index b567447..065282e 100644 --- a/Chapter_1/bayes.py +++ b/Chapter_1/bayes.py @@ -6,6 +6,8 @@ MAP_FILE = 'cape_python.png' +print("INI bayes.py") + # Assign search area (SA) corner point locations based on image pixels. SA1_CORNERS = (130, 265, 180, 315) # (UL-X, UL-Y, LR-X, LR-Y) SA2_CORNERS = (80, 255, 130, 305) # (UL-X, UL-Y, LR-X, LR-Y)