CN113379772A - Mobile temperature measurement method based on background elimination and tracking algorithm in complex environment - Google Patents

Mobile temperature measurement method based on background elimination and tracking algorithm in complex environment Download PDF

Info

Publication number
CN113379772A
CN113379772A CN202110768292.3A CN202110768292A CN113379772A CN 113379772 A CN113379772 A CN 113379772A CN 202110768292 A CN202110768292 A CN 202110768292A CN 113379772 A CN113379772 A CN 113379772A
Authority
CN
China
Prior art keywords
rgb
face
temperature
thermal imaging
infrared thermal
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
CN202110768292.3A
Other languages
Chinese (zh)
Other versions
CN113379772B (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.)
Core Computing Integrated Shenzhen Technology Co ltd
Original Assignee
Xinjiang Aiwinn Information 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 Xinjiang Aiwinn Information Technology Co Ltd filed Critical Xinjiang Aiwinn Information Technology Co Ltd
Priority to CN202110768292.3A priority Critical patent/CN113379772B/en
Publication of CN113379772A publication Critical patent/CN113379772A/en
Application granted granted Critical
Publication of CN113379772B publication Critical patent/CN113379772B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/194Segmentation; Edge detection involving foreground-background segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/246Analysis of motion using feature-based methods, e.g. the tracking of corners or segments
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • G06T7/62Analysis of geometric attributes of area, perimeter, diameter or volume
    • 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/10048Infrared image
    • 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/20092Interactive image processing based on input by user
    • G06T2207/20104Interactive definition of region of interest [ROI]
    • 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/30196Human being; Person
    • G06T2207/30201Face

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Multimedia (AREA)
  • Geometry (AREA)
  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

The invention discloses a mobile temperature measurement method under a complex environment based on a background elimination and tracking algorithm, which comprises the following steps: acquiring an RGB image and an infrared thermal imaging image; processing the infrared thermal imaging image by adopting a frame difference method; comparing the processed difference value with a set threshold, if the pixel point is smaller than the set threshold, judging that the measured temperature is the ambient temperature and the ambient temperature is not changed greatly, and if the pixel point is larger than the set threshold and the temperature of the current frame reaches the human body temperature range, performing the following steps; and judging whether a human face exists in the current RGB image, if so, judging that the temperature of the current frame is the human body temperature. The frame difference method used by the invention can effectively reduce the influence of the environmental temperature change on the temperature measurement result, and simultaneously, the probability of matching the human face with the temperature measurement can be greatly improved by using the human face tracking algorithm compared with the original direct calculation method.

Description

