Page 1 of 1

SegmentImage parallel patch

Posted: 2008-05-11T10:33:40-07:00
by perrejba
Hi,

I made some improvements in segment.c, more specifically in function Classify, exploiting parallelism via OpenMP.
I've verified a speedup of almost 4 times in a quad-core system.

http://rapidshare.com/files/114180451/s ... patch.html

I hope this can be used =D

Re: SegmentImage parallel patch

Posted: 2008-05-11T15:48:04-07:00
by perrejba
Hi folks,

Sorry, the previous patch had a little problem in the way I replaced one of the breaks in the end of the for that was parallelized

This patch fixes this:
http://www.inf.ufsc.br/~danielpv/patch. ... ment.patch

EDIT: The url was wrong before and was corrected!