[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Generates a distance kernel based on the rectilinear (city-block) distance, also known as the Manhattan distance."],["The kernel can be customized using parameters such as radius, units (pixels or meters), normalization, and magnitude scaling."],["By default, the kernel uses pixels as units and is not normalized, with a magnitude of 1."],["The output is a square matrix of weights representing the distances from the center pixel, as illustrated in the provided examples."],["This kernel is commonly used in image processing for operations like edge detection and feature extraction, where rectilinear distances are relevant."]]],[]]