Template matching for 3D image

Kevin Keraudren kevin.keraudren at googlemail.com
Sun Nov 24 17:45:53 EST 2013


Hi,

I adapted the 2D code from:
https://github.com/scikit-image/scikit-image/blob/master/skimage/feature/template.py

to 3D:
https://github.com/kevin-keraudren/template-matching-3d

I use it in my work, I have manual segmentation experts performed on 
cropped data, and I need the template matching to realign the cropped 
image with the full image (3D medical images). So thanks a lot for the 
2D code!

If you think it is of use, I could fork scikit-image and add the 3D 
version next to the 2D version.

I understand there should be as little duplicated code as necessary, but 
shall I create a function match_template3D or shall match_template check 
the shape of the input image?

Kind regards,

Kevin






-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20131124/c4aad275/attachment.html>


More information about the scikit-image mailing list