CN113222837A - Automatic removing method of CT image scanning bed - Google Patents

Automatic removing method of CT image scanning bed Download PDF

Info

Publication number
CN113222837A
CN113222837A CN202110490362.3A CN202110490362A CN113222837A CN 113222837 A CN113222837 A CN 113222837A CN 202110490362 A CN202110490362 A CN 202110490362A CN 113222837 A CN113222837 A CN 113222837A
Authority
CN
China
Prior art keywords
image
mask
scanning bed
value
background
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
CN202110490362.3A
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.)
Kaben Shenzhen Medical Equipment Co ltd
Original Assignee
Zhongke Jiner Intelligent Technology Kunshan 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 Zhongke Jiner Intelligent Technology Kunshan Co ltd filed Critical Zhongke Jiner Intelligent Technology Kunshan Co ltd
Priority to CN202110490362.3A priority Critical patent/CN113222837A/en
Publication of CN113222837A publication Critical patent/CN113222837A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/0002Inspection of images, e.g. flaw detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/155Segmentation; Edge detection involving morphological operators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10072Tomographic images
    • G06T2207/10081Computed x-ray tomography [CT]

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Quality & Reliability (AREA)
  • Apparatus For Radiation Diagnosis (AREA)

Abstract

The invention discloses an automatic removing method of a CT image scanning bed, which comprises the steps of leading a CT image into image reading equipment, and searching the minimum value of all foreground pixels in the whole CT image; carrying out normalization processing; further binarization processing is carried out; creating a corresponding image mask; based on the obtained image mask, a volume mask is constructed, and when the background value of the volume mask is 0, the corresponding value of the volume mask in the original CT image is replaced by the minimum value. Compared with the prior art, the invention can automatically and quickly detect and remove the CT scanning bed. The invention is different from the CT bed-removing operation based on graphics (expansion, corrosion and the like), can sensitively judge the foreground and the background and successfully remove the CT scanning bed and the mattress thereof, wherein the mattress is not easy to position and remove by other methods.

Description

