Andras Lasso

Results 869 comments of Andras Lasso

Resampling to an isotropic space should the first step of any segmentation. You can crop&resample the original grayscale volume (the advantage is that usually the volume will not get much...

Yes, path mappings must be removed. [We have already described this in the setup instructions](https://github.com/SlicerRt/SlicerDebuggingTools#one-time-setup-1), but it is practically impossible to make people read the documentation carefully. Any suggestions for...

This is no longer needed, as view interactions can be disabled in the base class, by setting `effect.enableViewInteractions=False` - see: https://github.com/Slicer/Slicer/blob/dc97ab25ebc1c595fc74cac4cb6ad93dfc894d58/Modules/Loadable/Segmentations/EditorEffects/Python/SegmentEditorEffects/SegmentEditorThresholdEffect.py#L747

Thanks for reporting. Which effects do you find are not compatible with transformed segmentation? Do you use a rigid transform (linear transform with translation or rotation) or a warping transform...

If vim already uses the same debugger as VS code or Visual Studio or Pycharm then the work is already done, just choose the corresponding debugger and connect in vim....

vtkPichonFastMarching filter is research code, never got really cleaned up, hardened, or optimized. The main reason is that while it is useful, it is not that useful in practice compared...

What do you think about this deal: I fix this issue, and you create a video tutorial of how you use it for thromvus and vein segmentation (no need for...

What do you mean by previous history? Why is it not possible to filter out the large file from this repository?

@sebastianandress Removing the version - and thereby removing all the extremely valuable information of how the software evolved, what decisions were made, who contributed to the code, etc. - is...

Registration parameters are not independent from each other but have very complex relationships between them. Anybody who understands what registration parameters can be changed and how should have no problem...