Peak finder Algorithm

Profiling Method

ในส่วนนี้จะเป็นกระบวนการหาจุด peak โดยการใช้ Profiling Method ที่มีเงื่อนไขที่ว่าจะมีจุด Peak จำนวน 1 จุดกระบวนการนี้จะใช้การหาค่าเฉลี่ยของ row ทุกแถว และ ทุก column

<aside> <img src="/icons/server_blue.svg" alt="/icons/server_blue.svg" width="40px" /> SunSensorAlgorithm → main.py

https://github.com/TheGotGithub/SunSensor.git

</aside>

Sun Spot Detected

Sun Spot Detected

ในการที่จะตรวจจับ Sun Spot นั้นเราได้ใช้ขั้นตอนดังต่อไปนี้

Other methods

Greedy Algorithm

Reference