CN112508945A - Nondestructive testing method for solid rocket engine based on computer vision - Google Patents

Nondestructive testing method for solid rocket engine based on computer vision Download PDF

Info

Publication number
CN112508945A
CN112508945A CN202011579509.8A CN202011579509A CN112508945A CN 112508945 A CN112508945 A CN 112508945A CN 202011579509 A CN202011579509 A CN 202011579509A CN 112508945 A CN112508945 A CN 112508945A
Authority
CN
China
Prior art keywords
value
image
texture
points
nondestructive testing
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.)
Pending
Application number
CN202011579509.8A
Other languages
Chinese (zh)
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.)
Inner Mongolia Power Machinery Research Institute
Original Assignee
Inner Mongolia Power Machinery Research Institute
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 Inner Mongolia Power Machinery Research Institute filed Critical Inner Mongolia Power Machinery Research Institute
Priority to CN202011579509.8A priority Critical patent/CN112508945A/en
Publication of CN112508945A publication Critical patent/CN112508945A/en
Pending legal-status Critical Current

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
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T5/00Image enhancement or restoration
    • G06T5/70Denoising; Smoothing
    • 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
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/136Segmentation; Edge detection involving thresholding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/40Analysis of texture
    • G06T7/41Analysis of texture based on statistical description of texture
    • 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/20024Filtering details
    • 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
    • G06T2207/30164Workpiece; Machine component

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Quality & Reliability (AREA)
  • Probability & Statistics with Applications (AREA)
  • Image Analysis (AREA)

Abstract

The invention provides a nondestructive detection method of a solid rocket engine based on computer vision, which utilizes a data dichotomy to process image edge pixel points into a series of discontinuous line segments according to the gray value, selects the vertexes of polygons in an image or the edge points of an object with large curvature change as characteristic points, and utilizes the characteristic points and the series of discontinuous line segments to determine the starting point and the ending point of a defect; and calculating the pixel distance between the starting point and the ending point, and calculating the actual size according to a certain scale. The invention solves the problems of low manual detection precision and large human resource investment, can replace manual measurement in the prior art, and greatly improves the measurement efficiency and the measurement precision.

Description

