Pixel Clustering With Cuckoo Optimization For Centroids
Budget: $15 – $25 USD
Implement pixel value clustering for a given number of video frames into 16 clusters for each color channel with each cluster having a range of 16 for example cluster no.1 for pixel values between 0-15, cluster no. 2 for values ranging from 16-32, and so on, and use the Cuckoo search algorithm to find the optimal centroid for each cluster, the program should be set to read N number of frames and update the clusters and centroids after each iteration.