Stay organized with collections
Save and categorize content based on your preferences.
Applies the Hough transform to an image. For every input band, outputs a band where lines are detected by thresholding the Hough transform with a value of lineThreshold. The output band is named [input]_lines, where [input] is the name of the original band. The defaults provided for the parameters are intended as a starting point for use with UINT8 images.
[[["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."],[[["Detects lines in an image by applying the Hough transform and thresholding the results."],["Outputs a new band for each input band, highlighting detected lines, named \"[input]_lines\"."],["Customizable parameters include grid size, input and line thresholds, and smoothing for the Hough transform."],["Default parameter values are optimized for 8-bit unsigned integer images."],["Users can adjust these parameters to fine-tune line detection for their specific images and use cases."]]],[]]