Nondestructive testing method for solid rocket engine based on computer vision
Technical Field
The invention relates to the field of nondestructive testing of solid rocket engines, in particular to a nondestructive testing method of a solid rocket engine based on computer vision.
Background
The nondestructive detection and evaluation technology of the solid rocket engine is one of important technical means for ensuring the quality and the reliability of the solid rocket engine. The development of modern solid rocket engines leaves advanced nondestructive testing and evaluation technology, so that the quality of the solid rocket engines cannot be judged, the product failure and service life cannot be analyzed and predicted, and the products cannot be delivered from factories and delivered, so the modern nondestructive testing and evaluation technology is very important in the technical development of the solid rocket engines. The measurement result of the nondestructive testing image of the solid rocket engine directly influences the interpretation result of the subsequent nondestructive testing image, so that the measurement result has higher precision, an instrument with higher measurement precision is required during measurement, and the professional technical capability of a measurer is higher. In the past, nondestructive testing image measurement of the solid rocket engine is manually completed. At present, no case of applying the computer vision technology to nondestructive testing image measurement of the solid rocket engine exists in China.
Disclosure of Invention
The invention provides a nondestructive testing method for a solid rocket engine based on computer vision, which solves the problems of low manual testing precision and large human resource investment. The invention can replace manual measurement in the prior art and greatly improve the measurement efficiency and the measurement precision.
In order to solve the technical problem, the invention provides a nondestructive testing method of a solid rocket engine based on computer vision, which comprises the following steps:
s1: selecting engine image data;
s2: a noise reduction operation, wherein a Gaussian filter is adopted to reduce noise;
s3: performing convolution operation, namely performing convolution operation by using templates in the horizontal direction and the vertical direction respectively to obtain pixel values F (x) and F (y) of the center of the template;
s4: after the pixel value is obtained, the gradient change amplitude value is calculated by using a square root method, and the calculation formula is as follows:
Figure DEST_PATH_IMAGE001
s5: removing non-edge pixel points, extracting edges by adopting a high threshold and a low threshold, wherein the ratio of the high threshold to the low threshold is 2: 1, then keeping points which are larger than the high threshold value and between the high threshold value and the low threshold value, and removing points which are smaller than the low threshold value;
s6: calculating a characteristic parameter, wherein energy and moment of inertia represent the thickness degree of a characteristic texture, and are represented by F1 and F2, the larger the value is, the thicker the image texture vein is, the smaller the value is, the finer the image texture vein is, and the calculation formula is as follows:
Figure 100002_DEST_PATH_IMAGE002
Figure DEST_PATH_IMAGE003
the entropy represents the complexity of the texture of the engine image, and is represented by F3, the texture is simpler when the value is smaller, and the texture is more complex and more textured when the value is larger, and the calculation formula is as follows:
Figure 100002_DEST_PATH_IMAGE004
the correlation represents the degree of similarity between image rows and columns, denoted by F4, and μ and σ represent the mean and variance of the corresponding parameters, and is calculated as:
Figure DEST_PATH_IMAGE005
Figure 100002_DEST_PATH_IMAGE006
Figure DEST_PATH_IMAGE007
s7: characterizing engine image features, and characterizing the solid engine nondestructive testing image features through the mean value and the variance of Fl, F2, F3 and F4;
s8: judging high-order semantics through image characteristics, stopping working if the high-order semantics are judged to be defect-free, and measuring feature points if the high-order semantics are judged to be defect;
s9: and measuring the distance of the characteristic points, and calculating the pixel distance between the starting point and the ending point according to the selected starting point and the selected ending point to finish the measurement.
According to the nondestructive testing method for the solid rocket engine based on computer vision, the computer automatic measurement technology is used for replacing the manual measurement process, the investment of human resources is greatly reduced, the manual measurement precision is about 5mm in the aspect of measurement precision, the measurement precision is 0.2mm, and the measurement precision is improved by about 25 times compared with the manual measurement precision.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
FIG. 1, an original image;
FIG. 2, an image with edge detection;
FIG. 3, a partially enlarged image with edge detection;
FIG. 4, image (length) after edge detection at partial magnification;
FIG. 5, partially enlarged image (width) with edge detection;
FIG. 6, a horizontal convolution template graph;
FIG. 7, vertical convolution template diagram.
Detailed Description
The technical solutions in the embodiments of the present invention are 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 obtained embodiments. All other embodiments that can be derived from the embodiments of the present invention by a person of ordinary skill in the art are within the scope of the present invention.
As shown in fig. 1-5, a nondestructive testing method for a solid rocket engine based on computer vision comprises the following steps:
s1: selecting engine image data;
s2: a noise reduction operation, wherein a Gaussian filter is adopted to reduce noise;
s3: performing convolution operation, namely performing convolution operation by using templates in the horizontal direction and the vertical direction respectively to obtain pixel values F (x) and F (y) of the center of the template; as shown in fig. 6-7:
s4: after the pixel value is obtained, the gradient change amplitude value is calculated by using a square root method, and the calculation formula is as follows:
Figure 899182DEST_PATH_IMAGE001
s5: removing non-edge pixel points, extracting edges by adopting a high threshold and a low threshold, wherein the ratio of the high threshold to the low threshold is 2: 1, then keeping points which are larger than the high threshold value and between the high threshold value and the low threshold value, and removing points which are smaller than the low threshold value;
s6: calculating a characteristic parameter, wherein energy and moment of inertia represent the thickness degree of a characteristic texture, and are represented by F1 and F2, the larger the value is, the thicker the image texture vein is, the smaller the value is, the finer the image texture vein is, and the calculation formula is as follows:
Figure 100002_DEST_PATH_IMAGE008
Figure DEST_PATH_IMAGE009
the entropy represents the complexity of the texture of the engine image, and is represented by F3, the texture is simpler when the value is smaller, and the texture is more complex and more textured when the value is larger, and the calculation formula is as follows:
Figure 100002_DEST_PATH_IMAGE010
the correlation represents the degree of similarity between image rows and columns, denoted by F4, and μ and σ represent the mean and variance of the corresponding parameters, and is calculated as:
Figure DEST_PATH_IMAGE011
Figure 100002_DEST_PATH_IMAGE012
Figure DEST_PATH_IMAGE013
s7: characterizing engine image features, and characterizing the solid engine nondestructive testing image features through the mean value and the variance of Fl, F2, F3 and F4;
s8: judging high-order semantics through image characteristics, stopping working if the high-order semantics are judged to be defect-free, and measuring feature points if the high-order semantics are judged to be defect;
s9: and measuring the distance of the characteristic points, and calculating the pixel distance between the starting point and the ending point according to the selected starting point and the selected ending point to finish the measurement.

Claims (1)

