Back to the main page.
Bug 1782 - prepare_singleshell in ft_prepare_headmodel is using imfill
| Status | CLOSED FIXED |
| Reported | 2012-10-15 12:40:00 +0200 |
| Modified | 2013-06-06 15:10:28 +0200 |
| Product: | FieldTrip |
| Component: | forward |
| Version: | unspecified |
| Hardware: | PC |
| Operating System: | Windows |
| Importance: | P3 normal |
| Assigned to: | Johanna |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Lilla Magyari - 2012-10-15 12:40:17 +0200
the prepare_singleshell subfunction of ft_prepare_headmodel is using imfill. We tried to avoid to use functions from the image processing toolbox, therefore for example, private/volumefillholes is using an spm function instead. Shouldn't be also volumefillholes used in prepare_singleshell instead of imfill? I've just got an error because there were not enough licenses for the image processing toolbox. lilla
Johanna - 2012-10-15 12:44:16 +0200
I think the plan of the new ft_prepare_headmodel that I'm working on (framework begun by Robert) will not involve that subfunction at all, but rather call ft_prepare_singleshell if needed. see bug 1745