You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mean_shift.cu is a parallel implemenation of mean shift algorithm written in cuda C
means_shift_serial.c is a serial implmenation of the same algorithm written in C
About
This is an implemenation of mean shift algorithm in cuda