-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I've found that even with the extraction smoothing parameters, sometimes there is a significant amount of mouse jitter between frames.
I propose an enhancement using opencv's findTransformECC
function to perform image registration. 3 conditions must be met with this registration:
- code must correctly handle errors if the registration cannot converge
- a registration template must be applied to an entire dataset, so that each mouse is centered to the same reference point
- code must be able to handle cable masks, and apply the registration transformation to the cable mask as well, if it exists.
Please look here: https://github.com/wingillis/dls-net/blob/master/dls_net/cli.py#L120 for implementation ideas
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request