1. A nondestructive testing method for a solid rocket engine based on computer vision is characterized by comprising the following steps:
s1: selecting engine image data;
s2: a noise reduction operation, wherein a Gaussian filter is adopted to reduce noise;
s3: performing convolution operation, namely performing convolution operation by using templates in the horizontal direction and the vertical direction respectively to obtain pixel values F (x) and F (y) of the center of the template;
s4: after the pixel value is obtained, the gradient change amplitude value is calculated by using a square root method, and the calculation formula is as follows:
Figure DEST_PATH_IMAGE002
s5: removing non-edge pixel points, extracting edges by adopting a high threshold and a low threshold, wherein the ratio of the high threshold to the low threshold is 2: 1, then keeping points which are larger than the high threshold value and between the high threshold value and the low threshold value, and removing points which are smaller than the low threshold value;
s6: calculating a characteristic parameter, wherein energy and moment of inertia represent the thickness degree of a characteristic texture, and are represented by F1 and F2, the larger the value is, the thicker the image texture vein is, the smaller the value is, the finer the image texture vein is, and the calculation formula is as follows:
Figure DEST_PATH_IMAGE004
Figure DEST_PATH_IMAGE006
the entropy represents the complexity of the texture of the engine image, and is represented by F3, the texture is simpler when the value is smaller, and the texture is more complex and more textured when the value is larger, and the calculation formula is as follows:
Figure DEST_PATH_IMAGE008
the correlation represents the degree of similarity between image rows and columns, denoted by F4, and μ and σ represent the mean and variance of the corresponding parameters, and is calculated as:
Figure DEST_PATH_IMAGE010
Figure DEST_PATH_IMAGE012
Figure DEST_PATH_IMAGE014
s7: characterizing engine image features, and characterizing the solid engine nondestructive testing image features through the mean value and the variance of Fl, F2, F3 and F4;
s8: judging high-order semantics through image characteristics, stopping working if the high-order semantics are judged to be defect-free, and measuring feature points if the high-order semantics are judged to be defect;
s9: and measuring the distance of the characteristic points, and calculating the pixel distance between the starting point and the ending point according to the selected starting point and the selected ending point to finish the measurement.
CN202011579509.8A 2020-12-28 2020-12-28 Nondestructive testing method for solid rocket engine based on computer vision Pending CN112508945A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011579509.8A CN112508945A (en) 2020-12-28 2020-12-28 Nondestructive testing method for solid rocket engine based on computer vision

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011579509.8A CN112508945A (en) 2020-12-28 2020-12-28 Nondestructive testing method for solid rocket engine based on computer vision

Publications (1)

Publication Number Publication Date
CN112508945A true CN112508945A (en) 2021-03-16

Family

ID=74951728

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011579509.8A Pending CN112508945A (en) 2020-12-28 2020-12-28 Nondestructive testing method for solid rocket engine based on computer vision

Country Status (1)

Country Link
CN (1) CN112508945A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116754211A (en) * 2023-08-22 2023-09-15 中国人民解放军火箭军工程大学 Method and related device for acquiring mechanical property information of solid rocket propeller

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108022233A (en) * 2016-10-28 2018-05-11 沈阳高精数控智能技术股份有限公司 A kind of edge of work extracting method based on modified Canny operators

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108022233A (en) * 2016-10-28 2018-05-11 沈阳高精数控智能技术股份有限公司 A kind of edge of work extracting method based on modified Canny operators

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘磊;陈爱军;程楼;丁佳为;: "机器视觉波纹阻火盘表面波高测量方法" *
范晋伟 等: "基于图像处理技术的药柱内壁表面无损检测系统的设计与研发" *
高浩宇: "基于机器学习的图像识别研究与应用" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116754211A (en) * 2023-08-22 2023-09-15 中国人民解放军火箭军工程大学 Method and related device for acquiring mechanical property information of solid rocket propeller
CN116754211B (en) * 2023-08-22 2023-12-19 中国人民解放军火箭军工程大学 Method and related device for acquiring mechanical property information of solid rocket propeller

Similar Documents

Publication Publication Date Title
CN109087274B (en) Electronic device defect detection method and device based on multi-dimensional fusion and semantic segmentation
CN111429403B (en) Automobile gear finished product defect detection method based on machine vision
CN112085734B (en) GAN-based image restoration defect detection method
CN113469951B (en) Hub defect detection method based on cascade region convolutional neural network
CN110889838A (en) Fabric defect detection method and device
CN112907519A (en) Metal curved surface defect analysis system and method based on deep learning
CN110969620A (en) Method and device for detecting magnetic shoe ripple defects
CN103839271A (en) Method for image texture synthesis based on optimum matching
CN114719749A (en) Metal surface crack detection and real size measurement method and system based on machine vision
CN115018790A (en) Workpiece surface defect detection method based on anomaly detection
CN116402742A (en) Visual detection method and system for surface defects of automobile sheet metal part
CN115526885A (en) Product image defect detection method, system, device and medium
CN117392066A (en) Defect detection method, device, equipment and storage medium
CN112508945A (en) Nondestructive testing method for solid rocket engine based on computer vision
CN113724223B (en) YOLOv3 data set production method and system based on optical microscope
CN117522869B (en) Image processing method, defect detection method, system and electronic equipment
CN112381794B (en) Printing defect detection method based on deep convolution generation network
CN105787955A (en) Sparse segmentation method and device of strip steel defect
CN111915552A (en) Method for detecting internal defects of solar cell
Nie et al. Machine vision-based apple external quality grading
CN112508862B (en) Method for enhancing magneto-optical image of crack by improving GAN
CN115049641A (en) Electric data processing method and system for anomaly detection of mechanical parts
CN117474915B (en) Abnormality detection method, electronic equipment and storage medium
CN117495846B (en) Image detection method, device, electronic equipment and storage medium
CN118505712B (en) Defect image extraction method and device and electronic equipment

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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20210316

WD01 Invention patent application deemed withdrawn after publication