CN115869012A - Ultrasonic imaging method, system and computer readable storage medium - Google Patents

Ultrasonic imaging method, system and computer readable storage medium Download PDF

Info

Publication number
CN115869012A
CN115869012A CN202211427884.XA CN202211427884A CN115869012A CN 115869012 A CN115869012 A CN 115869012A CN 202211427884 A CN202211427884 A CN 202211427884A CN 115869012 A CN115869012 A CN 115869012A
Authority
CN
China
Prior art keywords
heart
ultrasonic
ultrasonic image
atrium
ventricle
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
CN202211427884.XA
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.)
Mudanjiang Medical University
Original Assignee
Mudanjiang Medical University
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 Mudanjiang Medical University filed Critical Mudanjiang Medical University
Priority to CN202211427884.XA priority Critical patent/CN115869012A/en
Publication of CN115869012A publication Critical patent/CN115869012A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Ultra Sonic Daignosis Equipment (AREA)

Abstract

The invention discloses an ultrasonic imaging method, which comprises the following steps: s1, firstly, carrying out ultrasonic imaging on a chest cavity to obtain an ultrasonic image containing a heart; s2, performing independent segmentation on the heart in the ultrasonic image containing the heart to obtain an ultrasonic image of the whole heart; s3, respectively obtaining ultrasonic images of the left atrium, the right atrium, the left ventricle and the right ventricle of the whole heart through a heart region segmentation model; and S4, denoising and clearing the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart. The invention has reasonable design and ingenious conception, can obtain clear ultrasonic images of the regions of the left atrium, the right atrium, the left ventricle, the right ventricle and the like and the whole region of the heart, ensures that a doctor can directly and carefully observe a specific region of the heart, is convenient for the doctor to rapidly analyze and describe the heart and improves the analysis efficiency of the doctor on the ultrasonic image result of the heart.

Description

