Login
Toggle sidebar

Lint: kernel-image-processing

Commas
suggestion

"Typically, kernels are small matrices, and if the desired specific effect of a kernel is known, many computer programmers who work in image processing will know the best numerical values for a kernel. For example a four-by-four identity (here meaning it will not change the image it operates on if used in a convolution) kernel would be [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]."

Line 2:351 · More than 5 commas in a single sentence might make it more difficult to read.