You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Implementation of Odd-Even Routing of NoC on FPGA ##
138
138
139
-
Network on Chip Architecture is the word of tongue these days in Processor Architectures. You can find more about NoC here https://en.wikipedia.org/wiki/Network_on_a_chip . Our goal is to implement the famous odd-even routing on hardware(FPGA).
139
+
[Network on Chip Architecture](https://en.wikipedia.org/wiki/Network_on_a_chip) is the word of tongue these days in Processor Architectures.
140
+
NoCs are being extensively used in modern muticore SoCs, including the famous Intel Core i9 processor.
141
+
Our goal is to implement the famous odd-even routing algorithm on hardware(FPGA).
Aruco Markers are a special class of markers used in pose estimation, which is of great importance in many computer vision applications: robot navigation, augmented reality, and many more. This project aims to create a website that will determine the pose using aruco markers, thereby speeding up of aruco marker testing for augmented reality with Unity 3D.
158
-
You can learn more about Aruco Markers here: https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html
159
-
159
+
[Aruco Markers](https://docs.opencv.org/3.1.0/d5/dae/tutorial_aruco_detection.html) are a special class of markers used in pose estimation, which is of great importance in many computer vision applications: robot navigation, augmented reality, and many more.
160
+
This project aims to create a website that will determine the pose using aruco markers, thereby speeding up of aruco marker testing for augmented reality with Unity 3D.
0 commit comments