|
Eidolon
|
Classes | |
| class | BasicIRTKPlugin |
| class | IRTKPluginMixin |
| class | MotionTrackServerDialog |
| class | MotionTrackServerWidget |
Functions | |
| def | isTrackDir (path) |
| def | isPositiveDefinite (mat) |
| def | detagImage (obj, coresize, revert=False) |
| def | applyMotionTrackRange (process, exefile, cwd, isInvert, filelists, extraArgs, environ) |
| def | applyMotionTrackTask (exefile, cwd, isInvert, filelists, extraArgs=[], numProcs=0, task=None) |
Variables | |
| InterpTypes | |
| ServerMsgs | |
| TrackTypes = enum('motiontrackmultimage','gpunreg','mirtkregister','mirtkregister1file') | |
| JobMetaValues | |
| EnvironVars = enum('LD_LIBRARY_PATH','DYLD_LIBRARY_PATH') | |
| string | trackconfname = 'track.ini' |
| def eidolon.plugins.IRTKPlugin.applyMotionTrackRange | ( | process, | |
| exefile, | |||
| cwd, | |||
| isInvert, | |||
| filelists, | |||
| extraArgs, | |||
| environ | |||
| ) |


| def eidolon.plugins.IRTKPlugin.applyMotionTrackTask | ( | exefile, | |
| cwd, | |||
| isInvert, | |||
| filelists, | |||
extraArgs = [], |
|||
numProcs = 0, |
|||
task = None |
|||
| ) |


| def eidolon.plugins.IRTKPlugin.detagImage | ( | obj, | |
| coresize, | |||
revert = False |
|||
| ) |

| def eidolon.plugins.IRTKPlugin.isPositiveDefinite | ( | mat | ) |
Returns True if `mat' is a positive definite matrix (ie. all positive eigenvalues).
| def eidolon.plugins.IRTKPlugin.isTrackDir | ( | path | ) |
Returns True if `path' is the path to a directory containing tracking information. This is done asynchronously with a daemon thread. The function will block for up to 1 second and return False if an answer isn't calculated by then. This ensures the UI is not held up by a slow file system.
| EnvironVars = enum('LD_LIBRARY_PATH','DYLD_LIBRARY_PATH') |
| InterpTypes |
| JobMetaValues |
| ServerMsgs |
| string trackconfname = 'track.ini' |
| TrackTypes = enum('motiontrackmultimage','gpunreg','mirtkregister','mirtkregister1file') |
1.8.13