How To convert My Matlab implementation into Parallel Matlab code?
Show older comments
Hello all, I have written Matlab implementation for VHGW algorithm for fast morphological operations(Dilation and erosion). It works for 0 and 90 degree structuring element. I am unable to convert this sequential code into parallel code using Parallel Computing ToolBox of Matlab. Can someone write this for me?
Answers (1)
KSSV
on 5 Nov 2016
2 votes
Dear Niladri Chakraborty
You cannot expect some one to spend time on your code and parallel it and post it back here. YOu have to do it on your own. You may ask for tips and advises off course.
To parallel a code, you need not to parallel every bit of it. First run a profile in matlab and find out which part of code is taking long time and try to parallelise it. May be your parallel computing tool box might work on that particular part of code which consumes time.
Categories
Find more on Morphological Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!