Team Snakes In The Box
Python
Thunder
Non-negative Matrix Factorization
algorithm = NMF(k=10, percentile=99, max_iter=50, overlap=0.1)
K: Number of Components
Percentile: Used in median filtering
Max_iter: Number of iterations
Overlap: Threshold to combine overlapping regions