CN103955940A - Method based on X-ray back scattering image and for detecting objects hidden in human body - Google Patents

Method based on X-ray back scattering image and for detecting objects hidden in human body Download PDF

Info

Publication number
CN103955940A
CN103955940A CN201410209538.3A CN201410209538A CN103955940A CN 103955940 A CN103955940 A CN 103955940A CN 201410209538 A CN201410209538 A CN 201410209538A CN 103955940 A CN103955940 A CN 103955940A
Authority
CN
China
Prior art keywords
image
threshold
threshold value
utilize
pixel
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
CN201410209538.3A
Other languages
Chinese (zh)
Other versions
CN103955940B (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.)
TIANJIN CHONGFANG TECHNOLOGY Co Ltd
Original Assignee
TIANJIN CHONGFANG 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 TIANJIN CHONGFANG TECHNOLOGY Co Ltd filed Critical TIANJIN CHONGFANG TECHNOLOGY Co Ltd
Priority to CN201410209538.3A priority Critical patent/CN103955940B/en
Publication of CN103955940A publication Critical patent/CN103955940A/en
Application granted granted Critical
Publication of CN103955940B publication Critical patent/CN103955940B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Apparatus For Radiation Diagnosis (AREA)
  • Image Processing (AREA)
  • Analysing Materials By The Use Of Radiation (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a method based on an X-ray back scattering image and for detecting objects hidden a human body, and relates to the technical filed of computer image processing. The method is characterized in that the method includes the following steps that X-ray back scattering images are collected, and preprocessing is conducted on the obtained images; the threshold value calculation method with the combination of the global threshold value and the dynamic threshold value is conducted on the preprocessed images, and gray scale discontinuity caused by the dynamic threshold value is processed by the adoption of a smoothing technique; image segmentation is conducted by the adoption of the obtained threshold values, the ambiguity evaluation index, the intra-regional uniformity evaluation index and the inter-regional contrast evaluation index are adopted as feedback, the dynamic threshold value with the best segmentation effect is obtained in a self-adaptive mode, and finally an ideal segmentation effect is obtained. The segmented hidden objects are extracted by the adoption of a connected region labeling algorithm on the basis of the above steps. The method has the advantages of being high in work efficiency and precise in detection result.

Description

A kind of detection method of the human body cache based on X ray backscatter images
Technical field
The present invention relates to computer image processing technology field, particularly relate to a kind of detection method of the human body cache based on X ray backscatter images.
Background technology
Along with the research of domestic and international detection, assessment and emergency plan for dangerous matter sources is more and more deep, thereby being used to safety check field, X ray back scattering imaging technology carries out the detection that human body carries cache.Wherein for the image of scan image, cutting apart is the basic link of X ray backscatter images human body detection.Its target is from X ray backward scattering scan image, cache to be extracted from human body.Complete effective human body cache auto Segmentation has vital role for feature extraction, Classification and Identification and the harmful grade differentiation etc. of later stage cache.The scan image that the said equipment obtains at present mainly relies on supervisory personnel to carry out artificial interpretation, dangerous material Automatic Measurement Technique achievement in research for this type of image is very few, in addition, during due to X ray back scattering imaging, be subject to the position of object on human body, the impact of the factors such as clothing materials, human posture and illumination, makes human body cache fast and accurately cut apart difficulty increase.Therefore realize the automatic detection of computing machine to human body hiding article in X ray backscatter images, and then identify all kinds of dangerous material, thereby avoid expending a large amount of manpowers and the time has very important Research Significance.
Summary of the invention
The technical problem to be solved in the present invention is: the detection method that a kind of human body cache based on X ray backscatter images is provided.
The technical scheme that the present invention takes for the technical matters existing in solution known technology is:
A detection method for human body cache based on X ray backscatter images, comprises the steps:
S101, collection X ray backscatter images, carry out pre-service to X ray backscatter images, obtains pretreatment image;
S102, pretreatment image is carried out to the threshold calculations that global threshold combines with dynamic threshold, and utilize the gray scale uncontinuity that smoothing technique causes dynamic threshold to process; Detailed process is:
S1021, utilize otsu algorithm to carry out global threshold calculating to pretreatment image, obtain image overall threshold value t1;
S1022, pretreatment image is divided into a series of subimages, and each frame subimage is carried out to the calculating of otsu local threshold, obtain the local threshold t2 of each frame subimage, subsequently according to the discussion of classifying of the inter-class variance under this local threshold: if inter-class variance is less than the threshold of threshold constant of user's self-defining, utilize the global threshold t1 obtaining in S1021, according to formula
T=(1-α) t1+ α t2 obtains new threshold value t; Wherein, α is inter-class variance; Otherwise: new threshold value t=t2;
S1023, new threshold value t is deposited in matrix M, matrix M is carried out to smoothing processing, be specially:
Each threshold value element that each new threshold value t in matrix M and its are around existed in 4 neighborhoods is weighted addition, and replaces new threshold value t with this; Wherein the weights in 4 fields are respectively 0.1; After completing, smooth operation obtains new threshold matrix M2;
S103, utilize above-mentioned obtained threshold value to carry out image to cut apart, and utilize these three evaluation indexes of blur level, intra-zone homogeneity and interregional contrast as feedback, obtain adaptively the best dynamic threshold of segmentation effect and complete image binaryzation; Detailed process is:
S1031, utilize the threshold value element in threshold matrix M2 to carry out binarization segmentation processing to pretreatment image;
S1032, utilize the segmentation result after blur level, intra-zone homogeneity and interregional contrast are processed above-mentioned binarization segmentation to carry out comprehensive evaluation;
S1033, repeating step S1022, S1023, S1031, S1032 successively, until obtain the highest situation of cutting apart of evaluation of estimate;
S1034, utilize the situation of cutting apart of above-mentioned acquisition to carry out the threshold calculations that global threshold combines with dynamic threshold, complete image binaryzation;
S104, obtained binary image is carried out to connected component labeling, utilize number of pixels this condition in a certain scope that object comprises as screening, to obtain the extraction of final cache.
Further: the pre-service in described step S101 is specially:
S1011, image gray processing
Adopt the rgb pixel value of DIB structure extraction X ray backscatter images, and three components are weighted on average with different weights, wherein red pixel weight is 30%, and green pixel is 59%, and blue pixel is 11%;
S1012, image denoising
Adopt gaussian filtering to carry out denoising to image, the concrete operations of gaussian filtering are: by each pixel in a template scan image, go to substitute the value of convolution central pixel point with the weighted mean gray-scale value of pixel in the definite neighborhood of template; In Gauss's template, near the position of the centre of neighbourhood, its weights are just higher; So arrange the meaning of weights to be image detail to carry out level and smooth time, can retaining more the overall gray distribution features of image; Above-mentioned template size is 3*3, and the numerical computational formulas that in template, coordinate is (x, y) is:
G ( x ; y , σ ) = 1 2 πσ 2 exp - ( x 2 + y 2 ) / 2 σ 2
Wherein: σ is scale parameter, for determining the level and smooth degree of filtering.Take template center as initial point, x, y is that each position of template is with respect to the coordinate of initial point; According to above formula, build Gauss's template, and image is carried out to denoising.
Further: described step S104 is specially:
S1041, obtained binary image is carried out to connected component labeling, obtain a plurality of connected regions;
S1042, calculate the pixel number that each connected region comprises;
S1043, when pixel number, cross and be greater than or less than user-defined threshold value, thereby think it can not is that cache filters out final cache
Advantage and good effect that the present invention has are:
The present invention realizes the automatic detection of computing machine to the cache that in X ray backscatter images, human body carries, allow staff free from heavy vision work, and improve the degree of accuracy of detection to improve safety check speed and quality, the method can reach following effect: solve existing overall OTSU algorithm and cannot take image local details into account and cause the not good problem of segmentation effect, utilize comprehensive evaluation to calculate adaptively dynamic threshold, thereby be combined to complete with global threshold, cut apart.Thereby and for dynamic threshold, according to actual conditions, carry out smoothly reaching improving partitioning algorithm and completing the detection of human body cache and know the real situation; Simultaneously the advantage of the method is when image target object and background gray scale is relatively more approaching or thereby background and object grey scale change all can take into full account local detail when larger and obtain satisfied segmentation result.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the detection method of the human body cache based on X ray backscatter images in the present invention;
Fig. 2 is the first preferential embodiment design sketch of the human body cache based on X ray backscatter images in the present invention;
Fig. 3 is the second preferential embodiment design sketch of the human body cache based on X ray backscatter images in the present invention.
Embodiment
For further understanding summary of the invention of the present invention, Characteristic, at this, exemplify following examples, and coordinate accompanying drawing to be described in detail as follows:
Refer to Fig. 1, a kind of detection method of the human body cache based on X ray backscatter images, has been calculated and has been cut apart task by dynamic threshold and global threshold adaptively, and detailed step is:
S101: gather X ray backscatter images, X ray backscatter images is carried out to pre-service, obtain pretreatment image;
1) image gray processing
This specific embodiment adopts the rgb pixel value of DIB structure extraction X ray backscatter images, and three components are weighted on average with different weights, and wherein red pixel weight is 30%, and green pixel is 59%, and blue pixel is 11%;
2) image denoising
This specific embodiment adopts gaussian filtering to carry out denoising to image.The concrete operations of gaussian filtering are: by each pixel in a template scan image, go to substitute the value of convolution central pixel point with the weighted mean gray-scale value of pixel in the definite neighborhood of template.The simple smooth that is different from image is processed, and in Gauss's template, near the position of the centre of neighbourhood, its weights are just higher.So arrange the meaning of weights to be image detail to carry out level and smooth time, can retaining more the overall gray distribution features of image.The template size that this specific embodiment adopts is 3*3, and the computing formula of template is:
G ( x ; y , σ ) = 1 2 πσ 2 exp - ( x 2 + y 2 ) / 2 σ 2
According to above formula, build Gauss's template, and image is carried out to denoising.
S102: the image after pre-service is carried out to the threshold calculations that global threshold combines with dynamic threshold, and utilize the gray scale uncontinuity that smoothing technique causes dynamic threshold to process:
1) global threshold calculates
In this process, utilize otsu algorithm to carry out global threshold calculating.The method is called again maximum variance between clusters.For image I (x, y), the segmentation threshold of prospect and background is denoted as t 1, the ratio that the pixel number that belongs to prospect accounts for entire image is designated as ω 0, its average gray μ 0; The background pixel ratio that accounts for entire image of counting is ω 1, its average gray is μ 1, the overall average gray scale of image is designated as μ, and inter-class variance is designated as g.
The size of supposing image is M * N, and the number of pixels that in image, the gray-scale value of pixel is less than threshold value T is denoted as N0, and the number of pixels that pixel grey scale is greater than threshold value T is denoted as N1, has:
ω 0=N0/M×N (1)
ω 1=N1/M×N (2)
N0+N1=M×N (3)
ω 01=1 (4)
μ=ω 0011 (5)
g=ω 00-μ)^2+ω1(μ 1-μ)^2 (6)
By formula (5) substitution formula (6), obtain equivalence formula:
G=ω 0ω 101) ^2 (7) this be inter-class variance
Adopt the method traveling through to obtain making the threshold value of inter-class variance g maximum, be required.
2) dynamic threshold calculates
Image is carried out to piecemeal and obtain a series of subimages, and each frame subimage is carried out to local threshold calculate local threshold t 2in (each frame subimage adopt 1), otsu algorithm obtains threshold value), and according to discussions of classify of the inter-class variance under this threshold value: if inter-class variance σ is less than threshold value threshold, utilize 1) the global threshold t of middle acquisition 1, according to t=(1-α) t 1+ α t 2principle is weighted, and tries to achieve the new threshold value t of each piece, otherwise new threshold value t=t 2.
3) threshold smoothing
By 2) the new threshold value of each number of sub images of gained deposits in matrix M, and matrix M is carried out to smoothing processing: each threshold value element that each new threshold value element in M and its are around existed in 4 neighborhoods is weighted addition, and replaces original threshold value with this.Wherein the weights in 4 fields are respectively 0.1.After completing, smooth operation obtains new threshold matrix M2.
S103: utilize above-mentioned obtained threshold value to carry out image and cut apart, and utilize these three evaluation indexes of blur level, intra-zone homogeneity and interregional contrast as feedback, obtain adaptively the best dynamic threshold of segmentation effect and complete image binaryzation.
1) image segmentation evaluation index is calculated
Utilize blur level, intra-zone homogeneity and interregional contrast to carry out comprehensive evaluation to segmentation result corresponding to piecemeal situation in process 2.
Wherein blur level refers to image is transformed from a spatial domain to fuzzy quality territory, utilizes fuzzy tolerance to weigh FUZZY MAPPING in segmentation effect the present invention of image and adopts a kind of Nonlinear Mapping model to be:
X wherein ijfor the gray-scale value that (i, j) in original image locates, U ijfor this pixel is mapped to fuzzy quality territory institute from spatial domain
Corresponding fuzzy value; α is fuzzy factor, 0≤α≤1, t=X ij/ X max.
Nonlinear function
g(t)=(1-e -t)/(1+e -t)
In addition, the computing formula of interregional contrast GLC and gradation uniformity UM is as follows:
GLC = | f 1 - f 2 | f 1 + f 2
Wherein, f 1and f 2the average gray value that represents adjacent two regions
Gradation uniformity
UM = 1 - 1 C Σ i { Σ ( x , y ) ∈ R i [ f ( x , y ) - 1 A i Σ ( x , y ) ∈ R i f ( x , y ) ] 2 }
The value of UM is larger, and the homogeneity that sign is cut apart each intra-zone in figure is better, cuts apart quality higher.Wherein C is normalized factor, R ibe i piece cut zone, f (x, y) is the gray-scale value of pixel (x, y), A iregion R ipixel count.
2) iterative computation block count
Repeat in 102 2)-3) and process three in 1) step, obtain the highest piecemeal situation of evaluation of estimate.The grade being applied in embodiment of the present invention method is the known technology in data processing method, and the embodiment of the present invention does not repeat at this.
S104: obtained binary image is carried out to connected component labeling, utilize number of pixels this condition in a certain scope that object comprises as screening, to obtain the extraction of final cache.
Refer to Fig. 2 and Fig. 3, wherein, Fig. 2 a and 3a are X ray backscatter images, have the binary map after the accessed Threshold segmentation of method in the present invention in Fig. 2 b and 3b are; Fig. 2 c and 3c are the image after cache extracts.
Above embodiments of the invention are had been described in detail, but described content is only preferred embodiment of the present invention, can not be considered to for limiting practical range of the present invention.All equalizations of doing according to the present patent application scope change and improve, within all should still belonging to patent covering scope of the present invention.

