Back to the main page.
Bug 3141 - extend ft_defacevolume to deface (headshape) meshes, e.g. those from the 3D scanner
Status | CLOSED FIXED |
Reported | 2016-06-10 08:49:00 +0200 |
Modified | 2017-01-17 11:29:44 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: | http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3158 |
Robert Oostenveld - 2016-06-10 08:49:01 +0200
as discussed with Simon (CC)
Robert Oostenveld - 2016-06-14 16:12:46 +0200
Oh, i should have kept track here. The following push contains all relevant changes mac011> git push upstream master X11 forwarding request failed on channel 0 You're about to push master, is that what you intended? [y|n] y Counting objects: 39, done. Delta compression using up to 4 threads. Compressing objects: 100% (39/39), done. Writing objects: 100% (39/39), 6.39 KiB | 0 bytes/s, done. Total 39 (delta 29), reused 0 (delta 0) To git@github.com:fieldtrip/fieldtrip.git 72e10a4..0b046c6 master -> master There is one change to the reading of OBJ files: I had files with a nan in the orientation, which failed. Now they work. There is a new function FT_DEFACEMESH, which internally calls ft_DEFACEVOLUME (which contains all the shared code).
Robert Oostenveld - 2016-06-14 16:14:54 +0200
Hereby I am closing multiple bugs that have been resolved for some time now. If you don't agree to the resolution, please reopen.
Robert Oostenveld - 2016-07-13 11:26:02 +0200
Not all situations are now properly dealt with. See bug 3158.
Robert Oostenveld - 2016-07-13 12:13:14 +0200
(In reply to Robert Oostenveld from comment #3) I made a test script that goes over 4 options, all of them now work. Also additional fields (e.g. vertex classifications in meshes are now correctly dealt with). mac011> git commit -a [master cfa47cc] ENH - improved defacing of triangulated meshes and source models, see http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3141#c3 4 files changed, 118 insertions(+), 25 deletions(-) create mode 100644 test/inspect_bug3141.m