Research Article
Application Algorithms for Basketball Training Based on Big Data and Internet of Things
Algorithm 1
Motion frame noise reduction algorithm based on Chebyshev.
| | Input: : the largest Chebyshev value in the cluster | | | : clusters in a frame | | | Output: cluster set after noise reduction | | (1) | totalPoints points within of center of | | (2) | currentPoints totalPoints | | (3) | while true, do | | (4) | if COUNT (currentPoints) < COUNT (totalPoints) 0.8 then return currentPoints | | (5) | end if | | (6) | | | (7) | currentPoints points within of center of | | (8) | end while |
|