LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I find largest cluster values from different clusters and display it?

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) .

0 Kudos
Message 1 of 7
(3,210 Views)
are you talking abt processing a image and finding something? if so post some images? if not explain it a bit more clearly.
0 Kudos
Message 2 of 7
(3,208 Views)

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

0 Kudos
Message 3 of 7
(3,191 Views)
you can try something like this
0 Kudos
Message 4 of 7
(3,182 Views)

 

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

0 Kudos
Message 5 of 7
(3,179 Views)

i have to take 4 clusters having three elements each(the clusters are of same data type)
When they are of same data type why not use an array?
0 Kudos
Message 6 of 7
(3,170 Views)
Check this
0 Kudos
Message 7 of 7
(3,169 Views)