Mobile temperature measurement method based on background elimination and tracking algorithm in complex environment
Technical Field
The invention relates to the technical field of human body intelligent temperature measurement, in particular to a mobile temperature measurement method based on a background elimination and tracking algorithm in a complex environment.
Background
The temperature measurement used in the current market is mainly indoor temperature measurement, and the indoor environment temperature is single, so that the influence on the measurement result is small. But outdoor, the uncertainty of the ambient temperature can cause large errors in the measurement results. In addition, due to human movement, the captured RGB image is likely to be mismatched with infrared thermography.
Disclosure of Invention
The invention aims to provide a mobile temperature measurement method based on a background elimination and tracking algorithm in a complex environment, so as to overcome the defects in the prior art.
In order to achieve the technical purpose, the technical scheme of the invention is realized as follows:
a mobile temperature measurement method under a complex environment based on a background elimination and tracking algorithm comprises the following steps:
1) acquiring an RGB image and an infrared thermal imaging image;
2) processing the infrared thermal imaging image by adopting a frame difference method, specifically, subtracting the infrared thermal imaging image from the previous frame after acquiring the infrared thermal imaging image each time;
3) comparing the difference obtained by the processing in the step 2) with a set threshold, when the difference before and after a certain pixel point is smaller than the set threshold, judging that the temperature measured by the infrared thermal imaging image obtained at this time is the ambient temperature and the ambient temperature does not change greatly, and when the difference before and after a certain pixel point is larger than the set threshold and the temperature of the current frame reaches the human body temperature range, performing the following steps;
4) and judging whether a human face exists in the RGB image acquired at the moment, if so, judging that the temperature of the current frame is the human body temperature, and if not, judging that the temperature of the current frame is the environment temperature.
Further, the method comprises the following steps:
5) obtaining face position information in the RGB image through a face detection model and obtaining face region information in the infrared thermal imaging image through a human head detection algorithm, and numbering faces in the RGB image and the infrared thermal imaging image respectively;
6) carrying out binarization processing on the infrared thermal imaging image;
7) obtaining a candidate region from the thermal imaging image processed in the step 6) by using a connected component segmentation algorithm;
8) predicting a candidate area of each face of the next frame based on the candidate areas of each face numbered in the current frame and the previous frame of infrared thermal imaging image by adopting a Kalman filtering tracking algorithm;
9) comparing each candidate region obtained by prediction with the corresponding face region area detected in the step 5), if the candidate region is smaller than the corresponding face region area by 1.5 times, not processing the candidate region, and if the candidate region is larger than or equal to the face region area by 1.5 times, resetting the threshold value of binarization processing and then repeating the steps 6) -9) on the infrared thermal imaging image corresponding to the candidate region;
10) and carrying out IOU calculation on the RGB face image and all candidate regions obtained by prediction, taking the candidate region with the largest IOU value, if the IOU value is greater than 0.5, judging the temperature of the face of the region in the RGB image corresponding to the candidate region to obtain the measured temperature of the face, and if the IOU value is less than 0.5, repeating the steps 5) -10).
Further, in step 10), when the IOU value is less than 0.5, further determining the distance between the RGB face region and the candidate region, if the distance between the RGB face region and the candidate region is less than the set pixel point, determining that the face in the region in the RGB image matches the candidate region, otherwise, repeating steps 5) -10).
Further, the binarization processing in the step 6) is specifically as follows: the threshold is set to 28 degrees centigrade, the pixel points higher than 28 degrees centigrade are set to 255, and the pixel points lower than 28 degrees centigrade are set to 0.
Further, if the area of the candidate region is greater than or equal to 1.5 times of the area of the face region in the step 9), the threshold is increased by 1 degree centigrade, and then the steps 6) -9) are repeated on the infrared thermal imaging image corresponding to the candidate region.
Further, a calculation formula for performing IOU calculation on the face region detected in the RGB image and the predicted candidate region is as follows:
I=(min{yRGB_max,yH_max}-max{yRGB_min,yH_min})×(min{xRGB_max,xH_max}-max{xRGB_min,xH_min})
U=(yRGB_max-yRGB_min)×(xRGB_max-xRGB_min)+(yH_max-yH_min)×(xH_max-xH_min)-I
Figure BDA0003149188060000021
the subscript RGB represents the position of the face frame of the RGB image, the subscript H represents the position of the face frame of the infrared thermal imaging image, U represents the union of the two frames, and I represents the intersection of the two frames.
The invention has the beneficial effects that: the frame difference method used by the invention can effectively reduce the influence of the environmental temperature change on the temperature measurement result, and simultaneously, the human face tracking algorithm is used, so that the probability of matching of the human face and the temperature measurement can be greatly improved compared with the original method of directly calculating the human face temperature by using the RGB image and the infrared image at the same moment.
Drawings
FIG. 1 is a flow chart of background removal by frame differencing;
FIG. 2 is a flow diagram of face detection;
fig. 3 is a face matching flow chart.
Detailed Description
The technical solution in the embodiments of the present invention is clearly and completely described below with reference to the drawings in the embodiments of the present invention.
As shown in fig. 1-3, according to an embodiment of the present invention, a method for mobile thermometry in a complex environment based on a background elimination and tracking algorithm includes the following steps:
1. and acquiring an RGB image and an infrared thermal imaging image through the double cameras.
2. In order to solve the influence of outdoor environment temperature on temperature measurement, a frame difference method is adopted to process the infrared thermal imaging image, and specifically, after the infrared thermal imaging image is obtained each time, subtraction is carried out on the infrared thermal imaging image and the infrared thermal imaging image of the previous frame.
3. Comparing the difference obtained by the processing in the step 2 with a set threshold, when the difference before and after a certain pixel point is smaller than the set threshold, judging that the temperature measured by the infrared thermal imaging image obtained at this time is the ambient temperature and the ambient temperature does not change greatly, and when the difference before and after a certain pixel point is larger than the set threshold and the temperature of the current frame reaches the human body temperature range, performing the following steps. The difference value refers to a difference value generated by a previous frame difference method, namely the difference between the temperature of each pixel point of the infrared thermal imaging picture at the previous moment and the temperature of each pixel point of the infrared thermal imaging picture at the current moment. The threshold is determined according to the actual ambient temperature, and is set to a smaller value when the actual ambient temperature is higher, and is set to a larger value when the actual ambient temperature is lower. For example, the normal human body temperature is 37 ℃, and when the actual environmental temperature is 28 ℃, the threshold value can be set to be 7 ℃. The threshold is set as long as it is discriminated whether the temperature change is caused by a person passing through the temperature change or the temperature change of the environment itself.
4. And judging whether a human face exists in the RGB image acquired at the moment, if so, judging that the temperature of the current frame is the human body temperature, and performing the following steps, otherwise, judging that the temperature of the current frame is the environment temperature.
5. And obtaining face position information in the RGB image through a face detection model and face region information in the infrared thermal imaging image through a human head detection algorithm, and numbering the faces in the RGB image and the infrared thermal imaging image respectively. The face detection model and the human head detection algorithm can both use an RFSong-779 target detection model, specifically, a model capable of detecting faces of RGB pictures is trained by the RGB pictures, and a model capable of detecting heads of infrared pictures is trained by the infrared thermal imaging pictures.
6. The infrared thermal imaging image is subjected to binarization processing, and the purpose is to separate an interested region (infrared human head region) from a background region and reduce the interference of environmental noise. Specifically, the threshold value of the binarization processing is set to be 28 ℃, the pixel point higher than 28 ℃ is set to be 255, and the pixel point lower than 28 ℃ is set to be 0.
7. And (5) obtaining a candidate region from the thermal imaging image processed in the step 6 by using a connected component segmentation algorithm.
8. And predicting the candidate area of each face in the next frame by adopting a Kalman filtering tracking algorithm based on the candidate area of each face numbered in the current frame and the previous frame of infrared thermal imaging image. Because the formation of the infrared thermal imaging image has a certain delay relative to the formation of the RGB image, the matching of the current RGB image and the predicted infrared thermal imaging image of the next frame is favorable for improving the accuracy of human face temperature measurement.
9. And (3) comparing each candidate region obtained by prediction with the corresponding face region area detected in the step (5), if the candidate region is smaller than the corresponding face region area by 1.5 times, not processing the candidate region, and if the candidate region is larger than or equal to the face region area by 1.5 times, resetting the threshold value of binarization processing and then repeating the steps (6-9) on the infrared thermal imaging image corresponding to the candidate region until the candidate region is smaller than the face region area by 1.5 times, so as to obtain a real candidate region. Specifically, in step 9, if the area of the candidate region is greater than or equal to 1.5 times of the area of the face region, the threshold is increased by 1 degree centigrade, and then steps 3-5 are repeated for the infrared thermal imaging image corresponding to the candidate region. The candidate area is much larger than the head area detected by the infrared image, so that the IOU calculated in the subsequent matching with the RGB face area is small, and the actual face is difficult to match with the candidate area. Therefore, when the area is too large, the threshold needs to be increased, and the range of the candidate area is reduced.
10. Performing IOU calculation on the RGB face image and all candidate areas obtained by prediction, taking the candidate area with the largest IOU value, if the IOU value is greater than 0.5, judging the temperature of the face of the area in the RGB image corresponding to the candidate area to obtain the measured temperature of the face, and if the IOU value is less than 0.5, performing the following steps. The IOU threshold is selected according to long-term practical experience, the accuracy of the IOU threshold is improved when the IOU threshold is too large, but the number of matched heads is reduced, and the accuracy of matching is reduced when the IOU threshold is too small.
11. When the IOU value is less than 0.5 in step 10, it is indicated that the difference between the face position and the predicted face position is large, there are two reasons, one is probably caused by prediction deviation, and the other is probably that an erroneous face is detected, at this time, the distances between the RGB face region and all predicted candidate regions need to be further determined, if the distances between the RGB face region and all predicted candidate regions are less than the set pixel points, 25 pixel points are generally selected, it is determined that the face in the region in the RGB image matches the candidate regions, if the distances between the RGB face region and the candidate regions are greater than 25 pixel points, matching fails, and the face is not detected if the face does not match the candidate regions, and then the step 5-10 is repeated to detect again.
In this embodiment, the calculation formula for performing IOU calculation on the face region detected in the RGB image and the predicted candidate region is as follows:
I=(min{yRGB_max,yH_max}-max{yRGB_min,yH_min})×(min{xRGB_max,xH_max}-max{xRGB_min,xH_min})
U=(yRGB_max-yRGB_min)×(xRGB_max-xRGB_min)+(yH_max-yH_min)×(xH_max-xH_min)-I
Figure BDA0003149188060000051
the subscript RGB represents the position of the face frame of the RGB image, the subscript H represents the position of the face frame of the infrared thermal imaging image, U represents the union of the two frames, and I represents the intersection of the two frames.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (6)

