During alignment, streaks appear in the dataset. This could be due to 1 of 2 things:
- Downsampling the data introduces the streaks because of the padding.
- solution: pad after downsampling the data. Would require downsampling the padding.
- Shifting the data introduces these streaks.
- unsure of solution here. maybe use filter?
streaking could cause alignment to not work effectively - phase correlation could capture these streaks instead of the features.
During alignment, streaks appear in the dataset. This could be due to 1 of 2 things:
streaking could cause alignment to not work effectively - phase correlation could capture these streaks instead of the features.