CN110648316A - Steel coil end face edge detection algorithm based on deep learning - Google Patents

Steel coil end face edge detection algorithm based on deep learning Download PDF

Info

Publication number
CN110648316A
CN110648316A CN201910844889.4A CN201910844889A CN110648316A CN 110648316 A CN110648316 A CN 110648316A CN 201910844889 A CN201910844889 A CN 201910844889A CN 110648316 A CN110648316 A CN 110648316A
Authority
CN
China
Prior art keywords
scale
convolution
feature
edge detection
feature extraction
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
CN201910844889.4A
Other languages
Chinese (zh)
Other versions
CN110648316B (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.)
Innovation Qizhi (chengdu) Technology Co Ltd
Original Assignee
Innovation Qizhi (chengdu) Technology 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 Innovation Qizhi (chengdu) Technology Co Ltd filed Critical Innovation Qizhi (chengdu) Technology Co Ltd
Priority to CN201910844889.4A priority Critical patent/CN110648316B/en
Publication of CN110648316A publication Critical patent/CN110648316A/en
Application granted granted Critical
Publication of CN110648316B publication Critical patent/CN110648316B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • G06T7/0004Industrial image inspection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/25Fusion techniques
    • G06F18/253Fusion techniques of extracted features
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30108Industrial image inspection

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • Evolutionary Computation (AREA)
  • Computing Systems (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • Molecular Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Health & Medical Sciences (AREA)
  • Evolutionary Biology (AREA)
  • Quality & Reliability (AREA)
  • Image Processing (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a steel coil end face edge detection algorithm based on deep learning, which comprises the steps of improving a deep convolutional neural network structure, and respectively improving a multi-scale feature extraction part and a multi-scale feature fusion part, wherein the multi-scale feature extraction part is composed of five feature extraction modules with different scales, the multi-scale feature fusion part is mainly composed of a convolutional layer and a reverse convolutional layer, image acquisition is carried out, an acquired image is sent into the deep convolutional neural network for edge detection, and then an edge detection result is output; the deep convolution neural network is improved, automatically learns the characteristics from the data, can learn the edge of neglected numbers, only shows the edge of the steel coil, and has better robustness and good detection effect.

Description

Steel coil end face edge detection algorithm based on deep learning
Technical Field
The invention relates to the technical field of industrial vision, in particular to a steel coil end face edge detection algorithm based on deep learning.
Background
The steel coil end face has extremely strong regular texture edge characteristics, and in order to automatically detect the defect condition of the steel coil end face, the edge of the steel coil end face needs to be detected in the first step, so that auxiliary information is provided for subsequent defect detection.
In the prior art, the edge detection algorithm based on the traditional image processing is usually based on the angle of calculating the pixel gradient of an image, and various different edge detection operators are adopted to perform sliding window calculation on the image in a convolution filtering mode, wherein the most common algorithm is the canny edge detection algorithm. However, when the method is applied to the field of edge detection of the end face of the steel coil, the edge image obtained based on the traditional image processing algorithm often has a plurality of noise points, such as high light and shadow generated by illumination, and uneven parts generated by oxidation on the surface of the steel coil can greatly interfere with the edge image detected by the traditional algorithm, and the loss function of the traditional edge detection adopts a pixel-by-pixel binary cross entropy loss function, and then the pixel-by-pixel loss values are summed to obtain a final loss value, namely the final loss value is obtained, namely the final loss value
Figure BDA0002194908230000011
Because the edge lines occupy few pixels and the background pixels are very many, the two types of class imbalance can cause that the network training process is easy to fall into a local extremum, and the accuracy of the calculation result is low.
Disclosure of Invention
The invention aims to overcome the problems in the prior art and provides a steel coil end face edge detection algorithm based on deep learning.
In order to achieve the technical purpose and achieve the technical effect, the invention is realized by the following technical scheme:
a steel coil end face edge detection algorithm based on deep learning comprises the following steps:
s1, improving the structure of the deep convolutional neural network, and respectively improving the multi-scale feature extraction part and the multi-scale feature fusion part;
s101, a multi-scale feature extraction part consists of five feature extraction modules with different scales, each module comprises two to three convolution layers with convolution kernel 3 x 3 and a maximum pooling layer with kernel 2 x 2 and step length 2, the first scale feature extraction module comprises two convolution layers, the number of convolution filters is 64, the second module comprises two convolution layers, the number of convolution filters is 128, the subsequent three scale feature extraction modules comprise three convolution layers, the number of convolution filters is sequentially multiplied by 2 along with scale change, and the scale of a feature map is halved after each time of passing through the pooling layer, so that 5 feature extraction modules output feature maps with different scales together;
s102, a multi-scale feature fusion part mainly comprises a convolution layer and an anti-convolution layer, for each scale of feature graph, firstly, the feature graph passes through a 1 x 1 convolution layer, then passes through an anti-convolution layer, the effect of the anti-convolution layer is mainly to perform up-sampling on the feature graph, so that the feature graphs of different scales can be finally changed into feature graphs with the same size as an input image, after 5 feature graphs with the same size are obtained, the 5 feature graphs are spliced together, and then pass through the 1 x 1 convolution layer, the function of the convolution layer is to automatically learn the weights of the feature graphs of different scales, and finally, the 5 feature graphs are subjected to weighted summation to obtain the output of a network;
and S2, collecting the image, sending the collected image into a deep convolution neural network for edge detection, and outputting an edge detection result.
Further, the edge detection step is as follows:
inputting a training sample, carrying out multi-scale feature extraction on the training sample to obtain a plurality of scale feature maps, fusing the plurality of scale feature maps by a multi-scale feature fusion part, and then calculating a category loss function, wherein the category loss function calculation formula is as follows:
Figure BDA0002194908230000021
where β is the number of background pixels divided by the total number of pixels.
The benefit effects of the invention are:
1. the deep convolutional neural network detects edges by automatically learning features from data and compared with a traditional algorithm in which a gradient operator is manually designed, the deep convolutional neural network has better robustness, and has better detection effects on highlight and shadow generated by illumination and uneven parts generated by oxidation on the surface of a steel coil.
2. The edge image detected by the method is more consistent with semantics, the traditional algorithm detects the edge according to gradient change and generates response to the place where the pixel in the image suddenly changes, however, the deep convolution neural network can consider whether a certain point belongs to the edge according to the surrounding image information, for example, the situation that the end face of the steel coil is painted with numbers, the traditional algorithm cannot distinguish the digital edge from the edge of the steel coil, and the deep convolution neural network can learn the edge which ignores the numbers and only represents the edge of the steel coil.
3. The invention can fully consider the edge characteristics under different scales, for example, when the scale is larger, the local edge characteristics are more obvious, and when the scale is smaller, the global edge has more integrity and is easier to be identified as a whole by the network, and the fusion of the multi-scale characteristic graphs utilizes the advantages of the characteristic graphs of different scales, thereby finally obtaining better edge detection results.
4. By improving the loss function, if only the original binary cross entropy loss function is used, the network is easy to fall into a local extreme point in the training process, for example, the network may tend to output all non-edges, because the proportion of edge pixels to total pixels in a sample is extremely small, the network output all non-edges can obtain a smaller loss value, and the problem does not exist after the class-balanced loss function is adopted.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic overall flow diagram of the present invention;
FIG. 2 is a schematic diagram illustrating the edge detection principle of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1-2, the invention relates to a steel coil end face edge detection algorithm based on deep learning, which comprises the following steps:
s1, improving the structure of the deep convolutional neural network, and respectively improving the multi-scale feature extraction part and the multi-scale feature fusion part;
s101, a multi-scale feature extraction part consists of five feature extraction modules with different scales, each module comprises two to three convolution layers with convolution kernel 3 x 3 and a maximum pooling layer with kernel 2 x 2 and step length 2, the first scale feature extraction module comprises two convolution layers, the number of convolution filters is 64, the second module comprises two convolution layers, the number of convolution filters is 128, the subsequent three scale feature extraction modules comprise three convolution layers, the number of convolution filters is sequentially multiplied by 2 along with scale change, and the scale of a feature map is halved after each time of passing through the pooling layer, so that 5 feature extraction modules output feature maps with different scales together;
s102, a multi-scale feature fusion part mainly comprises a convolution layer and an anti-convolution layer, for each scale of feature graph, firstly, the feature graph passes through a 1 x 1 convolution layer, then passes through an anti-convolution layer, the effect of the anti-convolution layer is mainly to perform up-sampling on the feature graph, so that the feature graphs of different scales can be finally changed into feature graphs with the same size as an input image, after 5 feature graphs with the same size are obtained, the 5 feature graphs are spliced together, and then pass through the 1 x 1 convolution layer, the function of the convolution layer is to automatically learn the weights of the feature graphs of different scales, and finally, the 5 feature graphs are subjected to weighted summation to obtain the output of a network;
and S2, collecting the image, sending the collected image into a deep convolution neural network for edge detection, and outputting an edge detection result.
The edge detection method comprises the following steps:
inputting a training sample, carrying out multi-scale feature extraction on the training sample to obtain a plurality of scale feature maps, fusing the plurality of scale feature maps by a multi-scale feature fusion part, and then calculating a category loss function, wherein the category loss function calculation formula is as follows:
where β is the number of background pixels divided by the total number of pixels.
In the description herein, references to the description of "one embodiment," "an example," "a specific example" or the like are intended to mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
The preferred embodiments of the invention disclosed above are intended to be illustrative only. The preferred embodiments are not intended to be exhaustive or to limit the invention to the precise embodiments disclosed. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the invention and the practical application, to thereby enable others skilled in the art to best utilize the invention. The invention is limited only by the claims and their full scope and equivalents.

Claims (2)

1. The steel coil end face edge detection algorithm based on deep learning is characterized by comprising the following steps:
s1, improving the structure of the deep convolutional neural network, and respectively improving the multi-scale feature extraction part and the multi-scale feature fusion part;
s101, a multi-scale feature extraction part consists of five feature extraction modules with different scales, each module comprises two to three convolution layers with convolution kernel 3 x 3 and a maximum pooling layer with kernel 2 x 2 and step length 2, the first scale feature extraction module comprises two convolution layers, the number of convolution filters is 64, the second module comprises two convolution layers, the number of convolution filters is 128, the subsequent three scale feature extraction modules comprise three convolution layers, the number of convolution filters is sequentially multiplied by 2 along with scale change, and the scale of a feature map is halved after each time of passing through the pooling layer, so that 5 feature extraction modules output feature maps with different scales together;
s102, the multi-scale feature fusion part mainly comprises a convolution layer and a deconvolution layer, for each scale of feature graph, firstly, the feature graph passes through a 1 x 1 convolution layer, then passes through a deconvolution layer to obtain 5 feature graphs with the same size, the 5 feature graphs are spliced together, then pass through a 1 x 1 convolution layer, the function of the convolution layer is to automatically learn the weights of the feature graphs with different scales, and finally the 5 feature graphs are subjected to weighted summation to obtain the output of the network;
and S2, collecting the image, sending the collected image into a deep convolution neural network for edge detection, and outputting an edge detection result.
2. The steel coil end face edge detection algorithm based on deep learning of claim 1, wherein the edge detection steps are as follows:
inputting a training sample, carrying out multi-scale feature extraction on the training sample to obtain a plurality of scale feature maps, fusing the plurality of scale feature maps by a multi-scale feature fusion part, and then calculating a category loss function, wherein the category loss function calculation formula is as follows:
Figure FDA0002194908220000011
where β is the number of background pixels divided by the total number of pixels.
CN201910844889.4A 2019-09-07 2019-09-07 Steel coil end face edge detection method based on deep learning Active CN110648316B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910844889.4A CN110648316B (en) 2019-09-07 2019-09-07 Steel coil end face edge detection method based on deep learning

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910844889.4A CN110648316B (en) 2019-09-07 2019-09-07 Steel coil end face edge detection method based on deep learning

Publications (2)

Publication Number Publication Date
CN110648316A true CN110648316A (en) 2020-01-03
CN110648316B CN110648316B (en) 2021-02-26

Family

ID=69010187

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910844889.4A Active CN110648316B (en) 2019-09-07 2019-09-07 Steel coil end face edge detection method based on deep learning

Country Status (1)

Country Link
CN (1) CN110648316B (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111915634A (en) * 2020-08-05 2020-11-10 武汉伊特森科技有限公司 Target object edge detection method and system based on fusion strategy
CN112036437A (en) * 2020-07-28 2020-12-04 农业农村部南京农业机械化研究所 Rice seedling detection model based on improved YOLOV3 network and method thereof
CN112581486A (en) * 2020-11-27 2021-03-30 深圳点猫科技有限公司 Edge detection method, device and equipment based on bidirectional cascade network
CN112580661A (en) * 2020-12-11 2021-03-30 江南大学 Multi-scale edge detection method under deep supervision
CN114061524A (en) * 2021-10-15 2022-02-18 首钢集团有限公司 Steel coil profile measuring method and device
CN114581806A (en) * 2022-03-18 2022-06-03 重庆科技学院 Industrial part no-load rate calculation method based on trunk edge feature extraction

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016119076A1 (en) * 2015-01-27 2016-08-04 Xiaoou Tang A method and a system for face recognition
CN107610140A (en) * 2017-08-07 2018-01-19 中国科学院自动化研究所 Near edge detection method, device based on depth integration corrective networks
CN108230329A (en) * 2017-12-18 2018-06-29 孙颖 Semantic segmentation method based on multiple dimensioned convolutional neural networks
CN108710919A (en) * 2018-05-25 2018-10-26 东南大学 A kind of crack automation delineation method based on multi-scale feature fusion deep learning
CN108805889A (en) * 2018-05-07 2018-11-13 中国科学院自动化研究所 The fining conspicuousness method for segmenting objects of margin guide and system, equipment
CN108830855A (en) * 2018-04-02 2018-11-16 华南理工大学 A kind of full convolutional network semantic segmentation method based on the fusion of multiple dimensioned low-level feature
US20190065884A1 (en) * 2017-08-22 2019-02-28 Boe Technology Group Co., Ltd. Training method and device of neural network for medical image processing, and medical image processing method and device
CN109410144A (en) * 2018-10-31 2019-03-01 聚时科技(上海)有限公司 A kind of end-to-end image defogging processing method based on deep learning
CN109522958A (en) * 2018-11-16 2019-03-26 中山大学 Based on the depth convolutional neural networks object detection method merged across scale feature
CN109711406A (en) * 2018-12-25 2019-05-03 中南大学 A kind of multidirectional image Method for text detection based on multiple dimensioned rotation anchor mechanism
CN110084249A (en) * 2019-04-24 2019-08-02 哈尔滨工业大学 The image significance detection method paid attention to based on pyramid feature
CN110084294A (en) * 2019-04-18 2019-08-02 北京师范大学 A kind of Remote Image Classification based on multiple dimensioned depth characteristic

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016119076A1 (en) * 2015-01-27 2016-08-04 Xiaoou Tang A method and a system for face recognition
CN107610140A (en) * 2017-08-07 2018-01-19 中国科学院自动化研究所 Near edge detection method, device based on depth integration corrective networks
US20190065884A1 (en) * 2017-08-22 2019-02-28 Boe Technology Group Co., Ltd. Training method and device of neural network for medical image processing, and medical image processing method and device
CN108230329A (en) * 2017-12-18 2018-06-29 孙颖 Semantic segmentation method based on multiple dimensioned convolutional neural networks
CN108830855A (en) * 2018-04-02 2018-11-16 华南理工大学 A kind of full convolutional network semantic segmentation method based on the fusion of multiple dimensioned low-level feature
CN108805889A (en) * 2018-05-07 2018-11-13 中国科学院自动化研究所 The fining conspicuousness method for segmenting objects of margin guide and system, equipment
CN108710919A (en) * 2018-05-25 2018-10-26 东南大学 A kind of crack automation delineation method based on multi-scale feature fusion deep learning
CN109410144A (en) * 2018-10-31 2019-03-01 聚时科技(上海)有限公司 A kind of end-to-end image defogging processing method based on deep learning
CN109522958A (en) * 2018-11-16 2019-03-26 中山大学 Based on the depth convolutional neural networks object detection method merged across scale feature
CN109711406A (en) * 2018-12-25 2019-05-03 中南大学 A kind of multidirectional image Method for text detection based on multiple dimensioned rotation anchor mechanism
CN110084294A (en) * 2019-04-18 2019-08-02 北京师范大学 A kind of Remote Image Classification based on multiple dimensioned depth characteristic
CN110084249A (en) * 2019-04-24 2019-08-02 哈尔滨工业大学 The image significance detection method paid attention to based on pyramid feature

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ZHIPENG DENG.ET: "Multi-scale object detection in remote sensing imagery with convolutional neural networks", 《ISPRS JOURNAL OF PHOTOGRAMMETRY AND REMOTE SENSING》 *
张定祥等: "基于卷积神经网络和边缘检测的自然纹理合成算法", 《激光与光电子学进展》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112036437A (en) * 2020-07-28 2020-12-04 农业农村部南京农业机械化研究所 Rice seedling detection model based on improved YOLOV3 network and method thereof
CN112036437B (en) * 2020-07-28 2024-06-07 农业农村部南京农业机械化研究所 Rice seedling detection model based on improved YOLOV network and method thereof
CN111915634A (en) * 2020-08-05 2020-11-10 武汉伊特森科技有限公司 Target object edge detection method and system based on fusion strategy
CN112581486A (en) * 2020-11-27 2021-03-30 深圳点猫科技有限公司 Edge detection method, device and equipment based on bidirectional cascade network
CN112580661A (en) * 2020-12-11 2021-03-30 江南大学 Multi-scale edge detection method under deep supervision
CN112580661B (en) * 2020-12-11 2024-03-08 江南大学 Multi-scale edge detection method under deep supervision
CN114061524A (en) * 2021-10-15 2022-02-18 首钢集团有限公司 Steel coil profile measuring method and device
CN114581806A (en) * 2022-03-18 2022-06-03 重庆科技学院 Industrial part no-load rate calculation method based on trunk edge feature extraction
CN114581806B (en) * 2022-03-18 2024-03-19 重庆科技学院 Industrial part empty rate calculation method based on trunk edge feature extraction

Also Published As

Publication number Publication date
CN110648316B (en) 2021-02-26

Similar Documents

Publication Publication Date Title
CN110648316B (en) Steel coil end face edge detection method based on deep learning
CN111257341B (en) Underwater building crack detection method based on multi-scale features and stacked full convolution network
CN113887459B (en) Open-pit mining area stope change area detection method based on improved Unet +
CN111160249A (en) Multi-class target detection method of optical remote sensing image based on cross-scale feature fusion
CN108510451B (en) Method for reconstructing license plate based on double-layer convolutional neural network
CN109034184B (en) Grading ring detection and identification method based on deep learning
CN107564009B (en) Outdoor scene multi-target segmentation method based on deep convolutional neural network
CN108416292B (en) Unmanned aerial vehicle aerial image road extraction method based on deep learning
CN107133943A (en) A kind of visible detection method of stockbridge damper defects detection
CN111429403A (en) Automobile gear finished product defect detection method based on machine vision
CN112465759A (en) Convolutional neural network-based aeroengine blade defect detection method
CN112132196B (en) Cigarette case defect identification method combining deep learning and image processing
CN111161224A (en) Casting internal defect grading evaluation system and method based on deep learning
CN112580661B (en) Multi-scale edge detection method under deep supervision
CN109872326B (en) Contour detection method based on deep reinforced network jump connection
CN111368825A (en) Pointer positioning method based on semantic segmentation
CN111639668A (en) Crowd density detection method based on deep learning
CN113887472A (en) Remote sensing image cloud detection method based on cascade color and texture feature attention
CN115830004A (en) Surface defect detection method, device, computer equipment and storage medium
Leavline et al. On teaching digital image processing with MATLAB
CN113409355A (en) Moving target identification system and method based on FPGA
CN112258537A (en) Method for monitoring dark vision image edge detection based on convolutional neural network
CN114359149A (en) Dam bank dangerous case video detection method and system based on real-time image edge enhancement
CN114596244A (en) Infrared image identification method and system based on visual processing and multi-feature fusion
CN111368856A (en) Spine extraction method and device of book checking system based on vision

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
GR01 Patent grant