imagej-ops icon indicating copy to clipboard operation
imagej-ops copied to clipboard

Implement template matching framework

Open stelfrich opened this issue 8 years ago • 3 comments

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

stelfrich avatar May 16 '17 07:05 stelfrich

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

ctrueden avatar May 16 '17 16:05 ctrueden

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?

mangalp avatar Feb 15 '18 16:02 mangalp

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.

stelfrich avatar Feb 16 '18 08:02 stelfrich