# Normal Bayes Classifier for Image Segmentation Using OpenCV


The Naive Bayes algorithm is a simple but powerful technique for supervised
machine learning. Its Gaussian variant is implemented in the OpenCV library. In
this tutorial, you will learn how to apply OpenCV’s normal Bayes algorithm,
first on a custom two-dimensional dataset and subsequently for segmenting an
image. After completing this tutorial, you will […] The post Normal Bayes
Classifier for Image Segmentation Using OpenCV appeared first on
MachineLearningMastery.com.

[Read Full Article](https://machinelearningmastery.com/normal-bayes-classifier-for-image-segmentation-using-opencv/)

