Amy M Morton
Amy M Morton
I added my frustration and detailed steps to the discourse too- but I'm shocked that such an important detail is missing in the README. I've been struggling to set this...
When we generate partial volumes, it seems we call the [saveSubVolumesFromSegmentation](https://github.com/BrownBiomechanics/SlicerAutoscoperM/blob/main/AutoscoperM/AutoscoperM.py#L901) in ``` segmentVolume = SubVolumeExtraction.extractSubVolume(volumeNode, segmentationNode, segmentID) segmentVolume.SetName(segmentName) filename = os.path.join(outputDir, volumeSubDir, segmentName + ".tif") IO.castVolumeForTIFF(segmentVolume) IO.writeVolume(segmentVolume, filename) ```...
Comparative Optimization duration (seconds) by software and back-end library performed on frames 0-14 of wrist radial ulnar deviation BVR data. | Software| Release | back-end | duration(minutes, seconds)| |--------|--------|--------|--------| |...
[#157](https://github.com/BrownBiomechanics/SlicerAutoscoperM/issues/157)
Possible modification to allow automatic port chosen in constructor. Multiple instances According to https://doc.qt.io/qt-6/qtcpserver.html (bool QTcpServer::listen(const [QHostAddress](https://doc.qt.io/qt-6/qhostaddress.html) &address = QHostAddress::Any, [quint16](https://doc.qt.io/qt-6/qttypes.html#quint16-typedef) port = 0) Tells the server to listen for...
Current drr and rad filters are manual, by eye - yet what is visually rendered does not illustrate the input to ncc calc TO DO - [ ] computed optimal...
@mjrainbow Excessive downsampling can have negative results: Both image sets are from previously tracked wrist data - with loaded results for the mc3- frame 0 of the trial (WN00106 hammer.cfg)....
Right now- particles are evaluated iteratively. PSO generates N amount of particles(for us, 100 alterations to the initial pose 6dof) .. at each iteration, the best ncc of each particle...
According to [lecture07.pdf](https://github.com/BrownBiomechanics/Autoscoper/files/13078534/lecture07.pdf) Normalization of image intensities involves " subtracting the mean of the patch intensities and dividing by by the std.dev " If we - [ ] set the...
Required documentation: - [ ] As part of answering #129 , looking more thoroughly through data sets : The rigid body surface model file : stl (or .vmrl) and their...