Archive

Full Post List

: 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 …

: 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 …

: 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 …

: 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 …

: 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 …

: 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 …