GMU:Wild Type/Mark Eisenberg: Difference between revisions

From Medien Wiki
(Edits, Homework 5 and 6)
Line 21: Line 21:
[[User:Cino3426| — Mark Eisenberg]] <br><br>
[[User:Cino3426| — Mark Eisenberg]] <br><br>


<br>
<br>
<br>
<br>
<br>


Line 33: Line 36:
The font and Processing project can be downloaded from my GitHub [https://github.com/markeisenberg/ProcessingProjects/tree/master/MajoraGiant here]
The font and Processing project can be downloaded from my GitHub [https://github.com/markeisenberg/ProcessingProjects/tree/master/MajoraGiant here]


<br>
<br>
<br>
<br>
<br>
Line 74: Line 78:
* Some SVGs do not display. This is likely due to the logic of the 'if statements', and would need to be modified to work correctly.
* Some SVGs do not display. This is likely due to the logic of the 'if statements', and would need to be modified to work correctly.


[[Image:CurrentResult.png|thumb|left|150px]] <br>
<gallery>
Image: CurrentResult.png
Image: Desired_Result.png
Image: Geks_List.png
</gallery>
 
Code can be viewed on my GitHub [https://github.com/markeisenberg/ProcessingProjects/tree/master/Geks here]
 
== Homework 5 - 3D Font ==
 
Exploration of 3D Fonts and alternative ways to look at multiple fonts. 3D Fonts created as .stl files within Antimony, imported into Meshmixer to reduce file size considerably and finally output as .obj for Processing project.
 
<gallery>
Image: ScreenHW5.png
Image: ScreenHW5_1.png
Image: ScreenHW5_2.png
</gallery>
 
3D files and Processing Code can be viewed on my GitHub [https://github.com/markeisenberg/ProcessingProjects/tree/master/Wild3d here]


[[Image:Desired_Result.png|thumb|left|150px]] <br>
== Homework 6 - OCR using OpenCV ==


[[Image:Geks_List.png|thumb|left|150px]] <br>
Doubled the original OpenCV grid from 7 to 14 to create more detailed letters. Some letters don't orientate correctly, but are still recognised. Also included is a representation of the "man" hieroglyph from my Geks writing system.


Code can be viewed on my GitHub [https://github.com/markeisenberg/ProcessingProjects/tree/master/Geks here]
<gallery>
Image: ScreenHW6.png
Image: ScreenHW6_2.png
Image: ScreenHW6_3.png
Image: ScreenHW6_4.png
Image: ScreenHW6_5.png
</gallery>
 
Processing Code can be viewed on my GitHub [https://github.com/markeisenberg/ProcessingProjects/tree/master/LetterDetection here]