1. A mobile temperature measurement method under a complex environment based on a background elimination and tracking algorithm is characterized by comprising the following steps:
1) acquiring an RGB image and an infrared thermal imaging image;
2) processing the infrared thermal imaging image by adopting a frame difference method, specifically, subtracting the infrared thermal imaging image from the previous frame after acquiring the infrared thermal imaging image each time;
3) comparing the difference obtained by the processing in the step 2) with a set threshold, when the difference before and after a certain pixel point is smaller than the set threshold, judging that the temperature measured by the infrared thermal imaging image obtained at this time is the ambient temperature and the ambient temperature does not change greatly, and when the difference before and after a certain pixel point is larger than the set threshold and the temperature of the current frame reaches the human body temperature range, performing the following steps;
4) and judging whether a human face exists in the RGB image acquired at the moment, if so, judging that the temperature of the current frame is the human body temperature, and if not, judging that the temperature of the current frame is the environment temperature.
2. The method according to claim 1, characterized in that the method further comprises the steps of:
5) obtaining face position information in the RGB image through a face detection model and obtaining face region information in the infrared thermal imaging image through a human head detection algorithm, and numbering faces in the RGB image and the infrared thermal imaging image respectively;
6) carrying out binarization processing on the infrared thermal imaging image;
7) obtaining a candidate region from the thermal imaging image processed in the step 6) by using a connected component segmentation algorithm;
8) predicting a candidate area of each face of the next frame based on the candidate areas of each face numbered in the current frame and the previous frame of infrared thermal imaging image by adopting a Kalman filtering tracking algorithm;
9) comparing each candidate region obtained by prediction with the corresponding face region area detected in the step 5), if the candidate region is smaller than the corresponding face region area by 1.5 times, not processing the candidate region, and if the candidate region is larger than or equal to the face region area by 1.5 times, resetting the threshold value of binarization processing and then repeating the steps 6) -9) on the infrared thermal imaging image corresponding to the candidate region;
10) and carrying out IOU calculation on the RGB face image and all candidate regions obtained by prediction, taking the candidate region with the largest IOU value, if the IOU value is greater than 0.5, judging the temperature of the face of the region in the RGB image corresponding to the candidate region to obtain the measured temperature of the face, and if the IOU value is less than 0.5, repeating the steps 5) -10).
3. The method as claimed in claim 2, wherein in step 10), when the IOU value is less than 0.5, the distance between the RGB face region and the candidate region is further determined, if the distance between the RGB face region and the candidate region is less than the set pixel point, the face in the RGB image region is determined to be matched with the candidate region, otherwise, steps 5) -10) are repeated.
4. The method according to claim 2, characterized in that the binarization processing in step 6) is specifically: the threshold is set to 28 degrees centigrade, the pixel points higher than 28 degrees centigrade are set to 255, and the pixel points lower than 28 degrees centigrade are set to 0.
5. The method according to claim 4, characterized in that, in step 9), if the candidate region is larger than or equal to 1.5 times the area of the face region, the threshold is increased by 1 degree centigrade, and then steps 6) -9) are repeated on the infrared thermal imaging image corresponding to the candidate region.
6. The method of claim 2, wherein the calculation formula for the IOU calculation of the face region and the predicted candidate region detected in the RGB map is as follows:
I=(min{yRGB_max,yH_max}-max{yRGB_min,yH_min})×(min{xRGB_max,xH_max}-max{xRGB_min,xH_min})
U=(yRGB_max-yRGB_min)×(xRGB_max-xRGB_min)+(yH_max-yH_min)×(xH_max-xH_min)-I
Figure FDA0003149188050000021
the subscript RGB represents the position of the face frame of the RGB image, the subscript H represents the position of the face frame of the infrared thermal imaging image, U represents the union of the two frames, and I represents the intersection of the two frames.
CN202110768292.3A 2021-07-06 2021-07-06 Mobile temperature measurement method based on background elimination and tracking algorithm in complex environment Active CN113379772B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110768292.3A CN113379772B (en) 2021-07-06 2021-07-06 Mobile temperature measurement method based on background elimination and tracking algorithm in complex environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110768292.3A CN113379772B (en) 2021-07-06 2021-07-06 Mobile temperature measurement method based on background elimination and tracking algorithm in complex environment

