Jean-Christophe Fillion-Robin
Jean-Christophe Fillion-Robin
To help coordinate the work related to 1.0.0 version, we now have the corresponding [milestone](https://github.com/scikit-build/scikit-build-core/milestone/6).
* Add OpenCL-(CLHPP|Headers|ICD-Loader} external projects * Refactor Autoscoper OpenCL classes to use `cl::*` object References * https://github.com/InsightSoftwareConsortium/ITKVkFFTBackend * [Commit](https://github.com/BrownBiomechanics/Autoscoper/compare/7ddf514b037f0a0bed912e3b342e5f7b2794abc8...jcfr:integrate-OpenCL-Headers-CLHPP-ICD-Loader_disabled-opencl-except-sobel) for disabling all OpenCL code paths except the Sobel filter. Notes:...
To systematically validate input and address issue like one originally described in the following issue, type of all parameter should be validated. * https://github.com/BrownBiomechanics/Autoscoper/pull/132 A possible approach would be to...
Feature integrated through the following pull request should be documented: * https://github.com/BrownBiomechanics/Autoscoper/pull/253 I am thinking of adding a "Advanced Topcis / Logging" section cc: @amymmorton
Instead of hardcoding `-1`, a constant should be used.
To streamline the user experience, consider improving how filter settings are adjusted. Feedback from _Tomasz Bugajski_ related to the filter settings:  _Related documentation: https://autoscoper.readthedocs.io/en/latest/tutorials/filters.html#adjusting-filter-parameters_
This is done anticipating the support for packaging multiple backend-specific versions of Autoscoper in SlicerAutoscoperM.
After loading the following data: * `WN00105/Models/mc3/mc3_dcm_cropped.tif` * `AUT_mc3.stl` It looks like the STL and associated TIFF stack do not align:  Caption: * Top we have volume rendering of...
The call was initially introduced in 6b7ad8e. At the time of the original commit, the base class was `QGLWidget` and calling the virtual function likely didn't have the intended effect....
## Is your feature request related to a problem? Please describe. Slicer still connects `QButtonGroup` / `ctkButtonGroup` using the `buttonClicked(int)` signal in several places. After the CTK change in [PR...