Image grey level histogram-based foggy day detection method
A technology of grayscale histogram and image grayscale, which is applied in the field of image processing and traffic video detection, can solve the problems of difficult detection in foggy weather, achieve good detection effect, low false detection rate, and fast operation speed
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment Construction
[0045] specific implementation plan
[0046] The present invention is a kind of fog detection method based on image gray level histogram, concrete steps are as follows:
[0047]Step 1, initialization, read in road traffic images or videos, obtain image information, use image processing technology, uniformly convert it into a grayscale image, and calculate the total number of image pixels num, and then obtain the grayscale histogram of the image. For example, the specific steps in matlab are, [m, n, r]=size(f); if(r==1)g=f; elseg=rgb2gray(f); end; num=m*n; hist=imhist (g); where f is the read-in image, g is the grayscale image converted from the original image, num is the total number of image pixels obtained, and hist represents the grayscale histogram of the image, that is, the grayscale value of the image The corresponding relationship with the number of pixels;
[0048] Step 2. According to the corresponding relationship between each gray level and the number of pixels in...
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