photo

RASHMI CHINNAPPA


Last seen: 1 year ago Active since 2015

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
255,753
of 301,763

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,413

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 176,447

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


getting execution time more than serial, procedure to optimise the following code using either spmd or using parfor loop
Hi, Following code uses structure array , i have parallelised the code as follows but execution time is more compared to serial...

9 years ago | 0 answers | 0

0

answers

Question


After parallelizing the code, time is increasing compared to serial code. How to optimize the code further parallely for time reduction
gaussianPyramid1 = genPyr(normaizedWeightmap1,'gauss',5); gaussianPyramid2 = genPyr(normaizedWeightmap2,'gauss',5); tic ...

9 years ago | 0 answers | 0

0

answers

Question


How to segment a large image parallely by dividing into subimages and merging to get final result
Hi How to give an subimage to each worker, how to perform segmentation on each sub image parallely (for example region grow...

11 years ago | 0 answers | 0

0

answers