imagej-ops
imagej-ops copied to clipboard
Implement template matching framework
match(RAI, RAI, method, maxNumberOfMatches) -> List<Localizable>
match(RAI, RAI, method) -> Localizable
match(RAI, RAI) -> Localizable (using cross-correlation)
See also:
- http://docs.opencv.org/2.4/doc/tutorials/imgproc/histograms/template_matching/template_matching.html
-
CorrelateFFTC.java
See also:
- https://imagej.net/plugins/template-matching.html
- https://imagej.net/ImgLib2_Examples#Example_6c_-_Complex_numbers_and_Fourier_transforms
- http://imagejdocu.tudor.lu/doku.php?id=plugin:analysis:feature_finder:start
- https://sites.google.com/site/qingzongtseng/template-matching-ij-plugin
Any updates on this? We are thinking about implementing template matching as op at some point, so we are currently checking if someone did it during the last year. Any pointers, any news, any rumours?
Any pointers, any news, any rumours?
Not that I am aware of but it would be worth to also ask on the forum, e.g. http://forum.imagej.net/t/mpicbg-package-status-enquiry-about-ij2-and-image-features/7025/2.