I am using the VLIB, the simulink wrapped, blocksets to design algorithm for object detection. I found out some of the blocks might not be working properly, such as
VLIB_unpackMask32
Whatever input feed-in, the output remains all zeros, including the example provided by TI.
Another confusing documentation is the block
VLIB_dilate_bin_square
The C code example seems to be pretty clear. But when I tried to use it in Matlab, the output always have zeros for the last 7/8 data. Is there any way that I can find more detailed documentation?
Thanks a lot. Any input is appreciated!