April 2020
Intermediate to advanced
438 pages
12h 2m
English
In this recipe, we will use an image of a script of a Bengali poem by Tagore and search the image to find the occurrence of a Bengali character (ব) using morphological pattern matching. Let's start by importing the Python libraries, modules, and functions required:
import numpy as npimport matplotlib.pylab as pltfrom skimage.io import imreadfrom skimage.color import rgb2gray, gray2rgbfrom scipy import ndimage
Read now
Unlock full access