Claims (3)

1. a detection method for the human body cache based on X ray backscatter images, is characterized in that: comprise the steps:
S101, collection X ray backscatter images, carry out pre-service to X ray backscatter images, obtains pretreatment image;
S102, pretreatment image is carried out to the threshold calculations that global threshold combines with dynamic threshold, and utilize the gray scale uncontinuity that smoothing technique causes dynamic threshold to process; Detailed process is:
S1021, utilize otsu algorithm to carry out global threshold calculating to pretreatment image, obtain image overall threshold value t1;
S1022, pretreatment image is divided into a series of subimages, and each frame subimage is carried out to the calculating of otsu local threshold, obtain the local threshold t2 of each frame subimage, subsequently according to the discussion of classifying of the inter-class variance under this local threshold: if inter-class variance is less than the threshold of threshold constant of user's self-defining, utilize the global threshold t1 obtaining in S1021, according to formula
T=(1-α) t1+ α t2 obtains new threshold value t; Wherein, α is inter-class variance; Otherwise: new threshold value t=t2;
S1023, new threshold value t is deposited in matrix M, matrix M is carried out to smoothing processing, be specially:
Each threshold value element that each new threshold value t in matrix M and its are around existed in 4 neighborhoods is weighted addition, and replaces new threshold value t with this; Wherein the weights in 4 fields are respectively 0.1; After completing, smooth operation obtains new threshold matrix M2;
S103, utilize above-mentioned obtained threshold value to carry out image to cut apart, and utilize these three evaluation indexes of blur level, intra-zone homogeneity and interregional contrast as feedback, obtain adaptively the best dynamic threshold of segmentation effect and complete image binaryzation; Detailed process is:
S1031, utilize the threshold value element in threshold matrix M2 to carry out binarization segmentation processing to pretreatment image;
S1032, utilize the segmentation result after blur level, intra-zone homogeneity and interregional contrast are processed above-mentioned binarization segmentation to carry out comprehensive evaluation;
S1033, repeating step S1022, S1023, S1031, S1032 successively, until obtain the highest situation of cutting apart of evaluation of estimate;
S1034, utilize the situation of cutting apart of above-mentioned acquisition to carry out the threshold calculations that global threshold combines with dynamic threshold, complete image binaryzation;
S104, obtained binary image is carried out to connected component labeling, utilize number of pixels this condition in a certain scope that object comprises as screening, to obtain the extraction of final cache.
2. detection method according to claim 1, is characterized in that: the pre-service in described step S101 is specially:
S1011, image gray processing
Adopt the rgb pixel value of DIB structure extraction X ray backscatter images, and three components are weighted on average with different weights, wherein red pixel weight is 30%, and green pixel is 59%, and blue pixel is 11%;
S1012, image denoising
Adopt gaussian filtering to carry out denoising to image, the concrete operations of gaussian filtering are: by each pixel in a template scan image, go to substitute the value of convolution central pixel point with the weighted mean gray-scale value of pixel in the definite neighborhood of template; In Gauss's template, near the position of the centre of neighbourhood, its weights are just higher; So arrange the meaning of weights to be image detail to carry out level and smooth time, can retaining more the overall gray distribution features of image; Above-mentioned template size is 3*3, and the numerical computational formulas that in template, coordinate is (x, y) is:
G ( x ; y , σ ) = 1 2 πσ 2 exp - ( x 2 + y 2 ) / 2 σ 2
Wherein: σ is scale parameter, for determining the level and smooth degree of filtering.Take template center as initial point, x, y is that each position of template is with respect to the coordinate of initial point; According to above formula, build Gauss's template, and image is carried out to denoising.
3. detection method according to claim 1 and 2, is characterized in that: described step S104 is specially:
S1041, obtained binary image is carried out to connected component labeling, obtain a plurality of connected regions;
S1042, calculate the pixel number that each connected region comprises;
S1043, the pixel number comprising when connected region are greater than or less than user-defined threshold value, thereby think it can not is that cache filters out final cache.
CN201410209538.3A 2014-05-16 2014-05-16 A kind of detection method of the human body cache based on X ray backscatter images Active CN103955940B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410209538.3A CN103955940B (en) 2014-05-16 2014-05-16 A kind of detection method of the human body cache based on X ray backscatter images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410209538.3A CN103955940B (en) 2014-05-16 2014-05-16 A kind of detection method of the human body cache based on X ray backscatter images

