Help to identify orientation of R.A.M. module
I've been working on a project with OpenCV to identify the orientation of the module.
(If the module is facing up or down, flipped right or left... so there's 4 orientation). I've tried matchTemplate and using the slot in the middle as a reference but I haven't had the best results. What would you guys recommend?
Google for convolutionary neuronal networks. And esp about difference classification/detection.
If you want to do it with opencv - take a look at the dnn module / examples.
What do you want exactly ? What have you already try? Can you give all possible images?