Clear Filters
Clear Filters

How to segment a large image parallely by dividing into subimages and merging to get final result

1 view (last 30 days)
Hi
How to give an subimage to each worker, how to perform segmentation on each sub image parallely (for example region growing ,feature extraction,morphological operation etc.) and then merge the result to master process and produce the output i.e nothing but parallel processing.
Give me some idea whether we should use spmd or pmode or parfor or any other way to make parallel.

Answers (0)

Community Treasure Hunt

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

Start Hunting!