Clear Filters
Clear Filters

How to fixed the bellow error...Actually I am doing face detection so the script is working fine for single video/image but it gave the error on multi videos/images (error as i mentioned bellow)

1 view (last 30 days)
Error using detectMinEigenFeatures (line 58) Expected ROI to be an array with number of elements equal to 4.
Error in face_tracking (line 17) points = detectMinEigenFeatures(rgb2gray(videoFrame), 'ROI', bbox);

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!