Archive

Full Post List

Oct 26, 2020: OpenCV Series #3: Working with Histograms Histograms are kind of a big deal when it comes to digital image processing. By definition, a histogram is a bar graph that counts the occurrence of …

Oct 22, 2020: OpenCV Series #2: Labeling Image Features After understanding how to access pixels and move them around, let's dive deeper into how we can apply that knowledge towards a technique called …

Mar 17, 2020: OpenCV Series #1: Pixel Manipulation Welcome to this brand new OpenCV series. In this series, we'll discuss various features and possibilities we can achieve with OpenCV. OpenCV is a …

Mar 9, 2018: Deploy to Azure Web App from a Linux build agent I recently had the need to deploy an ASP.NET Core web project to an Azure Web App instance from a Linux build agent outside Visual Studio Team …

Feb 15, 2018: How I built my own Dropbox-like server using NextCloud When Dropbox was first introduced to the world, I became a faithful customer. I loved the service, the idea, the safety and reliability of having my …

Feb 15, 2018: Multiplatform IntelliSense with OmniSharp + Atom There are two types of programmers in this world. The IDE-lover, who prefers to use more robust and complete environments to code. And the …