Image Pre-processing through OpenCV (Part-2)

Image Pre-processing through OpenCV (Part-2)

In part-1 of image processing using OpenCV, we learned basic terminology used in computer vision, read-write operations, histogram creation, and edge detection techniques. In part-2 of image pre-processing using OpenCV, we are going to learn a few advanced techniques of…

 How to pre-process images using OpenCV (Part-1)

How to pre-process images using OpenCV (Part-1)

Image pre-processing is an integral part of computer vision for analyzing the image for almost every application. Usually, Image pre-processing steps are very specific to the use case or application type like objection detection, object segmentation, text extraction, facial recognition,…

 How to detect and treat outliers

How to detect and treat outliers

In this article, we are going to understand in-depth and detail about outlier-Statistical and Programming approaches, how to detect and treat outliers so that they won’t screw up the model performance. So read this article till the end, you will…

 All about Google’s Inception network

All about Google’s Inception network

Through this post, you will be able to understand all about google’s Inception network architecture, its different versions, how to use it for transfer learning, real-time implementation. Let’s start: Table of content: What is Inception network? Problems solved by Inception…