- Notifications
You must be signed in to change notification settings - Fork0
tyro-apil/fuzzBuzz
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ControlFan Speed based ontemperature andhumidity
Without visualization plots
python usage.pyWith visualization plots
- Install numpy and matplotlib
pip install numpy matplotlib - Usage:
python usage_viz.py
- Install numpy and matplotlib
- Install opencv-contrib
pip install opencv-contrib-python - Usage
python main.py <image_path> <threshold: [0-100] Default: 25> - Example Usage
python main.py pictures/pic1.jpg 18
- utils/line.py
- Point Dataclass
- Line Class:
Modeled usingy = mx + c
Handled vertical line edge-case - Intersection calculation functions for bothlines andline-segements
- utils/polygon.py
- Polygon Class
- combinePolygons function
Targeted just for trapezoids, triangles and their portions whose one side sits on X-axis
- utils/centroid.py
- Area calculation funtion of polygon
- Centroid calculation function of polygon
About
Self-made Mamdani Fuzzy Inference System
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.



