Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Thresholding is a basic step to convert a gray scaled image into a binary image using a specific threshold value. To find this threshold value

Thresholding is a basic step to convert a gray scaled image into a binary image using a specific threshold value. To find this threshold value is the most critical part. Assume that we have designed abasic algorithm to calculate adaptive threshold T. Algorithm for computing T is1. Use initial threshold to put input image gray levels into two bins (classes)2. Compute Global mean (Mc) for whole image, local means (mi and m2) and scatters (1 and S2) for bothbins3. Compute between class mean (MB) and scatter (S) using abs(m1- m2) and abs(51-52)4. Compute new T using T = MB + S5. Repeat steps (1-4) to find such T which maximizes the product of Me and 5You are given a 5x5 image in fig.3. Assume initial T =100. Run one iteration of above mentioned algorithmto find T and draw binary image after first iteration. Show all steps of your processing.Figure-31070110|7811521045515165209245187713510195205199201

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Upgrade Migration And Transformation Tips And Techniques

Authors: Edward Whalen ,Jim Czuprynski

1st Edition

0071846050, 978-0071846059

More Books

Students also viewed these Databases questions

Question

using signal flow graph

Answered: 1 week ago