documentation cvPtr?D
令人困惑:
The functions return a pointer to a specific array element. Number of array dimension should match to the number of indices passed to the function except for cvPtr1D function that can be used for sequential access to 1D, 2D or nD dense arrays.
他们是否在“除了 cvPtr1D 函数”之后遗漏了一个逗号或其他内容,因为实际上它没有任何意义。
应该像下面这样才有意义吗?
The functions return a pointer to a specific array element. Number of array dimension should match to the number of indices passed to the function except for cvPtr1D function , <--- comma inserted that can be used for sequential access to 1D, 2D or nD dense arrays.
我是一名优秀的程序员,十分优秀!