This chapter will focus on image and video processing fundamentals including required mathematics, standard algorithms, implementation options, and implementing a practical example into a C++ application.
Mathematics Overview
Mathematics has been the foundation of how computers work ever since the first computer was invented. In fact, one of the early applications of computers was in businesses that required computing/calculating complex mathematical problems in a short amount of time. As the computer hardware capabilities started improving ...