dakomura / SegPath_code

6 stars 3 forks source link

missing functions in registration #5

Closed wooginawunan closed 9 months ago

wooginawunan commented 10 months ago

Hi,

Thank you for providing the nice implementation.

I am trying to replicate/run from the beginning, of registration. However, i found two missing pieces:

rgb2hed_split can be found in stain.py but the second one self.first_registration is not found anywhere.

Thanks

dakomura commented 10 months ago

Hi @wooginawunan,

Thank you for pointing out the bug.

I have changed rgb2hed_split to be imported from stain.py. Also, first_registration should have been rigid_registration, so I have corrected that as well.