| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Now the project Op can project on a RAI input
Before the changes to the Op, this test failed, because the projection operated on the interval [0, max-min] for an image defined on interval [min, max]. With the changes to the Op, this Op works on [min, max]
| Back | FazBrowse Home | New Git URL |
Now we can pass projection functions that operate on RAIs, which makes matching them a little easier. I can imagine pitfalls, though (for example, we could write a stats.sum Op that works on ArrayImgs. If we want to project an ArrayImg using a summation, we'd match that new Op, and then not find a transform.project Op because the input type of our summation is too specific), so more thought is probably needed.
Designed to close #289 and hopefully also #292 after a little more work.