Publications (2)

Publication Number Publication Date
CN103955940A true CN103955940A (en) 2014-07-30
CN103955940B CN103955940B (en) 2018-01-16

Family

ID=51333209

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410209538.3A Active CN103955940B (en) 2014-05-16 2014-05-16 A kind of detection method of the human body cache based on X ray backscatter images

Country Status (1)

Country Link
CN (1) CN103955940B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105678773A (en) * 2016-01-12 2016-06-15 西北工业大学 Low-contrast image segmentation method
CN106920398A (en) * 2017-04-27 2017-07-04 深圳大图科创技术开发有限公司 A kind of intelligent vehicle license plate recognition system
CN107077728A (en) * 2014-09-10 2017-08-18 德国史密斯海曼简化股份公司 Determine the uniformity in image
WO2017193876A1 (en) * 2016-05-12 2017-11-16 深圳市太赫兹科技创新研究院 Method and device for detecting dangerous object hidden on human body from microwave image
CN107430771A (en) * 2015-03-20 2017-12-01 文塔纳医疗系统公司 System And Method For Image Segmentation
CN110335666A (en) * 2019-05-22 2019-10-15 平安国际智慧城市科技股份有限公司 Medical image appraisal procedure, device, computer equipment and storage medium
CN110544227A (en) * 2018-05-29 2019-12-06 中国科学院电子学研究所 Passive terahertz human body security inspection image target detection method
CN111182173A (en) * 2019-11-27 2020-05-19 绍兴柯桥浙工大创新研究院发展有限公司 Image transmission processing method and system
CN107316318B (en) * 2017-05-26 2020-06-02 河北汉光重工有限责任公司 Air target automatic detection method based on multi-subregion background fitting
CN112001333A (en) * 2020-08-27 2020-11-27 中广核贝谷科技有限公司 Intelligent identification method based on container X-ray image
CN112308823A (en) * 2020-10-14 2021-02-02 杭州三坛医疗科技有限公司 Method and device for positioning region of interest in medical image
CN114638851A (en) * 2022-05-17 2022-06-17 广州优刻谷科技有限公司 Image segmentation method, system and storage medium based on generation countermeasure network

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030031366A1 (en) * 2001-07-31 2003-02-13 Yulin Li Image processing method and apparatus using self-adaptive binarization
CN102542570A (en) * 2011-12-30 2012-07-04 北京华航无线电测量研究所 Method for automatically detecting dangerous object hidden by human body in microwave image
CN102956035A (en) * 2011-08-25 2013-03-06 深圳市蓝韵实业有限公司 Preprocessing method and preprocessing system used for extracting breast regions in mammographic images
CN103279960A (en) * 2013-06-18 2013-09-04 天津大学 Human body hidden thing image segmentation method based on X-ray back scattering image

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030031366A1 (en) * 2001-07-31 2003-02-13 Yulin Li Image processing method and apparatus using self-adaptive binarization
CN102956035A (en) * 2011-08-25 2013-03-06 深圳市蓝韵实业有限公司 Preprocessing method and preprocessing system used for extracting breast regions in mammographic images
CN102542570A (en) * 2011-12-30 2012-07-04 北京华航无线电测量研究所 Method for automatically detecting dangerous object hidden by human body in microwave image
CN103279960A (en) * 2013-06-18 2013-09-04 天津大学 Human body hidden thing image segmentation method based on X-ray back scattering image

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
BIN ZHENG等: "《Computerized Detection of Masses", 《ACAD RADIOL 1995》 *
孟立娜等: "《一种全局和局部相结合的二值化方法研究》", 《计算机技术与发展》 *
高潮等: "《机械工件数字识别的二值化算法研究》", 《光电工程》 *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107077728A (en) * 2014-09-10 2017-08-18 德国史密斯海曼简化股份公司 Determine the uniformity in image
CN107077728B (en) * 2014-09-10 2021-12-14 德国史密斯海曼简化股份公司 Determining uniformity in an image
CN107430771B (en) * 2015-03-20 2021-07-02 文塔纳医疗系统公司 System and method for image segmentation
CN107430771A (en) * 2015-03-20 2017-12-01 文塔纳医疗系统公司 System And Method For Image Segmentation
CN105678773B (en) * 2016-01-12 2018-10-26 西北工业大学 A kind of soft image dividing method
CN105678773A (en) * 2016-01-12 2016-06-15 西北工业大学 Low-contrast image segmentation method
WO2017193876A1 (en) * 2016-05-12 2017-11-16 深圳市太赫兹科技创新研究院 Method and device for detecting dangerous object hidden on human body from microwave image
US10706552B2 (en) 2016-05-12 2020-07-07 Shenzhen Cct Thz Technology Co., Ltd. Method and device for detecting concealed objects in microwave images
CN106920398A (en) * 2017-04-27 2017-07-04 深圳大图科创技术开发有限公司 A kind of intelligent vehicle license plate recognition system
CN107316318B (en) * 2017-05-26 2020-06-02 河北汉光重工有限责任公司 Air target automatic detection method based on multi-subregion background fitting
CN110544227A (en) * 2018-05-29 2019-12-06 中国科学院电子学研究所 Passive terahertz human body security inspection image target detection method
CN110335666A (en) * 2019-05-22 2019-10-15 平安国际智慧城市科技股份有限公司 Medical image appraisal procedure, device, computer equipment and storage medium
CN111182173A (en) * 2019-11-27 2020-05-19 绍兴柯桥浙工大创新研究院发展有限公司 Image transmission processing method and system
CN111182173B (en) * 2019-11-27 2021-10-01 绍兴柯桥浙工大创新研究院发展有限公司 Image transmission processing method and system
CN112001333A (en) * 2020-08-27 2020-11-27 中广核贝谷科技有限公司 Intelligent identification method based on container X-ray image
CN112308823A (en) * 2020-10-14 2021-02-02 杭州三坛医疗科技有限公司 Method and device for positioning region of interest in medical image
CN112308823B (en) * 2020-10-14 2024-03-15 杭州三坛医疗科技有限公司 Method and device for positioning region of interest in medical image
CN114638851A (en) * 2022-05-17 2022-06-17 广州优刻谷科技有限公司 Image segmentation method, system and storage medium based on generation countermeasure network

