How to find pixel coordinates in batch

I have an array of 3 columns of R,G,B values and 100 rows for different pixels of one image. I need to find the coordinates of similar valued pixels of each element of the array in separate clusters in large number of images in distributed/parallel manner. How do I implement it?

Réponses (1)

KSSV
KSSV le 14 Juin 2017

0 votes

doc find .

2 commentaires

Anupam  Saikia
Anupam Saikia le 14 Juin 2017
I mean to ask, find for every element of the array in all the images in parallel processing.
KSSV
KSSV le 14 Juin 2017
put a parfor loop.

Connectez-vous pour commenter.

Commenté :

le 14 Juin 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by