Open travisgoodspeed opened 3 months ago
This aligner is now supported. See Edit / Alignment Constraints / Strategy
.
All integration tests pass when making this the default and removing RomAlignerReliable
, but at the cost of ~10% of execution time. For now, I'm holding off on making it the default.
RomAlignerReliable
now reliably aligns bits when the image is straight or reasonably tilted, but it becomes confused when a large gap exists between two sides of the ROM.One method would be to calculate the tilt of the image from the 1st and n'th bits, then to do all comparisons from coordinates tilted in the same way.
RomAlignerReliable
forked intoRomAlignerTilting