Publications (2)

Publication Number Publication Date
CN113379772A true CN113379772A (en) 2021-09-10
CN113379772B CN113379772B (en) 2022-10-11

Family

ID=77581260

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110768292.3A Active CN113379772B (en) 2021-07-06 2021-07-06 Mobile temperature measurement method based on background elimination and tracking algorithm in complex environment

Country Status (1)

Country Link
CN (1) CN113379772B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116430468A (en) * 2023-06-14 2023-07-14 厦门星纵物联科技有限公司 Dynamic human body presence detection method and system

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101793562A (en) * 2010-01-29 2010-08-04 中山大学 Face detection and tracking algorithm of infrared thermal image sequence
JP2012254222A (en) * 2011-06-09 2012-12-27 Teikyo Heisei Univ Device for human dynamic face temperature change measurement by thermography and measuring method, and calibrator used for the same
US9519844B1 (en) * 2016-01-22 2016-12-13 The Boeing Company Infrared thermographic methods for wrinkle characterization in composite structures
CN106600777A (en) * 2016-12-09 2017-04-26 济南赛英立德电子科技有限公司 Infrared array number-of-personnel sensor-based counting method and apparatus
US20190114464A1 (en) * 2016-03-10 2019-04-18 Genomic Vision Method of curvilinear signal detection and analysis and associated platform
CN110398291A (en) * 2019-07-25 2019-11-01 中国农业大学 A kind of moving target highest temperature detection method and system
CN111242946A (en) * 2020-03-03 2020-06-05 广州紫川电子科技有限公司 Human body temperature anomaly detection method and device based on infrared thermal imaging
US20200256734A1 (en) * 2017-07-20 2020-08-13 Goertek Inc. Method and Device for Measuring Body Temperature and Smart Apparatus
CN111735544A (en) * 2020-07-30 2020-10-02 武汉安可威视科技有限公司 Infrared human body temperature measurement method based on multi-dimensional compensation
CN111914635A (en) * 2020-06-23 2020-11-10 北京迈格威科技有限公司 Human body temperature measurement method, device and system and electronic equipment
CN111938606A (en) * 2020-08-05 2020-11-17 光谷技术股份公司 Body temperature detection method and system based on infrared thermal imaging
CN112146761A (en) * 2020-08-14 2020-12-29 上海数川数据科技有限公司 Human body temperature measurement compensation method based on machine learning
CN112215155A (en) * 2020-10-13 2021-01-12 北京中电兴发科技有限公司 Face tracking method and system based on multi-feature fusion
CN112327652A (en) * 2020-11-13 2021-02-05 杭州慧光健康科技有限公司 Household-old-age-care-oriented intelligent kitchen monitoring system and method
WO2021068322A1 (en) * 2019-10-10 2021-04-15 平安科技(深圳)有限公司 Training method and apparatus for living body detection model, computer device, and storage medium
CN112781791A (en) * 2020-12-30 2021-05-11 大连海事大学 VOCs gas leakage detection method and system based on optical gas imaging

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101793562A (en) * 2010-01-29 2010-08-04 中山大学 Face detection and tracking algorithm of infrared thermal image sequence
JP2012254222A (en) * 2011-06-09 2012-12-27 Teikyo Heisei Univ Device for human dynamic face temperature change measurement by thermography and measuring method, and calibrator used for the same
US9519844B1 (en) * 2016-01-22 2016-12-13 The Boeing Company Infrared thermographic methods for wrinkle characterization in composite structures
US20190114464A1 (en) * 2016-03-10 2019-04-18 Genomic Vision Method of curvilinear signal detection and analysis and associated platform
CN106600777A (en) * 2016-12-09 2017-04-26 济南赛英立德电子科技有限公司 Infrared array number-of-personnel sensor-based counting method and apparatus
US20200256734A1 (en) * 2017-07-20 2020-08-13 Goertek Inc. Method and Device for Measuring Body Temperature and Smart Apparatus
CN110398291A (en) * 2019-07-25 2019-11-01 中国农业大学 A kind of moving target highest temperature detection method and system
WO2021068322A1 (en) * 2019-10-10 2021-04-15 平安科技(深圳)有限公司 Training method and apparatus for living body detection model, computer device, and storage medium
CN111242946A (en) * 2020-03-03 2020-06-05 广州紫川电子科技有限公司 Human body temperature anomaly detection method and device based on infrared thermal imaging
CN111914635A (en) * 2020-06-23 2020-11-10 北京迈格威科技有限公司 Human body temperature measurement method, device and system and electronic equipment
CN111735544A (en) * 2020-07-30 2020-10-02 武汉安可威视科技有限公司 Infrared human body temperature measurement method based on multi-dimensional compensation
CN111938606A (en) * 2020-08-05 2020-11-17 光谷技术股份公司 Body temperature detection method and system based on infrared thermal imaging
CN112146761A (en) * 2020-08-14 2020-12-29 上海数川数据科技有限公司 Human body temperature measurement compensation method based on machine learning
CN112215155A (en) * 2020-10-13 2021-01-12 北京中电兴发科技有限公司 Face tracking method and system based on multi-feature fusion
CN112327652A (en) * 2020-11-13 2021-02-05 杭州慧光健康科技有限公司 Household-old-age-care-oriented intelligent kitchen monitoring system and method
CN112781791A (en) * 2020-12-30 2021-05-11 大连海事大学 VOCs gas leakage detection method and system based on optical gas imaging

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
DIAN ZHANG: "Fine-Grained Localization for Multiple Transceiver-Free Objects by using RF-Based Technologies", 《IEEE TRANSACTIONS ON PARALLEL AND DISTRIBUTED SYSTEMS》 *
李业飞: "复杂场景下的运动目标检测及其方位信息显示", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》 *
李玉: "人体红外成像测温软件设计", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》 *
白艳涛: "热红外图像增强及其与可见光图像融合技术的研究与应用", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》 *
赵君钦: "红外警戒***中行人检测与识别技术研究", 《中国优秀博硕士学位论文全文数据库(硕士)信息科技辑》 *
马也: "复杂背景下红外人体目标检测算法研究", 《红外技术》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116430468A (en) * 2023-06-14 2023-07-14 厦门星纵物联科技有限公司 Dynamic human body presence detection method and system
CN116430468B (en) * 2023-06-14 2023-08-29 厦门星纵物联科技有限公司 Dynamic human body presence detection method and system