Ultrasonic imaging method, system and computer readable storage medium
Technical Field
The present invention relates to the field of ultrasound diagnostic technologies, and in particular, to an ultrasound imaging method, an ultrasound imaging system, and a computer-readable storage medium.
Background
Ultrasonic diagnosis (ultrasound diagnosis) is a diagnostic method in which an ultrasonic detection technique is applied to a human body, and data and forms of physiology or tissue structures are known through measurement, so as to prompt or guide disease discovery. Ultrasonic diagnosis is a non-invasive, painless, convenient and visual effective examination means, especially B-ultrasonic, and has wide application.
In actual diagnosis, the imaging effect (including imaging performance parameters such as image quality and frame rate) of an ultrasound image is very important, especially the image quality, and in many cases, the diagnostic result and diagnostic efficiency of a doctor are directly affected, so that the improvement of the ultrasound imaging quality is an important research direction for a long time. In actual diagnosis, a physician may be more interested in the imaging of a region in the heart that is in one of the left atrium, right atrium, left ventricle, and right ventricle. Therefore, it is necessary to improve the image quality of a certain region by dividing it individually.
Disclosure of Invention
The present invention provides an ultrasound imaging method, system and computer-readable storage medium to solve the problems set forth in the background art.
In order to achieve the purpose, the invention adopts the following technical scheme:
an ultrasound imaging method comprising the steps of:
s1, firstly, carrying out ultrasonic imaging on a chest cavity to obtain an ultrasonic image containing a heart;
s2, independently segmenting the heart in the ultrasonic image containing the heart to obtain an ultrasonic image of the whole heart;
s3, respectively obtaining ultrasonic images of the left atrium, the right atrium, the left ventricle and the right ventricle of the heart from the ultrasonic image of the whole heart through a heart region segmentation model;
and S4, denoising and clearing the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart.
As a further improvement scheme of the technical scheme: in S1, firstly, performing ultrasound imaging on the chest to obtain an ultrasound image including the heart, specifically: the thorax of the patient is detected by an ultrasonic detector and an ultrasonic image containing the heart is obtained.
As a further improvement scheme of the technical scheme: in S2, the heart in the ultrasound image including the heart is separately segmented, specifically: the method comprises the steps of obtaining a first heart ultrasonic image in the outline by segmenting the outline of the heart, obtaining a second heart ultrasonic image by the characteristic ultrasonic color depth of the whole heart, and finally, carrying out mutual coincidence correction on the first heart ultrasonic image and the second heart ultrasonic image to obtain an ultrasonic image of the whole heart.
As a further improvement scheme of the technical scheme: in the step S3, the heart region segmentation model is specifically constructed by:
the first step is as follows: firstly, forming a data set by a plurality of heart ultrasonic images, and extracting diaphragm line characteristics and heart overall contour line characteristics among the left atrium, the right atrium, the left ventricle or the right ventricle of a heart from each heart ultrasonic image sample in the data set;
and secondly, training a machine learning model by using the data set, wherein the machine learning model takes the standardized diaphragm line characteristics and the heart overall contour line characteristics as input, takes the segmented regions of the left atrium, the right atrium, the left ventricle or the right ventricle of the heart as output, and obtains a heart region segmentation model through supervised learning.
As a further improvement scheme of the technical scheme: dividing the data set into a training set and a verification set, simultaneously training various machine learning models by using the training set, evaluating the performance accuracy of different machine learning models by using the verification set, and selecting the machine learning model with the best performance to construct a heart region segmentation model.
As a further improvement scheme of the technical scheme: the selected machine learning model is at least one of logistic regression, linear discriminant analysis, K nearest neighbor, naive Bayes, support vector machine, random forest and neural network.
As a further improvement scheme of the technical scheme: in the step S4, denoising and clarifying the ultrasound images of the left atrium, the right atrium, the left ventricle, the right ventricle, and the heart as a whole are specifically: and carrying out denoising and clearing processing on the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart by a mean filter.
An embodiment of the present application further provides an ultrasound imaging system, including:
the thoracic cavity ultrasonic imaging module is used for carrying out ultrasonic imaging on the thoracic cavity to obtain an ultrasonic image containing the heart;
the heart whole image obtaining module is used for carrying out independent segmentation on the heart in the ultrasonic image containing the heart to obtain an ultrasonic image of the heart whole;
the heart region segmentation module is used for respectively obtaining ultrasonic images of a left atrium, a right atrium, a left ventricle and a right ventricle of the whole heart through a heart region segmentation model;
and the denoising and clarifying module is used for denoising and clarifying the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart.
In yet another aspect, an embodiment of the present application further provides a computer device, which includes a memory and a processor, where the memory stores a computer program, and the processor implements the steps of the method described above when executing the computer program.
In yet another aspect, the present application further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the method described above.
Compared with the prior art, the invention has the beneficial effects that:
the invention has reasonable design and ingenious conception, can obtain clear ultrasonic images of the regions of the left atrium, the right atrium, the left ventricle, the right ventricle and the like and the whole region of the heart, ensures that a doctor can directly and carefully observe a specific region of the heart, is convenient for the doctor to rapidly analyze and describe the heart and improves the analysis efficiency of the doctor on the ultrasonic image result of the heart.
The foregoing description is only an overview of the technical solutions of the present invention, and in order to make the technical solutions of the present invention more clearly understood and to make the technical solutions of the present invention practical in accordance with the contents of the specification, the following detailed description is given of preferred embodiments of the present invention with reference to the accompanying drawings. The detailed description of the present invention is given in detail by the following examples and the accompanying drawings.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
fig. 1 is a schematic flow chart of an ultrasound imaging method according to the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth to illustrate, but are not to be construed to limit the scope of the invention. The invention is described in more detail in the following paragraphs by way of example with reference to the accompanying drawings. Advantages and features of the present invention will become apparent from the following description and from the claims. It is to be noted that the drawings are in a very simplified form and are not to precise scale, which is provided for the purpose of facilitating and clearly illustrating embodiments of the present invention.
It will be understood that when an element is referred to as being "secured to" another element, it can be directly on the other element or intervening elements may also be present. When a component is referred to as being "connected" to another component, it can be directly connected to the other component or intervening components may also be present. When a component is referred to as being "disposed on" another component, it can be directly on the other component or intervening components may also be present. The terms "vertical," "horizontal," "left," "right," and the like as used herein are for illustrative purposes only.
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs. The terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any and all combinations of one or more of the associated listed items.
Referring to fig. 1, in an embodiment of the present invention, an ultrasound imaging method includes the following steps:
s1, firstly, carrying out ultrasonic imaging on a chest cavity to obtain an ultrasonic image containing a heart, and specifically: detecting the chest cavity of a patient through an ultrasonic detector and obtaining an ultrasonic image containing the heart;
s2, the heart in the ultrasonic image containing the heart is separately segmented to obtain an ultrasonic image of the whole heart, and the method specifically comprises the following steps: obtaining a first heart ultrasonic image in the outline by segmenting the outline of the heart, obtaining a second heart ultrasonic image by the characteristic ultrasonic color depth of the whole heart, and finally, mutually coinciding and correcting the first heart ultrasonic image and the second heart ultrasonic image to obtain an ultrasonic image of the whole heart;
the heart region segmentation model is specifically constructed by the following steps:
the first step is as follows: firstly, forming a data set by ultrasonic images of a plurality of hearts, and extracting diaphragm line characteristics and heart overall contour line characteristics among the left atrium, the right atrium, the left ventricle or the right ventricle of each heart ultrasonic image sample in the data set;
secondly, training a machine learning model by using a data set, wherein the machine learning model takes standardized diaphragm line features and heart overall contour line features as input, takes a segmentation region of the left atrium, the right atrium, the left ventricle or the right ventricle of the heart as output, divides the data set into a training set and a verification set, trains multiple machine learning models simultaneously by using the training set, evaluates the performance accuracy of different machine learning models by using the verification set, and selects the best-performing machine learning model to construct a heart region segmentation model, wherein the selected machine learning model is at least one of logistic regression, linear discriminant analysis, K neighbor, naive Bayes, a support vector machine, a forest and a neural network;
s3, respectively obtaining ultrasonic images of the left atrium, the right atrium, the left ventricle and the right ventricle of the heart from the ultrasonic image of the whole heart through a heart region segmentation model;
s4, denoising and clearing the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart, specifically comprising the following steps: and carrying out denoising and clearing processing on the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart by a mean filter.
In yet another aspect, the present application further provides a computer device, which includes a memory and a processor, where the memory stores a computer program, and the processor implements the steps of the method when executing the computer program.
In yet another aspect, the present application further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the method described above.
The foregoing is merely a preferred embodiment of the invention and is not intended to limit the invention in any manner; the present invention may be readily implemented by those of ordinary skill in the art as illustrated in the accompanying drawings and described above; however, those skilled in the art should appreciate that they can readily use the disclosed conception and specific embodiments as a basis for designing or modifying other structures for carrying out the same purposes of the present invention without departing from the scope of the invention as defined by the appended claims; meanwhile, any equivalent changes, modifications and evolutions made to the above embodiments according to the substantial technology of the present invention are still within the protection scope of the technical solution of the present invention.

