How To convert My Matlab implementation into Parallel Matlab code?
이전 댓글 표시
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?
답변 (1개)
KSSV
2016년 11월 5일
2 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Morphological Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!