Mikhail Polkovnikov

Results 53 comments of Mikhail Polkovnikov

Fix bugs caused when labels == text: 1. Gap size between the title and the color bar itself, when the size of the color bar is changed; 2. Labels position...

Greetings, What is the status of DRR image computation? I have seen some code in External Beam Plan module, but it commented. For example i have two points (vtkMRMLMarkupsFiducialNode) that...

> It would be an option to revive the commented out code, or use some newer approach. For example it would be possible to make use of this function: >...

Greetings, I've managed to generate a DRR image CT ![CT](https://user-images.githubusercontent.com/3785912/79445861-04536000-7fe6-11ea-884a-d715f9f35272.jpg) DRR ![DRR](https://user-images.githubusercontent.com/3785912/79445907-16350300-7fe6-11ea-9cef-0725c2aa3b18.jpg) A couple of questions: 1. What is a best way to show some elements (models) of DRR parameters:...

Thank you for the comments, All the models elements are just for the visualization of detector and image boundaries in 3D, and "burn in" approach doesn't needed (i hope). I...

While converting precalculated DRR from vtkMRMLScalarVolumeNode into vtkMRMLPlanarImageNode what values allowed for DICOM UID values in subject hierarchy node? Will the empty string "" will be enough, since a new...

@cpinter another question. How to use vtkSlicerPlanarImageModuleLogic in a loadable module logic? When i initialize with macros `vtkCxxSetObjectMacro(vtkSlicerPlmDrrLogic, PlanarImageLogic, vtkSlicerPlanarImageModuleLogic);` the pointer to logic seems to be valid, but the...

Greetings, The loadable module for DRR calculation using plastimatch via QProcess is almost ready for initial review. Initially only single image mode available. Does the plastimatch have a command line...

I know about CLI module, but i tried to make it WYSIWYG: beam node for a normal and view-up vectors calculation, volume node for the data itself. As i understood...

> You can edit External_Plastimatch.cmake to change what parts of plastimatch are included in SlicerRT. I've done that, but the plastimatch for DRR computation uses MetaImageHeader (*.mha) file for the...