Claims (10)

1. An ultrasound imaging method, comprising the steps of:
s1, firstly, carrying out ultrasonic imaging on a chest cavity to obtain an ultrasonic image containing a heart;
s2, independently segmenting the heart in the ultrasonic image containing the heart to obtain an ultrasonic image of the whole heart;
s3, respectively obtaining ultrasonic images of the left atrium, the right atrium, the left ventricle and the right ventricle of the heart from the ultrasonic image of the whole heart through a heart region segmentation model;
and S4, denoising and clearing the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart.
2. The ultrasonic imaging method according to claim 1, wherein in S1, firstly, the thoracic cavity is subjected to ultrasonic imaging to obtain an ultrasonic image including a heart, specifically: the thorax of the patient is detected by an ultrasonic detector and an ultrasonic image containing the heart is obtained.
3. The method according to claim 1, wherein in S2, the heart in the ultrasound image including the heart is segmented individually, specifically: the method comprises the steps of obtaining a first heart ultrasonic image in the outline by segmenting the outline of the heart, obtaining a second heart ultrasonic image by the characteristic ultrasonic color depth of the whole heart, and finally, carrying out mutual coincidence correction on the first heart ultrasonic image and the second heart ultrasonic image to obtain an ultrasonic image of the whole heart.
4. The ultrasonic imaging method according to claim 1, wherein in S3, the heart region segmentation model is constructed by:
the first step is as follows: firstly, forming a data set by ultrasonic images of a plurality of hearts, and extracting diaphragm line characteristics and heart overall contour line characteristics among the left atrium, the right atrium, the left ventricle or the right ventricle of each heart ultrasonic image sample in the data set;
and secondly, training a machine learning model by using the data set, wherein the machine learning model takes the standardized diaphragm line features and the heart overall contour line features as input, takes the segmented regions of the left atrium, the right atrium, the left ventricle or the right ventricle of the heart as output, and obtains a heart region segmented model through supervised learning.
5. The ultrasonic imaging method of claim 1, wherein the data set is divided into a training set and a verification set, a plurality of machine learning models are trained simultaneously by using the training set, the performance accuracy of different machine learning models is evaluated by using the verification set, and the best performing machine learning model is selected to construct the heart region segmentation model.
6. An ultrasound imaging method according to claim 1, wherein the selected machine learning model is at least one of logistic regression, linear discriminant analysis, K-nearest neighbors, naive bayes, support vector machines, random forests, neural networks.
7. The ultrasonic imaging method according to claim 1, wherein in S4, the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart are denoised and clarified, specifically: and carrying out denoising and clearing processing on the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart by a mean filter.
8. An ultrasound imaging system, characterized in that the system comprises:
the thoracic cavity ultrasonic imaging module is used for carrying out ultrasonic imaging on the thoracic cavity to obtain an ultrasonic image containing the heart;
the heart whole image obtaining module is used for carrying out independent segmentation on the heart in the ultrasonic image containing the heart to obtain the ultrasonic image of the heart whole;
the heart region segmentation module is used for respectively obtaining ultrasonic images of the left atrium, the right atrium, the left ventricle and the right ventricle of the heart from the ultrasonic image of the whole heart through a heart region segmentation model;
and the denoising and clarifying module is used for denoising and clarifying the ultrasonic images of the left atrium, the right atrium, the left ventricle, the right ventricle and the whole heart.
9. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor when executing the computer program performs the steps of the method according to any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 7.
CN202211427884.XA 2022-11-15 2022-11-15 Ultrasonic imaging method, system and computer readable storage medium Pending CN115869012A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211427884.XA CN115869012A (en) 2022-11-15 2022-11-15 Ultrasonic imaging method, system and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211427884.XA CN115869012A (en) 2022-11-15 2022-11-15 Ultrasonic imaging method, system and computer readable storage medium

