Hi Pedro, Code with many accesses to containers (even plain old C-arrays) are very slow in debug mode due to additional range checking for each access. This is especially noticeable for some image operations since many if not all pixels are accessed (multiple times). Switch to release mode to get full speed.
Best, Stefan ________________________________ Von: Pedro Cardoso [[email protected]] Gesendet: Donnerstag, 29. August 2013 00:25 An: [email protected] Betreff: [mitk-users] Tutorial Step 6 segmentation speed Hi, After testing the step 6 of the tutorial, I noticed that region grower of the mitk workbench is much faster. Is this because I'm on debug mode? also I'm using visual studio 2010. Thanks. ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
