Facial Recognition using F# and EmguCV
Read Time: 22 minutesAs the future rushes upon us, there is the growing desire to have a more integrated interaction with our computers. One way is to have our computers recognize us; enter facial recognition. Often this can be done with complex tools, but it is encouraging to be able to do it with something as simple as F# and EmguCV. With these tools in hand, facial recognition can be built into personal projects with ease.
BF Compiler Part 4 - Optimization
Read Time: 12 minutesNow that the BF compiler is together, it’s time to add some obvious optimizations.