Automatic removing method of CT image scanning bed
Technical Field
The invention relates to the technical field of image processing, in particular to an automatic removing method of a CT image scanning bed.
Background
In recent years, medical imaging techniques have been rapidly developed, and Computed Tomography (CT), magnetic resonance imaging (MR), and the like are widely used in clinical diagnosis. The CT scanning bed is a tool for carrying a detected person to complete a scanning task, is provided with a vertical motion control system and a horizontal longitudinal motion control system, and can automatically enter and exit the aperture of a scanning frame according to the requirements of a program to complete the automatic positioning of the scanning position of a detected object. The CT scanning bed is always included in the CT image, which may interfere with the CT image and affect the accuracy of clinical diagnosis. The present document provides a novel automatic removal method for a CT image scanning bed by taking a human CT image as a specific study object.
Disclosure of Invention
The invention aims to overcome the defects in the prior art and provides an automatic removing method of a CT image scanning bed.
In order to achieve the purpose, the invention is implemented according to the following technical scheme:
an automatic removing method of a CT image scanning bed comprises the following steps:
s1, importing the CT image into image reading equipment, and searching the minimum value of all foreground pixels in the whole CT image;
s2, carrying out normalization processing based on the processing result of the step S1;
s3, further performing binarization processing based on the normalized CT image obtained in the step S2;
s4, creating a corresponding image mask based on the binarization processing result of the step S3;
s5, a volume mask is formed based on the image mask obtained in the above step S4, and when the background value of the volume mask is 0, its corresponding value in the original CT image is replaced with the minimum value.
Further, the step S2 specifically includes: normalization was performed in the range of [0,1] to obtain normalized CT volumes.
Further, the step S3 specifically includes: and carrying out binarization processing on the normalized CT volume by using the Otsu method, finding out the optimal threshold value of the foreground/background, and separating all objects from the background.
Further, the step S4 specifically includes:
s41, based on the processing result of the third step, finding out the contour lines of all objects in each axial CT image;
s42, based on the step S41, selecting the longest contour line containing the image center, and removing other contour lines;
s43, creating a corresponding image mask by using the foreground value 1 in the contour line selected in the step S42.
Compared with the prior art, the invention can automatically and quickly detect and remove the CT scanning bed. The invention is different from the CT bed-removing operation based on graphics (expansion, corrosion and the like), can sensitively judge the foreground and the background and successfully remove the CT scanning bed and the mattress thereof, wherein the mattress is not easy to position and remove by other methods.
Drawings
Fig. 1 is a schematic flow chart of an automatic removing method of a CT image scanning bed according to the present invention.
Fig. 2 is a diagram of an experimental result of the automatic removing method of the CT image scanning bed of the present invention, wherein: (a) for the original CT image, a CT scanning bed under the body of the patient can be seen; (b) the image is processed by binaryzation; (c) an image mask; (d) is a CT image after bed removal.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. The specific embodiments described herein are merely illustrative of the invention and do not limit the invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating an automatic removing method for a CT image scanning bed according to the present invention, which includes the following steps:
s1, importing the CT image into image reading equipment, and searching the minimum value of all foreground pixels in the whole CT image;
s2, normalization processing is performed based on the processing result of the step S1:
carrying out normalization processing in the range of [0,1] to obtain a normalized CT volume;
s3, further binarization processing based on the normalized CT image obtained in the above step S2:
carrying out binarization processing on the normalized CT volume by using an Otsu method, finding out the optimal threshold value of the foreground/background, and separating all objects from the background; in this embodiment, the ohd method is that Ohd (OTSU) threshold segmentation divides an image into a background and an object according to the gray characteristics of the image. The larger the inter-class variance between the background and the object, the larger the difference between the two parts constituting the image, and the smaller the difference between the two parts when part of the object is mistaken for the background or part of the background is mistaken for the object. Thus, a segmentation that maximizes the inter-class variance means that the probability of false positives is minimized. Morphology is mainly to obtain object topology and structure information, and to obtain more essential morphology of an object through some operations of interaction of the object and structural elements. The applications in image processing are mainly: the basic operation of morphology is utilized to observe and process the image, thereby achieving the purpose of improving the image quality. And corrosion and expansion in image morphology can well perform noise reduction treatment on the binary image. The specific operation of corrosion is: each pixel in the image is scanned with a structuring element (typically 3 x 3 in size), and each pixel in the structuring element is anded with its overlying pixel, which is 1 if both are 1, and 0 otherwise. The specific operation of the expansion is as follows: each pixel in the image is scanned with a structuring element (typically 3 x 3 in size), and each pixel in the structuring element is anded with its overlying pixel, if both are 0, then the pixel is 0, otherwise it is 1. The corrosion has the effects of eliminating boundary points of an object, reducing a target and eliminating noise points smaller than structural elements; the effect of the dilation is to incorporate all background points in contact with the object into the object, enlarging the object and filling in holes in the object. The start operation is a process of corrosion first and then expansion, and can eliminate fine noise on an image and smooth the boundary of an object.
S4, creating a corresponding image mask based on the binarization processing result of the step S3:
s41, based on the processing result of the third step, finding out the contour lines of all objects in each axial CT image;
s42, based on the step S41, selecting the longest contour line containing the image center, and removing other contour lines;
s43, creating a corresponding image mask by using the foreground value 1 in the contour line selected in the step S42;
s5, a volume mask is formed based on the image mask obtained in the above step S4, and when the background value of the volume mask is 0, its corresponding value in the original CT image is replaced with the minimum value.
Further, in order to verify the feasibility of the present invention, the CT scanning bed is removed by the above method, as shown in fig. 2, (a) in fig. 2 is the original CT image, and the CT scanning bed under the patient body can be seen; (b) the image is processed by binaryzation; (c) an image mask; after the above steps of the method are carried out, the CT image after bed removal in (d) is finally obtained, and the CT bed is completely removed from the CT image as can be seen from (d), thereby verifying the feasibility of the invention.
The technical solution of the present invention is not limited to the limitations of the above specific embodiments, and all technical modifications made according to the technical solution of the present invention fall within the protection scope of the present invention.

Claims (4)

