generated from dopt-python/py311
1.3 KiB
1.3 KiB
KSG AOI image anomaly detection
General
Lib structure by Susanne
- configs:
config.py: reduced version of original config to work as a small test exampleconfig_for_test.py: special parameters for test environment, minimal working example
- main program:
main.py: loads GUI and background worker to observe changes in folder directory
- GUI:
window_manager.pygui_ai_on_off.py
- Logic:
monitor.py: worker logic to observe changes in the relevant folders- function
monitor_folder
- function
preparation.py: main logic to process dataclass Preparation, namely:- copy (backup) of found data to this app's saving directory (
config.py -- STORING_PATH)- method
copy_ngt_and_checkimg
- method
- colourisation of images (only the first) (yellow)
- method
change_image_to_yellow
- method
- fuse the different RGB layers to one image and save it
- method
create_rgb_images_and_patches
- method
- copy (backup) of found data to this app's saving directory (