How to find pixel coordinates in batch

2 views (last 30 days)
Anupam  Saikia
Anupam Saikia on 14 Jun 2017
Commented: KSSV on 14 Jun 2017
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
Anupam  Saikia
Anupam Saikia on 14 Jun 2017
I mean to ask, find for every element of the array in all the images in parallel processing.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!