[[["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."],[[["Creates a 2x2 kernel used for Roberts edge detection, a method for identifying edges in images by approximating the gradient."],["The kernel's values can be scaled using the `magnitude` parameter and normalized to sum to 1 using the `normalize` parameter."],["The default kernel has the values `[[1, 0], [0, -1]]`, which represent the weights applied to neighboring pixels to calculate the edge strength."]]],[]]