Ruqayya Awan
Ruqayya Awan
Hi, I am using it to identify clusters of cytology cells. I have feature set for around 50K cells which I can use to find clusters using the example provided....
It contains a function for computing CNN-based multiscale features for an image pair.
This pull request comprises a function to perform rough alignment of an image pair. The method implemented uses the centre of mass for finding the translation offset while the angular...
Add feature matching functions for deep feature based registration.
This class will initialize the parameters required for the DFBR registration.
- Estimation of BSpline transform - Applying estimated transform on the moving image
Notebook to show how to perform WSI registration using the DFBR method, followed by the BSpline approach. Readthedocs link: https://tia-toolbox.readthedocs.io/en/dfbr_notebook/_notebooks/jnb/10-wsi_registration.html
Hi, The transformed image (output of STN) is correct when the width and height of the input image are the same. On inputting an image of size 512x256, the transformed...