Skip to main content

A simple config watcher

Project description

📦 Detect_LCD_Params – Cấu hình tự động với YAML

Detect_LCD_Params là một class kế thừa từ BaseParams, hỗ trợ:

  • Khởi tạo thông số mặc định.
  • Tự động tạo và load file cấu hình .yaml.
  • Tự động cập nhật config khi file thay đổi (sử dụng watchdog).

🔧 Định nghĩa class

from simpleconfig import BaseParams

class Detect_LCD_Params(BaseParams):
    def __init__(self, app_name, module_name):
        # App name tự động được đặt thành tên file config, module name là module nhỏ trong file đó
        super().__init__(app_name, module_name)
        
        # Tham số cho adaptive threshold (cv2.adaptiveThreshold)
        self.C = 2
        self.block_size = 11
        
        # Tham số nối các vùng trắng
        self.kernel_size = 7
        self.expand_crop_bot = 0
        self.expand_crop_left = 0
        self.expand_crop_right = 0
        self.expand_crop_top = -3
        
        # Tỷ lệ diện tích vùng LCD hợp lệ
        self.min_LCD_area_ratio = 0.4
        self.max_LCD_area_ratio = 0.8
        
        # Tham số xử lý màu
        # Tự động tạo hoặc load cấu hình từ file YAML
        self.create_or_load_yaml()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sparams-3.0.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sparams-3.0.0-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file sparams-3.0.0.tar.gz.

File metadata

  • Download URL: sparams-3.0.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for sparams-3.0.0.tar.gz
Algorithm Hash digest
SHA256 cde6919c7505bbf092c981201d73a9d7730111d86602c180939a10047ec6d4e0
MD5 3b16e5f3355167592d15faf940ec37f2
BLAKE2b-256 f88f7332c047d7f1e20affa8a3702a994ddd2cf28f9594a64327b26e30c5bd05

See more details on using hashes here.

File details

Details for the file sparams-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: sparams-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for sparams-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 19cc89518c6f69ab25e3de43c7f04f570ccb77500785118a7b0baf68fd35f6c9
MD5 ef93bc5c385563fb501bf452146959b2
BLAKE2b-256 8656601427bbf16342a53b1346ea2f461a2f1a817d1e56c128b386fa172fe0d2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page