Canny edge detection algorithm based on local threshold
An edge detection algorithm and local threshold technology, which is applied in computing, image analysis, image enhancement, etc., can solve the problems of not considering the difference of local thresholds, the block effect of edge connections between blocks, and the inability to detect local obvious edges, etc. , to achieve the effect of reducing time complexity, improving edge detection and connection rules, and avoiding block effects
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0056] The specific implementation manner of the present invention will be further described in detail below in conjunction with the accompanying drawings and specific examples.
[0057] Such as figure 1As shown, a Canny edge detection algorithm based on local threshold, including the following steps:
[0058] 1) The image is smoothed and filtered, and the noise is removed by Gaussian filtering;
[0059] 2) Calculate the image gradient magnitude and direction based on the smoothed image;
[0060] 3) In the 3×3 neighborhood of the pixel, perform non-maximum value suppression calculation on the gradient direction to obtain the edge point, if the magnitude of the gradient of the current pixel is greater than the gradient magnitude of two adjacent pixels in the positive and negative direction of the gradient value, the point is considered to be an edge point, and its corresponding position is marked as 1, otherwise the point is suppressed as a non-edge point, and its correspondi...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com