01-21-2010 11:36 PM
how can I find largest cluster values from different clusters and display it?
Here I need to consider a cluster as an image(with height ,width,bitsPerPixel as parameters) and I want to blend more than 3 images(find the one with the biggest size) and display only that image(cluster) .
01-21-2010 11:44 PM
01-22-2010 01:07 AM
not an actual image, the cluster is containing the image parameters, describibg an image; like height(numeric), width,bitsperpixel. all numeric
there are more than 3 clusters of this sort.
how do i sort the clusters on the basis of (height*width) and also find out which cluster has the greatest value.
And then display the cluster, or give an output
01-22-2010 02:18 AM
01-22-2010 02:37 AM
hey
thanks for the attempt, but i guess u got me wrong
you took 3 element in a cluster.
i have to take 4 clusters having three elements each(the clusters are of same data type)
Of those 3 elements , in each cluster, i have to find out which cluster has the product of two elements greater(the two elements are known say height and width)
now , I can find out the greates product of the three, but how can I also find out which cluster it belongs to.
thanks again
01-22-2010 03:30 AM
01-22-2010 03:37 AM