Attempt to grow array along ambiguous dimension.

i got error from segmentation hand gesture..i don't know what the mean is. can community give me the solution are??

1 Kommentar

Do not post screenshot. It is useless for people who wants to reproduce part of the code.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

DGM
DGM am 8 Jul. 2023
Bearbeitet: DGM am 8 Jul. 2023

0 Stimmen

My guess is that either binaryFrame has 3 channels, or handGesture only has 1 channel. Either way, the expanded mask is deeper than the array you're trying to address with the mask. If backgroundModel is RGB, it will force expansion when you take the frame difference.
If it's not that, you'll have to fill us in with actual code and information about the working images.
Bruno Luong
Bruno Luong am 8 Jul. 2023
Replace the problematic line of code with
handGesture(repmat(~binaryFrame,1,1,size(handGesture,3))) = 0;

Gefragt:

am 8 Jul. 2023

Beantwortet:

am 8 Jul. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by