added photograpy page

This commit is contained in:
2025-10-03 03:24:15 +10:00
parent 6ede163c3d
commit 2c13f78426

View File

@@ -20,27 +20,21 @@
<li><a href="./images/institute.png">Institute))</a></li> <li><a href="./images/institute.png">Institute))</a></li>
</ul> </ul>
</details> </details>
<h2 align="center">OpenCV Details</h2> <h2 align="center">Photography Details</h2>
<hr width="80%" align="center"> <hr width="80%" align="center">
<p align="center"> <p align="center">
<img src="./images/opencv.png" alt="OpenCV" height="150" align="top"> Usually i capture landcape scenes with SLR camera, the main workhorse is Nikon D3100 with kit and 70-210mm
as mentioned before i love when programs are able to <i>see</i> things <br>
my experience with opencv started with simple hight level functions like detectCircle or findContours and
etc...<br>
Right now i'm crawling deeper into the library , and the idea of standartisation of parameters between different
cameras is appealig to me <br>
so i'm trying to understand how all that works from the math side<br>
Additionally, I'm exploring Re-Identification (ReId) techniques,
they are used for recognizing and tracking objects across different camera views or consecutive frames.
</p> </p>
<hr width="50%" align="center"> <p align="center">
<p> <img src="images/photos/image0.png" alt="Photo 0" width="20%">
One of many projects I've worked on is <a href="https://github.com/OkunElya/ArucoNGP-MapCreator" <img src="images/photos/image1.png" alt="Photo 1" width="20%">
target="_blank">ArucoNGP-MapCreator</a>.<br> <img src="images/photos/image2.png" alt="Photo 2" width="20%">
The idea was to create a relative map of Aruco markers just from photos of pairs (or more) of them.<br> </p>
It can also estimate the camera's position in the world relative to a specific marker, using only images <p align="center">
containing any marker.<br> <img src="images/photos/image3.png" alt="Photo 3" width="20%">
It was also my first deep dive into linear algebra.<br> <img src="images/photos/image4.png" alt="Photo 4" width="20%">
<img src="images/photos/image5.png" alt="Photo 5" width="20%">
</p> </p>
</body> </body>