Also Published As

Publication number Publication date
CN113379772B (en) 2022-10-11

Similar Documents

Publication Publication Date Title
CN109426782B (en) Object detection method and neural network system for object detection
CN107833236B (en) Visual positioning system and method combining semantics under dynamic environment
CN103971386B (en) A kind of foreground detection method under dynamic background scene
CN109544592B (en) Moving object detection algorithm for camera movement
US10748294B2 (en) Method, system, and computer-readable recording medium for image object tracking
CN106920245B (en) Boundary detection method and device
JP7272024B2 (en) Object tracking device, monitoring system and object tracking method
JPH07302328A (en) Method for extracting area of moving object based upon background difference
CN110084830B (en) Video moving object detection and tracking method
CN112525352A (en) Infrared temperature measurement compensation method based on face recognition and terminal
CN104537688A (en) Moving object detecting method based on background subtraction and HOG features
CN111612773B (en) Thermal infrared imager and real-time automatic blind pixel detection processing method
JP2010157093A (en) Motion estimation device and program
CN113379772B (en) Mobile temperature measurement method based on background elimination and tracking algorithm in complex environment
CN111985314A (en) ViBe and improved LBP-based smoke detection method
CN108710841A (en) A kind of face living body detection device and method based on MEMs infrared sensor arrays
CN107358621B (en) Object tracking method and device
US20220366570A1 (en) Object tracking device and object tracking method
CN113052019A (en) Target tracking method and device, intelligent equipment and computer storage medium
CN117315547A (en) Visual SLAM method for solving large duty ratio of dynamic object
JP4740755B2 (en) Monitoring device using images
CN112036269A (en) Fall detection method and device, computer equipment and storage medium
CN114757979B (en) Kitchen smoking detection method and system with neural network and infrared image matched
CN113095321B (en) Roller bearing temperature measurement and fault early warning method and device for belt conveyor
CN112541403B (en) Indoor personnel falling detection method by utilizing infrared camera

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20230609

Address after: 13C-18, Caihong Building, Caihong Xindu, No. 3002, Caitian South Road, Gangsha Community, Futian Street, Futian District, Shenzhen, Guangdong 518033

Patentee after: Core Computing Integrated (Shenzhen) Technology Co.,Ltd.

Address before: 830000 room 1010-1011, 10 / F, building a, Chuangzhi building, Xinjiang Software Park, 455 Kanas Hubei Road, economic and Technological Development Zone, Urumqi, Xinjiang Uygur Autonomous Region

Patentee before: XINJIANG AIHUA YINGTONG INFORMATION TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right