Dženan Zukić

Results 653 comments of Dženan Zukić

Latest force-push is another plain rebase.

I reorganized and squashed commits as per discussion this morning. The timing benchmark reveals there is no significant difference in performance of reading/writing large deformation fields. Below is an output...

I separated out preliminary parts of this into PR #8917.

There are multiple remote modules in the same boat. Should we integrate them, and then make code style changes pass on the entire source, including the newly added code? Or...

Just in October I wrote this code: ```cpp if (smoothingSigma > 0.5) { // use FastBilateralImageFilter ... } else { // use BilateralImageFilter ... } ``` So yes, it is...

Niels, it would be good if you tackled these (and possibly other changes) yourself. Push changes either to my branch from which this PR is open, or in the current...

I would prefer not to rename it during transition. Having the same class name will make it easier for people to find it. We could rename it in the future,...

Unfortunately, it doesn't: ```log ... Configuring Slicer with Qt 5.15.3 (using modules: Core, Widgets, Network, OpenGL, PrintSupport, UiTools, Xml, Svg, Sql, XmlPatterns, Multimedia, MultimediaWidgets, X11Extras, WebEngine, WebEngineWidgets, WebChannel, Qml, LinguistTools,...

That was installed through the package manager. I do not remember choosing where to put it.