@inbook{7326b82d147f4efc9e07c60567c2e5f0,
title = "Faster two dimensional pattern matching with rotations",
abstract = "The most efficient currently known algorithms for two dimensional matching with rotation have a worst case time complexity of O(n2m 3), where the size of the text is n2 and the size of the pattern is m2. In this paper we present two algorithms for the two dimensional rotated matching problem whose running time is O(n2m2). The preprocessing time of the first algorithms is O(m5) and the preprocessing time of the second algorithm is O(m4).",
keywords = "Design and analysis of algorithms, Rotation, Two dimensional pattern matching",
author = "Amihood Amir and Oren Kapah and Dekel Tsur",
year = "2004",
month = jan,
day = "1",
doi = "10.1007/978-3-540-27801-6\_31",
language = "English",
isbn = "354022341X",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "409--419",
editor = "Sahinalp, \{Suleyman Cenk\} and S. Muthukrishnan and Ugur Dogrusoz",
booktitle = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
address = "Germany",
}