1. An automatic removing method of a CT image scanning bed is characterized by comprising the following steps:
s1, importing the CT image into image reading equipment, and searching the minimum value of all foreground pixels in the whole CT image;
s2, carrying out normalization processing based on the processing result of the step S1;
s3, further performing binarization processing based on the normalized CT image obtained in the step S2;
s4, creating a corresponding image mask based on the binarization processing result of the step S3;
s5, a volume mask is formed based on the image mask obtained in the above step S4, and when the background value of the volume mask is 0, its corresponding value in the original CT image is replaced with the minimum value.
2. The method for automatically removing a CT image scanning bed as claimed in claim 1, wherein said step S2 specifically comprises: normalization was performed in the range of [0,1] to obtain normalized CT volumes.
3. The method for automatically removing a CT image scanning bed as claimed in claim 1, wherein said step S3 specifically comprises: and carrying out binarization processing on the normalized CT volume by using the Otsu method, finding out the optimal threshold value of the foreground/background, and separating all objects from the background.
4. The method for automatically removing a CT image scanning bed as claimed in claim 1, wherein said step S4 specifically comprises:
s41, based on the processing result of the third step, finding out the contour lines of all objects in each axial CT image;
s42, based on the step S41, selecting the longest contour line containing the image center, and removing other contour lines;
s43, creating a corresponding image mask by using the foreground value 1 in the contour line selected in the step S42.
CN202110490362.3A 2021-05-06 2021-05-06 Automatic removing method of CT image scanning bed Pending CN113222837A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110490362.3A CN113222837A (en) 2021-05-06 2021-05-06 Automatic removing method of CT image scanning bed

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110490362.3A CN113222837A (en) 2021-05-06 2021-05-06 Automatic removing method of CT image scanning bed

Publications (1)

Publication Number Publication Date
CN113222837A true CN113222837A (en) 2021-08-06

Family

ID=77091266

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110490362.3A Pending CN113222837A (en) 2021-05-06 2021-05-06 Automatic removing method of CT image scanning bed

Country Status (1)

Country Link
CN (1) CN113222837A (en)

Similar Documents

Publication Publication Date Title
WO2022063199A1 (en) Pulmonary nodule automatic detection method, apparatus and computer system
CN109685809B (en) Liver infusorian focus segmentation method and system based on neural network
CN110310287B (en) Automatic organ-at-risk delineation method, equipment and storage medium based on neural network
AU692499B2 (en) Automated method and system for the segmentation of medical images
CN108985345B (en) Detection apparatus based on lung medical image fusion classification
CN111986206A (en) Lung lobe segmentation method and device based on UNet network and computer-readable storage medium
CN108510489B (en) Pneumoconiosis detection method and system based on deep learning
CN114048806A (en) Alzheimer disease auxiliary diagnosis model classification method based on fine-grained deep learning
CN113223004A (en) Liver image segmentation method based on deep learning
JP2005278690A (en) Method for detecting nodular shadow from three-dimensional chest ct image using computer, apparatus therefor and computer program
Kaur et al. Thresholding methods for lesion segmentation of basal cell carcinoma in dermoscopy images
US7809174B2 (en) Method and system for segmentation of computed tomography image data
JP2014221163A (en) Image diagnosis support device and support method
CN116188485A (en) Image processing method, device, computer equipment and storage medium
CN112396565A (en) Method and system for enhancing and segmenting blood vessels of images and videos of venipuncture robot
CN109948622B (en) Method and device for detecting head and neck body aneurysm and computer readable storage medium
CN111340780A (en) Focus detection method based on three-dimensional ultrasonic image
CN113012127A (en) Cardiothoracic ratio measuring method based on chest medical image
Pathare et al. Detection of fractures in long bones for trauma centre patients using hough transform
CN113222837A (en) Automatic removing method of CT image scanning bed
Wang et al. Automated segmentation of breast arterial calcifications from digital mammography
CN116309647A (en) Method for constructing craniocerebral lesion image segmentation model, image segmentation method and device
HongQing Segmentation of blood vessels in retinal images using 2D entropies of gray level-gradient cooccurrence matrix
CN113724248B (en) Medical image needle track detection method and device
Bania et al. Adaptive trimmed median filter for impulse noise detection and removal with an application to mammogram images

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
TA01 Transfer of patent application right

Effective date of registration: 20231023

Address after: Building 203, Building 5 # B, Chuangwei Innovation Valley, Tangtou No.1 Road, Tangtou Community, Shiyan Street, Bao'an District, Shenzhen City, Guangdong Province, 518000

Applicant after: Kaben (Shenzhen) medical equipment Co.,Ltd.

Address before: 215300 station 32, room 402, science and Technology Plaza, Qianjin East Road, Kunshan Development Zone, Kunshan City, Suzhou City, Jiangsu Province (cluster registration)

Applicant before: Zhongke Jiner Intelligent Technology (Kunshan) Co.,Ltd.

TA01 Transfer of patent application right