img_erode函数输入mask[3][3]矩阵值是取0和1吗?调用的时候直接写mask不行,改成&mask[0][0]?另外关于函数的说明是不是有错误呢,左边mask和右边的input没有对应呀
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Because the code reads a 34-bit context for each 32-bits of output, the input needs to be one byte longer than the output in order to make the rightmost two pixels well-defined. 输入比输出多了2bit,所以要多出1个字节来使最右那两个像素得到定义。但是input不是8 pixels per byte吗?
另外社区怎么没人回复哇?求指导