Page MenuHomePhabricator

Segmentation of tubular structures documentation
Closed, ResolvedPublic

Description

No doxygen documentation available, needs to be written and added to the
related pages section

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone
ResolvedNone

Event Timeline

What is the status of this? Who could do it?

[SVN revision 20240]
ADD (#2680): Adding UserManual for VesselTreeSegmentation, used images serve as "placeholders", new screenshots have to be made.

Please review the text of the documentation, the .qhc file can be opened by QtAssistant ( Edit > Preferences > Documentation > Add )

[SVN revision 20315]
CHG (#2680): Correcting the text of the UserManual. (up-to-date screenshots still missing)

[SVN revision 20384]
CHG (#2680): New screen-shots, splitted documentation to mainpage and details, some changes in the text

[SVN revision 20401]
CHG (#2680): Commented out reference to non-existing documentation. Added Troubleshooting section

[SVN revision 20520]
CHG (#2680): Disabled debug output during runtime and changed some of it to mbilog instead of std::cout

While the debug output might be useful in certain cases it does not need to be active as a default. It can be activated again by changing two flags.

First flag is in
mitkTransformVesselTreeFilter.cpp
second in
DebugOut.h

[SVN revision 20521]
CHG (#2680): Changed output from std::cout to mbilog