[Insight-users] Process Bar problem in ITK program

jiang jiang at TI . Uni-Trier . DE
Tue, 2 Dec 2003 16:59:29 +0100


Hi,
I can use FuzzyConnectedness to do segmentation in my program. However, the
segmenting process is a time consuming work. I want to use process bar to
indicate the progress. When I debug the code, I find that there is only one
line is very slow. It is m_Filter->Update(); This step occupies almost 80%
process time.
How can I separate m_Filter->Update(); in several steps, or use other method
to show the process of the segmentation?
I use Qt as GUI.

Thanks a lot!

Chunyan