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?

Answers (1)

KSSV
KSSV on 14 Jun 2017
doc find .

2 Comments

I mean to ask, find for every element of the array in all the images in parallel processing.
put a parfor loop.

Sign in to comment.

Asked:

on 14 Jun 2017

Commented:

on 14 Jun 2017

Community Treasure Hunt

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

Start Hunting!