![]() |
![]() BTech/MTech (Dual Degree) |
||||||||||||||||
BACKMatching of Orthogonal Polygons.Anshuman Tripathi, Souhadra UpadhyayProf Partha Bhowmick, Department of Computer Science and Engineering, IIT KharagpurGENERAL : Inexact matching of orhtogonal polygons, is particularly usefull in the field of fingerpring matching, and object detection among others. This project constists of two parts, in first we developed a database of randomly generated orhtogonal polygons using the Inflate and Cut algorithm for their generation. We developed novel representations for storing the polygons in the database so that the representation doesn't change on rotational transformation, and mirror transformations can be easily applied. In the second part of the project, we developed novel heuristic algorithms to match a given query polygon against a database of polygons, and rate each match on a scale of 100. Finaly we reported the best match based on the rating. END RESULT : We developed two heuristic algorithms and figured out a way to comnine the ratings of these two heuristics, to give the best visually evident results. STATUS : The final code for this project can be downloaded here. POSSIBLE IMPROVEMENTS:
Matching
|