Publications (1)

Publication Number Publication Date
CN115869012A true CN115869012A (en) 2023-03-31

Family

ID=85759928

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211427884.XA Pending CN115869012A (en) 2022-11-15 2022-11-15 Ultrasonic imaging method, system and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN115869012A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117379098A (en) * 2023-10-17 2024-01-12 齐齐哈尔医学院 Heart ultrasonic image enhancement system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117379098A (en) * 2023-10-17 2024-01-12 齐齐哈尔医学院 Heart ultrasonic image enhancement system
CN117379098B (en) * 2023-10-17 2024-05-14 齐齐哈尔医学院 Heart ultrasonic image enhancement system

Similar Documents

Publication Publication Date Title
CN110914865B (en) Convolution deep learning analysis of temporal cardiac images
KR101857624B1 (en) Medical diagnosis method applied clinical information and apparatus using the same
CN110506278A (en) Target detection in latent space
CN110097968A (en) Baby's brain age prediction technique, system based on tranquillization state functional magnetic resonance imaging
CN111445481A (en) Abdominal CT multi-organ segmentation method based on scale fusion
CN107563434B (en) Brain MRI image classification method and device based on three-dimensional convolutional neural network
CN112906748A (en) 12-lead ECG arrhythmia detection classification model construction method based on residual error network
CN111178369B (en) Medical image recognition method and system, electronic equipment and storage medium
CN112950737B (en) Fundus fluorescence contrast image generation method based on deep learning
CN115587971B (en) Organism reaction and hemodynamic monitoring method and system based on heart ultrasonic segment activity
CN110613483A (en) Method and system for detecting fetal craniocerebral abnormality based on machine learning
CN112233086B (en) fMRI data classification and identification method and device based on brain region functional connection
CN115869012A (en) Ultrasonic imaging method, system and computer readable storage medium
CN115691794B (en) Auxiliary analysis method and system for neural diagnosis
CN113509186A (en) ECG classification system and method based on deep convolutional neural network
JP7369437B2 (en) Evaluation system, evaluation method, learning method, trained model, program
Qu et al. Segmentation of corpus callosum based on tensor fuzzy clustering algorithm
CN115810004A (en) Optical coherence tomography choroidal vascular layering angiography method
CN110327034B (en) Tachycardia electrocardiogram screening method based on depth feature fusion network
KR20190125592A (en) 3D Blood Vessel Construction Method using medical images
CN117197594B (en) Deep neural network-based heart shunt classification system
CN109171670B (en) 3D blood vessel imaging algorithm based on reverse principal component analysis method
CN116269496A (en) Heart three-dimensional ultrasonic imaging and heart function evaluation system based on implicit neural representation
Lassige et al. Comparison of septal defects in 2D and 3D echocardiography using active contour models
Taş et al. Detection of retinal diseases from ophthalmological images based on convolutional neural network architecture.

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