Cross Correlation Popup (located in Display / Verify)#93
Cross Correlation Popup (located in Display / Verify)#93indecisiveuser wants to merge 16 commits intoJaneliaSciComp:masterfrom
Conversation
a34fcf6 to
1521aca
Compare
|
TODO: use https://github.com/JaneliaSciComp/BigStitcher-Spark?tab=readme-ov-file#examples first dataset, stitch before and after the updates |
|
I calculated the stitching on the above dataset (downsampled 2,2,1) with both the new version and mvrecon 7.0.3. All r values are identical across versions.
|
|
great, thanks so much! |
|
let's merge once we looked also at the BigStitcher one here JaneliaSciComp/BigStitcher#162 - this one does not compile because it needs a new release of multiview-reconstruction I guess? |
|
Sure, sounds good. I just fixed the compilation error on the BigStitcher one; the pom was using a snapshot version. I needed to use a snapshot to test out the functionality but it should be fine once they're both merged. |
This PR creates a cross-correlation popup to test image registration quality. As current image quality tools in multiview-reconstruction are interest point-based, this would provide an independent check.
The functionality is as follows: 1. provides the option to compute metrics on all tiles (default) or selected tiles
2. allows the user to select the downsampling and channel(s)
3. calculates the cross correlation for the chosen overlapping tile pairs
4. displays the results in a table sorted by correlation in ascending order. The average intensity of each ViewID is also displayed.
Note: this PR is meant to work in conjunction with this BigStitcher PR