Also Published As

Publication number Publication date
CN103955940B (en) 2018-01-16

Similar Documents

Publication Publication Date Title
CN103955940A (en) Method based on X-ray back scattering image and for detecting objects hidden in human body
CN103984961B (en) A kind of image detecting method for being used to detect underbody foreign matter
CN110264448B (en) Insulator fault detection method based on machine vision
CN104008399B (en) The recognition methodss of the gauge pointer shake based on support vector machine in a kind of instrument detection
WO2017200524A1 (en) Deep convolutional neural networks for crack detection from image data
CN108416789A (en) Method for detecting image edge and system
CN103218832B (en) Based on the vision significance algorithm of global color contrast and spatial distribution in image
CN106960438A (en) Method for recognizing impurities to transmission line of electricity is converted based on Hough straight line
CN110230978A (en) A kind of refractory brick geometric dimension measurement method
CN103442209A (en) Video monitoring method of electric transmission line
CN105719266B (en) Magnetic tile surface defect detection method based on textural characteristics cluster
CN102819841B (en) Global threshold partitioning method for partitioning target image
CN110378297A (en) A kind of Remote Sensing Target detection method based on deep learning
CN106530281A (en) Edge feature-based unmanned aerial vehicle image blur judgment method and system
CN105069818A (en) Image-analysis-based skin pore identification method
CN110021023A (en) A kind of electronics cloth defect segmentation method
CN103778627A (en) Sea oil spill detection method based on SAR image
Igbinosa Comparison of edge detection technique in image processing techniques
CN108537787A (en) A kind of quality judging method of facial image
CN103198319A (en) Method of extraction of corner of blurred image in mine shaft environment
CN115266732B (en) Carbon fiber tow defect detection method based on machine vision
CN107729814A (en) A kind of method and device for detecting lane line
CN109934170A (en) A kind of mine resources statistical method based on computer vision
CN104574417A (en) Image edge grey level fluctuation measurement and adaptive detection method
CN105787912A (en) Classification-based step type edge sub pixel localization method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
PP01 Preservation of patent right

Effective date of registration: 20181012

Granted publication date: 20180116

PP01 Preservation of patent right