Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hello Sir, I needed the calling function of this code which is given below. It is a mtlab code of hawek eye for video of

Hello Sir,

I needed the calling function of this code which is given below.

It is a mtlab code of hawek eye for video of cricket lbw.

please provide the correct results of matlab and calling function.

if there is any mistake or error in code please correct it and provide and good result.

image text in transcribedimage text in transcribed

i needed this one code fig. is given below

image text in transcribed

eyematch.m+ clc clear all close all function frameevematch (frame,thresh,template) [face_a, Skin_region]face (frame); iml-double (rgb2gray(face_a)); img-iml- mean (mean (iml)) template= template-mean (mean (template) ) ; C-normxcorr2 (template, img); Csub c((Size (template, 1)- 1)/2+1: Size (img, 1)-1 (size (template, 0) -1)/2+l:size (img, 2)- l); figure: BW-Csub: BW (Find (BWthresh))l [L, n]=bwabel (BW); Stats regionprop6 (L, 'centriod') figure (1) 10 12 13 15 - 16 17 eyematch.m+ clc clear all close all function frameevematch (frame,thresh,template) [face_a, Skin_region]face (frame); iml-double (rgb2gray(face_a)); img-iml- mean (mean (iml)) template= template-mean (mean (template) ) ; C-normxcorr2 (template, img); Csub c((Size (template, 1)- 1)/2+1: Size (img, 1)-1 (size (template, 0) -1)/2+l:size (img, 2)- l); figure: BW-Csub: BW (Find (BWthresh))l [L, n]=bwabel (BW); Stats regionprop6 (L, 'centriod') figure (1) 10 12 13 15 - 16 17

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

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

More Books

Students also viewed these Databases questions

Question

Provide examples of Dimensional Tables.

Answered: 1 week ago