Implement template matching framework
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 94
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
```
match(RAI, RAI, method, maxNumberOfMatches) -> List
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`](https://github.com/imagej/imagej-ops/blob/11c59bd33254d70f359ea5210ad71d6a64c1693a/src/main/java/net/imagej/ops/filter/correlate/CorrelateFFTC.java)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the proposed match signatures in the issue and read CorrelateFFTC.java to understand the existing correlation operation. Compare the intended behavior with the linked OpenCV template-matching tutorial. Done should include a defined template-matching framework supporting the listed overloads, but the issue does not identify specific tests or implementation files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100