Page MenuHomePhabricator

smoothed surface creation does not work any more
Closed, ResolvedPublic

Description

expected behaviour: when you did a segmentation and click on "create smoothed polygon model" a nicely smoothed surface should show up

actual behaviour: the smoothing does not work at all. surface creation brings up an ugly, stepped surfacce

tested on: ubuntu 10.04, commit de4edb, SandboxApp

maybe we can incorporate the nice smoothing capabilities of the CreateSurfaceModel shape model tool!

Event Timeline

Began implementing the "skeleton" for a new smoothed polygon creator (based on the CreateSurfaceModel tool).

[17abf7]: Merge branch 'bug-9118-SmoothedSurfaceCreation'

Merged commits:

2011-09-06 15:02:07 Stefan Kislinskiy [48fae1]
Region growing bundle generates >unsigned< char binary images now.


2011-09-06 14:49:00 Stefan Kislinskiy [982856]
Fixed buggy normals from created surfaces, cleaned up segmentation property page and removed largest component isolation.


2011-09-05 17:27:36 Stefan Kislinskiy [7dadc2]
Implemented new smoothed surface creation and made its options available through the segmentation preference page.


2011-08-31 16:54:47 Stefan Kislinskiy [5120ec]
Began implementing skeleton for new smoothed polygon creation filter.

[af3bdd]: Merge branch 'bug-9118-SmoothedSurfaceCreationFix1'

Merged commits:

2011-09-09 14:59:21 Stefan Kislinskiy [8c5d0a]
Geometry of source image isn't modified anymore.