Hello everybody and in particular @bogovicj,
I really find that BigWarp is super useful, but I have a hard time with the landmark placement. I have two questions:
- What’s the logic behind pairing multiple points between the fixed and moving images ? So let’s say I put four points in the fixed image (pf1, pf2, pf3, pf4) then 4 points in the moving image (pm1, pm2, pm3, pm4). To me the logical thing would be that the resulting pairing is pf1->pm1, pf2->pm2,pf3->pm3,pf4->pm4. But it’s not. The current result is pf1->pm2, pf2->pm3,pf3->pm4,pf4->pm1. So at the end, it means that I can only put one point after the other (it’s a bit tedious). Is there a way to do better ?
- I really couldn’t find a way to delete landmarks (I can inactive, but can’t delete). However in the documentation it’s written that ‘right-click + delete’ in the landmark table should delete the landmark (https://imagej.net/BigWarp#Notes_on_point_addition_and_landmark_pair_selection). But for me it doesn’t do anything. Is this a bug ? Or has this feature been replaced by something else ?
Thanks for the tips,
Nicolas
PS: I think I’ve found the answer to question 1, but I’ll just let it for the record