Run Length Encoding is one of the image compression algorithms that is lossless. So let’s get started with simple intro of Run Length Encoding and getting hands dirty. This blog is cross-posted from q-viper.github.io. (Teaser Image taken from here.) If you are interested to learn about Huffman encoding of lossless image compression then please visit […]
Month: May 2021
Getting Started With OpenCV in C/C++ in Windows
How to configure OpenCV for C/C++ in Windows? Installing OpenCV is very hard task because of various things like build error and Compiler Error. So in this tutorial, I will write in brief about how can one install OpenCV for C++ in Windows machine. Getting Systems Ready! First check your system if it is 64-bit […]