mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
fix(component): properly set features list in CountFacialFeatures
This commit is contained in:
parent
cbe12747b8
commit
29535710fe
@ -226,5 +226,7 @@ int32_t CountFacialFeatures(uint32_t varArrayLength, uint32_t** featuresListPtr)
|
||||
featuresList[listIndex]++;
|
||||
}
|
||||
|
||||
return 0;
|
||||
*featuresListPtr = featuresList;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user