CN117197682A - Method for blind pixel detection and removal by long-wave infrared remote sensing image - Google Patents

Method for blind pixel detection and removal by long-wave infrared remote sensing image Download PDF

Info

Publication number
CN117197682A
CN117197682A CN202311119819.5A CN202311119819A CN117197682A CN 117197682 A CN117197682 A CN 117197682A CN 202311119819 A CN202311119819 A CN 202311119819A CN 117197682 A CN117197682 A CN 117197682A
Authority
CN
China
Prior art keywords
pixel
blind
pixels
value
remote sensing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202311119819.5A
Other languages
Chinese (zh)
Other versions
CN117197682B (en
Inventor
曹凯利
王玉林
侯波
史明震
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Industry Research Satellite Information Technology Industry Research Institute Co ltd
Original Assignee
Shandong Industry Research Satellite Information Technology Industry Research Institute Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Industry Research Satellite Information Technology Industry Research Institute Co ltd filed Critical Shandong Industry Research Satellite Information Technology Industry Research Institute Co ltd
Priority to CN202311119819.5A priority Critical patent/CN117197682B/en
Publication of CN117197682A publication Critical patent/CN117197682A/en
Application granted granted Critical
Publication of CN117197682B publication Critical patent/CN117197682B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Image Analysis (AREA)
  • Transforming Light Signals Into Electric Signals (AREA)

Abstract

The invention discloses a method for blind pixel detection and removal of a long-wave infrared remote sensing image, which relates to the technical field of satellite remote sensing image processing and comprises the following steps: acquiring multi-scene continuous frame long wave infrared remote sensing images; constructing a 3D-CNN pixel classification model; inputting an image to be subjected to blind pixel detection into a model; classifying by using a 3D-CNN network model; acquiring pixel position coordinates of blind pixels and manufacturing an infrared image blind pixel position table; traversing the classification category to which the non-blind pixel adjacent to the blind pixel position belongs; calculating the average value of all pixels in each classification category; acquiring the median value of all the mean values; using a median value to replace the gray value of the blind pixel point pixel; and by analogy, completing pixel value substitution of all the blind pixels, and obtaining the infrared image after blind pixel compensation. The invention has the advantages that: modeling is carried out based on multi-scene continuous frame images, and blind pixel categories are classified based on pixel level classification, so that automatic detection and removal of blind pixels are realized.

Description

Method for blind pixel detection and removal by long-wave infrared remote sensing image
Technical Field
The invention relates to the technical field of satellite remote sensing image processing, in particular to a method for blind pixel detection and removal by a long-wave infrared remote sensing image.
Background
Due to various limitations of factors such as technology, manufacturing materials and the like, the infrared focal plane array detector has a blind pixel problem in the imaging process, and the blind pixels comprise fixed blind pixels and random blind pixels. The existence of the blind pixels can interfere with the subsequent detection and identification of the target and seriously affect the imaging quality, so that the blind pixels in the infrared image are detected and removed.
There are also some methods for researching detection and removal of infrared image blind pixels at present, and the blind pixel detection method is that an image frame is divided according to the size of a window by an infrared blind pixel detection algorithm based on an adjustable threshold window, and the size relation between the average value and standard deviation in the window is calculated by adjusting the threshold value in the window, so that the purpose of judging the blind pixels is achieved. In the prior art, a 3 sigma detection method based on image Gaussian normal distribution is provided, windowing is performed by taking a pixel as a center, the average value and standard deviation after windowing are calculated, and then whether the pixel is a blind pixel or not is judged by comparing whether the deviation between the gray level of the pixel in the center of the window and the average value is larger than 3 times of the standard deviation. Blind pixel removing methods such as median substitution, adjacent point substitution, first-order linear interpolation substitution, and intra-neighborhood multipoint average substitution.
The existing blind pixel detection method has the problems that the blind pixels are missed to detect, the infrared small target is easily misjudged as the blind pixels, newly added blind pixels in the image are difficult to detect, the effect on complex scenes is poor, and the like. The existing blind pixel removing method is easy to generate compensation failure problem for continuous blind pixels in practical engineering application.
Disclosure of Invention
In order to solve the defects of the prior art, the invention aims to provide a method for carrying out blind pixel detection and removal on long-wave infrared remote sensing images based on modeling of multi-scene continuous frame images, classifying blind pixel categories based on pixel level classification, and realizing automatic detection and removal of blind pixels.
In order to solve the technical problems, the technical scheme provided by the invention is as follows: a method for blind pixel detection and removal by long-wave infrared remote sensing images comprises the following steps:
s1, acquiring a long-wave infrared remote sensing image of a multi-scene continuous frame; the long-wave infrared remote sensing image simultaneously comprises space information and time information;
s2, integrating the space information and the time information in the long-wave infrared remote sensing image together to construct a space-time combined 3D-CNN pixel classification model, wherein pixels belonging to blind pixels are classified into 5 types, and other pixels are classified into 5 types according to the DN of the gray value of the pixel; if the gray value of other pixels is Max and Min, i= (Max-min+1)/5, the classification rule is as follows:
s3, extracting a W X H space-time cube in the long-wave infrared remote sensing image as sample data, wherein W X W is the size of a space neighborhood, H is the number of continuous frames in the long-wave infrared remote sensing image, and dividing the sample data into a training set and a verification set according to the proportion of 1:1:8;
s4, inputting the sample data into the 3D-CNN pixel classification model, and training the 3D-CNN pixel classification model to obtain a trained 3D-CNN pixel classification model; the training set enters four convolution layers, the convolution kernel size is 3 multiplied by 7, the step length is 2, dropout with the ratio of 0.3 is added after the last convolution layer, and then the training set enters a full connection layer, and the full connection layer changes a three-dimensional feature cube into a one-dimensional feature vectorFinally, outputting the category of the sample data by using a Logistic regression classifier aiming at the multiplexing softmax; the loss function of the 3D-CNN pixel classification model is as follows:wherein m represents the size of mini-batch, x i And z i Respectively representing a predicted value and a true value of the ith sample data in each batch; loss is the loss function;
s5, inputting the image to be subjected to blind pixel detection into a trained 3D-CNN pixel classification model for classification, and outputting the class of the classified pixel, wherein the class comprises the class of the blind pixel;
s6, acquiring pixel position coordinates of blind pixels, and manufacturing an infrared image blind pixel position Excel table; the Excel table comprises three columns, wherein the first column is a serial number, the values are 1 to n, n is the total number of blind pixels, the second column is an abscissa value of a blind pixel coordinate, and the third column is an ordinate value corresponding to the abscissa value of the blind pixel coordinate;
s7, traversing classification categories to which non-blind pixel adjacent to the blind pixel position belongs, specifically: judging a neighborhood region where the blind pixel is located according to the position where the blind pixel is located in the image; determining non-blind pixel according to the neighborhood region, and determining a specific category belonging to the classification category according to the determined non-blind pixel;
s8, calculating the average value of all pixels in each classification category;
s8, obtaining the median value of all the average values;
s9, using a median value to replace the gray value of the blind pixel point pixel;
s10, and so on, completing pixel value substitution of all the blind pixels so as to obtain the infrared image after blind pixel compensation.
Compared with the prior art, the invention has the advantages that:
1. the invention combines the advantages of the 3D-CNN model using the 3D convolution cube, which can extract the time dimension characteristics, and uses the continuous frame infrared image to construct the model, which can more accurately distinguish the blind pixel category from other pixel categories, and avoid the omission of the blind pixel. The model is classified based on pixel level, so that the problem of misjudging a small target as a blind pixel can be solved;
2. the invention can detect the fixed blind pixels in the image and accurately identify the newly increased blind pixels which are difficult to solve in the past;
3. according to the blind pixel removing method provided by the invention, the pixel values of the classified non-blind pixel categories are only used for calculation, so that the problem of compensation failure aiming at continuous blind pixels can be avoided;
4. the invention also has better detection effect on the blind pixels in the complex scene by establishing the blind pixel detection model.
Drawings
FIG. 1 is a flow chart of the present invention.
Detailed Description
The following description of the technical solutions in the embodiments of the present invention will be clear and complete, and it is obvious that the described embodiments are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The present invention will be described in further detail with reference to the following examples in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
Examples
A method for blind pixel detection and removal by long-wave infrared remote sensing images comprises the following steps:
s1, acquiring a long-wave infrared remote sensing image of a multi-scene continuous frame; the long-wave infrared remote sensing image simultaneously comprises space information and time information;
s2, integrating the space information and the time information in the long-wave infrared remote sensing image together to construct a space-time combined 3D-CNN pixel classification model, wherein pixels belonging to blind pixels are classified into 5 types, and other pixels are classified into 5 types according to the DN of the gray value of the pixel; if the gray value of other pixels is Max and Min, i= (Max-min+1)/5, the classification rule is as follows:
s3, extracting a W X H space-time cube in the long-wave infrared remote sensing image as sample data, wherein W X W is the size of a space neighborhood, H is the number of continuous frames in the long-wave infrared remote sensing image, and dividing the sample data into a training set and a verification set according to the proportion of 1:1:8;
s4, inputting the sample data into the 3D-CNN pixel classification model, and training the 3D-CNN pixel classification model to obtain a trained 3D-CNN pixel classification model; the training set enters four convolution layers, the convolution kernel size is 3 multiplied by 7, the step length is 2, dropout with the ratio of 0.3 is added after the last convolution layer, then the training set enters a full-connection layer, the full-connection layer changes a three-dimensional feature cube into a one-dimensional feature vector, and finally the class of the sample data is output by using a Logistic regression classifier aiming at a multitasking softmax; the loss function of the 3D-CNN pixel classification model is as follows:wherein m represents the size of mini-batch, x i And z i Respectively representing a predicted value and a true value of the ith sample data in each batch; loss is the loss function;
s5, inputting the image to be subjected to blind pixel detection into a trained 3D-CNN pixel classification model for classification, and outputting the class of the classified pixel, wherein the class comprises the class of the blind pixel;
s6, acquiring pixel position coordinates of blind pixels, and manufacturing an infrared image blind pixel position Excel table; the Excel table comprises three columns, wherein the first column is a serial number, the values are 1 to n, n is the total number of blind pixels, the second column is an abscissa value of a blind pixel coordinate, and the third column is an ordinate value corresponding to the abscissa value of the blind pixel coordinate;
s7, traversing classification categories to which non-blind pixel adjacent to the blind pixel position belongs, specifically: judging a neighborhood region where the blind pixel is located according to the position where the blind pixel is located in the image; determining non-blind pixel according to the neighborhood region, and determining a specific category belonging to the classification category according to the determined non-blind pixel; assuming that a certain blind pixel is located at a non-boundary position of an image and the pixel coordinates are (i, j), eight adjacent pixels are in total in a 3×3 neighborhood, the pixel coordinates are (i-1, j-1), (i-1, j), (i, j+1), (i, j-1), (i, j+1), (i+1, j), (i+1, j+1), and the blind pixel is located at the boundary of the image. It is further assumed that these eight pixels belong to five of the classification categories, namely category 1, category 2, category 3, category 4, category 5;
(i-1,j-1) (i-1,j) (i,j+1)
(i,j-1) (i,j) (i,j+1)
(i+1,j-1) (i+1,j) (i+1,j+1)
the subsequent step calculates the average value of all pixels in each classification category, for example, calculates the average value of the gray values of the pixels included in each of the five categories, which are respectively 350, 760, 1190, 780, 800; acquiring the median value of all the mean values, wherein the median value is 780; the median value is used to replace the gray value of the blind pixel, such as assigning 780 the pixel value of the single blind pixel (i, j) described above.
S8, calculating the average value of all pixels in each classification category;
s8, obtaining the median value of all the average values;
s9, using a median value to replace the gray value of the blind pixel point pixel;
s10, and so on, completing pixel value substitution of all the blind pixels so as to obtain the infrared image after blind pixel compensation.
The advantage of time dimension characteristics can be extracted by combining a 3D-CNN model with a 3D convolution cube, a classification model based on pixel levels is constructed by using continuous frame infrared images, so that blind pixel categories are classified, blind pixel categories are detected, the blind pixel categories are more accurately distinguished from other pixel categories, missing detection and false detection of the blind pixels are avoided, and newly added blind pixels can be detected. The method for replacing the blind pixel gray value by using the gray average value of a certain non-blind pixel class in the blind pixel neighborhood is provided, so that the problem of compensation failure aiming at continuous blind pixels is avoided.
The invention and its embodiments have been described without limitation, and the examples shown are only one of the embodiments of the invention, without the actual embodiment being limited thereto. In summary, those skilled in the art, having benefit of this disclosure, will appreciate that many changes can be made without departing from the spirit and scope of the invention as disclosed herein.

Claims (1)

1. The method for blind pixel detection and removal by using the long-wave infrared remote sensing image is characterized by comprising the following steps of:
s1, acquiring a long-wave infrared remote sensing image of a multi-scene continuous frame; the long-wave infrared remote sensing image simultaneously comprises space information and time information;
s2, integrating the space information and the time information in the long-wave infrared remote sensing image together to construct a space-time combined 3D-CNN pixel classification model, wherein pixels belonging to blind pixels are classified into 5 types, and other pixels are classified into 5 types according to the DN of the gray value of the pixel; if the gray value of other pixels is Max and Min, i= (Max-min+1)/5, the classification rule is as follows:
s3, extracting a W X H space-time cube in the long-wave infrared remote sensing image as sample data, wherein W X W is the size of a space neighborhood, H is the number of continuous frames in the long-wave infrared remote sensing image, and dividing the sample data into a training set and a verification set according to the proportion of 1:1:8;
s4, inputting the sample data into the 3D-CNN pixel classification model, and training the 3D-CNN pixel classification model to obtain a trained 3D-CNN pixel classification model; the training set enters four convolution layers, the convolution kernel size is 3 multiplied by 7, the step length is 2, dropout with the ratio of 0.3 is added after the last convolution layer, then the training set enters a full-connection layer, the full-connection layer changes a three-dimensional feature cube into a one-dimensional feature vector, and finally the class of the sample data is output by using a Logistic regression classifier aiming at a multitasking softmax; the loss function of the 3D-CNN pixel classification model is as follows:wherein m represents the size of mini-batch, x i And z i Respectively representing a predicted value and a true value of the ith sample data in each batch; loss is the loss function;
s5, inputting the image to be subjected to blind pixel detection into a trained 3D-CNN pixel classification model for classification, and outputting the class of the classified pixel, wherein the class comprises the class of the blind pixel;
s6, acquiring pixel position coordinates of blind pixels, and manufacturing an infrared image blind pixel position Excel table; the Excel table comprises three columns, wherein the first column is a serial number, the values are 1 to n, n is the total number of blind pixels, the second column is an abscissa value of a blind pixel coordinate, and the third column is an ordinate value corresponding to the abscissa value of the blind pixel coordinate;
s7, traversing classification categories to which non-blind pixel adjacent to the blind pixel position belongs, specifically: judging a neighborhood region where the blind pixel is located according to the position where the blind pixel is located in the image; determining non-blind pixel according to the neighborhood region, and determining a specific category belonging to the classification category according to the determined non-blind pixel;
s8, calculating the average value of all pixels in each classification category;
s8, obtaining the median value of all the average values;
s9, using a median value to replace the gray value of the blind pixel point pixel;
s10, and so on, completing pixel value substitution of all the blind pixels so as to obtain the infrared image after blind pixel compensation.
CN202311119819.5A 2023-09-01 2023-09-01 Method for blind pixel detection and removal by long-wave infrared remote sensing image Active CN117197682B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311119819.5A CN117197682B (en) 2023-09-01 2023-09-01 Method for blind pixel detection and removal by long-wave infrared remote sensing image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311119819.5A CN117197682B (en) 2023-09-01 2023-09-01 Method for blind pixel detection and removal by long-wave infrared remote sensing image

Publications (2)

Publication Number Publication Date
CN117197682A true CN117197682A (en) 2023-12-08
CN117197682B CN117197682B (en) 2024-06-25

Family

ID=88984350

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311119819.5A Active CN117197682B (en) 2023-09-01 2023-09-01 Method for blind pixel detection and removal by long-wave infrared remote sensing image

Country Status (1)

Country Link
CN (1) CN117197682B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117475242A (en) * 2023-12-27 2024-01-30 南京信息工程大学 Infrared detector blind pixel dynamic detection method based on progressive classification model

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101908209A (en) * 2010-07-29 2010-12-08 中山大学 Cubic spline-based infrared thermal image blind pixel compensation algorithm
US20160165152A1 (en) * 2014-12-08 2016-06-09 Ci Systems (Israel) Ltd. Drift Correction Method for Infrared Imaging Device
WO2017185443A1 (en) * 2016-04-26 2017-11-02 成都市晶林科技有限公司 Blind pixel correction method for infrared focal plane detector
CN107346533A (en) * 2017-07-12 2017-11-14 中国科学院上海技术物理研究所 A kind of blind-pixel elimination method of view-based access control model characteristic
CN108491852A (en) * 2018-01-31 2018-09-04 中国科学院上海技术物理研究所 A kind of blind pixel detection method of face battle array infrared focus plane
CN108805853A (en) * 2017-04-28 2018-11-13 武汉多谱多勒科技有限公司 A kind of infrared image blind pixel detection method
CN109584205A (en) * 2018-10-19 2019-04-05 中国人民解放军海军工程大学 Blind pixel detection method and device
CN110440930A (en) * 2019-08-09 2019-11-12 上海集成电路研发中心有限公司 A kind of low noise infrared detector structure, chip and its test method
CN110598736A (en) * 2019-08-06 2019-12-20 西安理工大学 Power equipment infrared image fault positioning, identifying and predicting method
CN111353495A (en) * 2018-12-20 2020-06-30 中国科学院沈阳自动化研究所 Statistical analysis and evaluation method of infrared imaging blind pixels
CN111353968A (en) * 2018-12-20 2020-06-30 中国科学院沈阳自动化研究所 Infrared image quality evaluation method based on blind pixel detection and analysis
CN112419359A (en) * 2020-11-10 2021-02-26 中国电子科技集团公司第十一研究所 Infrared dim target detection method and device based on convolutional neural network
CN113192059A (en) * 2021-05-24 2021-07-30 北京市遥感信息研究所 On-orbit ship detection method based on infrared remote sensing image
CN114897712A (en) * 2022-04-07 2022-08-12 昆明物理研究所 Infrared image blind pixel compensation method based on two wave bands
CN115019156A (en) * 2022-06-06 2022-09-06 中国科学院光电技术研究所 Blind flash element detection and compensation method based on space-time characteristics
CN115100068A (en) * 2022-07-08 2022-09-23 郑州信大先进技术研究院 Infrared image correction method
CN115880241A (en) * 2022-11-29 2023-03-31 凌云光技术股份有限公司 Detection processing method and system for infrared image blind pixels
CN116630227A (en) * 2023-03-07 2023-08-22 中国科学院微电子研究所 Blind pixel detection method, device, computer equipment and medium

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101908209A (en) * 2010-07-29 2010-12-08 中山大学 Cubic spline-based infrared thermal image blind pixel compensation algorithm
US20160165152A1 (en) * 2014-12-08 2016-06-09 Ci Systems (Israel) Ltd. Drift Correction Method for Infrared Imaging Device
WO2017185443A1 (en) * 2016-04-26 2017-11-02 成都市晶林科技有限公司 Blind pixel correction method for infrared focal plane detector
CN108805853A (en) * 2017-04-28 2018-11-13 武汉多谱多勒科技有限公司 A kind of infrared image blind pixel detection method
CN107346533A (en) * 2017-07-12 2017-11-14 中国科学院上海技术物理研究所 A kind of blind-pixel elimination method of view-based access control model characteristic
CN108491852A (en) * 2018-01-31 2018-09-04 中国科学院上海技术物理研究所 A kind of blind pixel detection method of face battle array infrared focus plane
CN109584205A (en) * 2018-10-19 2019-04-05 中国人民解放军海军工程大学 Blind pixel detection method and device
CN111353495A (en) * 2018-12-20 2020-06-30 中国科学院沈阳自动化研究所 Statistical analysis and evaluation method of infrared imaging blind pixels
CN111353968A (en) * 2018-12-20 2020-06-30 中国科学院沈阳自动化研究所 Infrared image quality evaluation method based on blind pixel detection and analysis
CN110598736A (en) * 2019-08-06 2019-12-20 西安理工大学 Power equipment infrared image fault positioning, identifying and predicting method
CN110440930A (en) * 2019-08-09 2019-11-12 上海集成电路研发中心有限公司 A kind of low noise infrared detector structure, chip and its test method
CN112419359A (en) * 2020-11-10 2021-02-26 中国电子科技集团公司第十一研究所 Infrared dim target detection method and device based on convolutional neural network
CN113192059A (en) * 2021-05-24 2021-07-30 北京市遥感信息研究所 On-orbit ship detection method based on infrared remote sensing image
CN114897712A (en) * 2022-04-07 2022-08-12 昆明物理研究所 Infrared image blind pixel compensation method based on two wave bands
CN115019156A (en) * 2022-06-06 2022-09-06 中国科学院光电技术研究所 Blind flash element detection and compensation method based on space-time characteristics
CN115100068A (en) * 2022-07-08 2022-09-23 郑州信大先进技术研究院 Infrared image correction method
CN115880241A (en) * 2022-11-29 2023-03-31 凌云光技术股份有限公司 Detection processing method and system for infrared image blind pixels
CN116630227A (en) * 2023-03-07 2023-08-22 中国科学院微电子研究所 Blind pixel detection method, device, computer equipment and medium

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
FUJIN HOU ET AL.: "Review on Infrared Imaging Technology", 《SUSTAINABILITY》, vol. 14, no. 18, 6 September 2022 (2022-09-06) *
WENXIU WANG ET AL.: "A new blind-pixel detection method for 384×288 long-wave infrared focal plane arrays images", 《PROC. SPIE 10843, 9TH INTERNATIONAL SYMPOSIUM ON ADVANCED OPTICAL MANUFACTURING AND TESTING TECHNOLOGIES: OPTOELECTRONIC MATERIALS AND DEVICES FOR SENSING AND IMAGING》, 8 February 2019 (2019-02-08) *
宋玉鑫: "红外成像系统中目标检测技术研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》, no. 2023, 15 January 2023 (2023-01-15) *
张东阁 等: "基于一类支持向量机的盲元检测方法", 《红外与激光工程》, vol. 47, no. 4, 25 April 2018 (2018-04-25) *
杨德振 等: "基于时空统计特征的缺陷像元动态实时修复算法", 《红外与激光工程》, vol. 51, no. 3, 25 March 2022 (2022-03-25) *
王玉林 等: ""齐鲁"卫星赋能遥感应用创新发展", 《中国航天》, 15 March 2023 (2023-03-15) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117475242A (en) * 2023-12-27 2024-01-30 南京信息工程大学 Infrared detector blind pixel dynamic detection method based on progressive classification model
CN117475242B (en) * 2023-12-27 2024-03-08 南京信息工程大学 Infrared detector blind pixel dynamic detection method based on progressive classification model

Also Published As

Publication number Publication date
CN117197682B (en) 2024-06-25

Similar Documents

Publication Publication Date Title
CN111223088B (en) Casting surface defect identification method based on deep convolutional neural network
CN107945161B (en) Road surface defect detection method based on textural feature extraction
CN111383209B (en) Unsupervised flaw detection method based on full convolution self-encoder network
CN112819772B (en) High-precision rapid pattern detection and recognition method
CN111784633B (en) Insulator defect automatic detection algorithm for electric power inspection video
CN111080582B (en) Method for detecting defects of inner and outer surfaces of workpiece
CN112233067A (en) Hot rolled steel coil end face quality detection method and system
CN110659591A (en) SAR image change detection method based on twin network
CN117197682B (en) Method for blind pixel detection and removal by long-wave infrared remote sensing image
CN111242026B (en) Remote sensing image target detection method based on spatial hierarchy perception module and metric learning
CN116091504B (en) Connecting pipe connector quality detection method based on image processing
CN115063430A (en) Electric pipeline crack detection method based on image processing
CN115147418B (en) Compression training method and device for defect detection model
CN111985314B (en) Smoke detection method based on ViBe and improved LBP
CN116563262A (en) Building crack detection algorithm based on multiple modes
CN117522864B (en) European pine plate surface flaw detection method based on machine vision
CN117455917B (en) Establishment of false alarm library of etched lead frame and false alarm on-line judging and screening method
CN117314901B (en) Scale-adaptive chip detection neural network system
CN114065798A (en) Visual identification method and device based on machine identification
CN113496159B (en) Multi-scale convolution and dynamic weight cost function smoke target segmentation method
CN117495695B (en) Low-light environment detection system based on millimeter wave and infrared image fusion
CN117078608B (en) Double-mask guide-based high-reflection leather surface defect detection method
CN110929572B (en) Forest fire identification method and system
CN117474916B (en) Image detection method, electronic equipment and storage medium
CN116740593A (en) Smoke detection method based on video image

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant