You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
calculates coordinate transforms for all manipulators
It uses visual information based on OpenCV. We implement a simple version.
For motor ranges, the user is asked to move each manipulator at two opposite XYZ corners.
For coordinate transforms, we use the same technique as manual calibration, except template matching is used to recenter the pipette tip:
The user puts the pipette tip in the center of view. A photo is taken
The program moves the Z axis of the microscope and calculates template matching criterion (correlation) vs. Z. This is the autofocus function.
The program moves each axis in turn by a small amount, to keep the pipette in view. Autofocus is done using the autofocus function: template matching criterion gives two possibilities for the Z coordinate, the program tries both; we repeat until maximum match is obtained. Then position on screen is obtained by template matching.
A first coordinate transform is obtained in this way.
We repeat (3-4), but before template matching, the stage is moved using the first coordinate transform so as to put the pipette back in the field of view.
The text was updated successfully, but these errors were encountered:
The automated calibration application:
It uses visual information based on OpenCV. We implement a simple version.
For motor ranges, the user is asked to move each manipulator at two opposite XYZ corners.
For coordinate transforms, we use the same technique as manual calibration, except template matching is used to recenter the pipette tip:
The text was updated successfully, but these errors were encountered: