SYSTEM AND METHOD FOR IDENTIFYING CO2 CONCENTRATION IN A BUILDING AREA

20170370603 · 2017-12-28

Assignee

Inventors

Cpc classification

International classification

Abstract

According to embodiments of the invention, a system 200 and method 100 for identifying CO.sub.2 concentration in a building area using an imaging device 10 is disclosed. The disclosed method and system includes capturing the number of living beings present in a particular area of the building by the imaging device 10, identifying the active state of the living beings and categorizing the active state as per predefined criteria and identifying the CO.sub.2 concentration based on the size of the building area, total number of living beings present in the building area and the active state of the living beings at a given point of time.

Claims

1. A method 100 for identifying CO.sub.2 concentration in a building area using an imaging device 10 comprises: obtaining the number of living beings present in a particular area of the building by processing images obtained from the imaging device; identifying the active state of the living beings from the images and categorizing the active state as per predefined criteria; and computing the CO.sub.2 concentration based on the total number of living, the active state of the living beings and the size of the building area.

2. The method 100 as claimed in claim 1, wherein the predefined criteria for categorizing the active state of the living beings comprises categorizing active state as mild, moderate or intensive.

3. The method 100 as claimed in claim 1, wherein the number of living beings is identified by an algorithm selected from HAAR-Wavelet Transform, Gabor-Wavelet Transform, HAAR-Like Features or Histogram of Oriented Gradients.

4. The method 100 as claimed in claim 1 further comprises controlling the flow of fresh air by a HVAC system based on the CO.sub.2 concentration.

5. A system 200 for identifying CO.sub.2 concentration in a building area using an imaging device 10, the system 200 comprises: a counting module 202 for counting the number of people from the images obtained by the imaging device 10, an activity analyses module 208 for identifying the active state of the living beings by processing images obtained by the imaging device 10 and categorizing the active state as per predefined criteria; and a CO.sub.2 concentration calculation module 210 for calculating the CO.sub.2 concentration based on the information obtained from the counting module 202, the activity analyses module 208 and a volume identification module 206.

6. The system 200 as claimed in claim 5, wherein the predefined criteria for categorizing the active state of the living beings comprises categorizing active state as mild, moderate or intensive.

7. The system 200 as claimed in claim 5 further comprises controlling the flow of fresh air by a HVAC system based on the CO.sub.2 concentration.

8. The system 200 as claimed in claim 5 further comprises an imaging device.

9. The system 200 as claimed in claim 5, wherein the volume identification module 206 identifies the volume of the building where the concentration of CO.sub.2 is required to be detected based on dimensions of the area procured from the images.

10. An imaging device 10 comprising: a counting module 202 for counting the number of people from the images obtained by the imaging device 10, an activity analyses module 208 for identifying the active state of the living beings by processing images obtained by the imaging device 10 and categorizing the active state as per predefined criteria; and a CO2 concentration calculation module 210 for calculating the CO2 concentration based on the information obtained from the counting module 202, the activity analyses module 208 and a volume identification module 206.

Description

BRIEF DESCRIPTION OF DRAWINGS

[0009] Other objects, features, and advantages of the invention will be apparent from the following description when read with reference to the accompanying drawings. In the drawings, wherein like reference numerals denote corresponding parts throughout the several views:

[0010] FIG. 1 illustrates an exemplary flow chart for a method for identifying CO.sub.2 concentration in a building area according to an embodiment of the invention; and

[0011] FIG. 2 illustrates an exemplary system for identifying CO.sub.2 concentration in a building area according to another embodiment of the invention.

DETAILED DESCRIPTION OF DRAWINGS

[0012] According to an embodiment of the invention, a method for detecting CO.sub.2 in a building area using an imaging device is disclosed. The imaging device may be selected from a group comprising digital camera, web cam, overhead camera, security camera, spy camera etc. FIG. 1 illustrates an exemplary flow chart for a method 100 for identifying CO.sub.2 concentration in a building area according to an embodiment of the invention. As illustrated at step 102 the method 100 includes procuring the volume of the building area where the concentration of CO.sub.2 is required to be identified. According to an exemplary embodiment, the volume may be retrieved from a repository. According to yet another embodiment, the volume may be computed based dimensions of the building area.

[0013] At step 104, the method includes identifying number of living beings present in the given area. According to an embodiment, the number of living beings may be identified by keeping a count of incoming and outgoing living beings in the building area using live video feed from the imaging device. According to another embodiment, the number of living beings may be identified by analysing the images of the living beings in the area on real time basis.

[0014] According to yet another embodiment, the imaging device may perform a background modelling to eliminate noises due to illumination for effectively counting living beings in the building area. The background modelling involves detecting foreground objects and presenting the detected foreground objects to a binary classifier to distinguish the presence of living beings. According to an embodiment, the background modelling may be performed using any known methods for object detection such as but not limited to HAAR-Wavelet Transform, Gabor-Wavelet Transform, HAAR-Like Features, Histogram of Oriented Gradients etc.

[0015] According to an exemplary embodiment, to detect living being, either in static images or in videos, a frame may be identified. Once the frame is identified, the process of living being identification may be divided into two parts i.e. Feature Extraction and Classification. The feature extraction includes extracting unique feature from the captured image or video. According to an exemplary embodiment, any known technique for feature extraction such as, but not limited to, Haar-Wavelet Transform, Viola-Jones Haar-like Features, Histogram of oriented Gradients, Haar-Wavelet Transform may be used. The classification step may use classifiers. According to an embodiment of the invention, two types of classifiers may be used Neural Networks and/or Support Vector machine (SVM).

[0016] At step 106, the method includes identifying the active state of the living beings in the area. According to an embodiment, the active state of the living beings may be identified by processing the video images captured by the imaging device on real time basis. According another embodiment, the identified active state of the living beings may be categorized as mild such as, but not limited to, sitting, sleeping etc., moderate such as, but not limited to, walking, eating etc., intensive such as, but not limited to, playing, jumping, running etc. The invention is not restricted to disclosed three categories and the categories may vary and may be predefined a system administrator without going beyond the scope of invention.

[0017] According to an exemplary embodiment, the process of identifying the active state of the living beings includes, corner detection, optical flow and velocity thresholds. The corner detection includes identification of significant points in an image where gradient magnitude in both X & Y directions is significant or greater than a threshold. According yet another embodiment, any of the known corner detection algorithms may be used such as Harris Corner Detector, SIFT, SURF etc. The corners identified from the corner detection algorithms may include living beings, object of interest and static background scene. To distinguish or filter moving objects corners from static background corners an Optical Flow algorithm may be employed. The optical flow is the pattern of apparent motion of objects, surfaces, and edges in a visual scene caused by the relative motion between an observer (an eye or a camera) and the scene. Using the optical flow algorithm, the direction and speed of moving objects from one image to another image may be measured in terms of velocity vectors. A predefined velocity threshold may be employed to separate moving objects corners from rest of the corners (corners of slow moving background objects like tree branches, Static Object corners and false velocity measures caused by illumination effects) in the consecutive frames.

[0018] To classify actions as mild, moderate or intensive the velocity of each corner in an image or frame may be identified. The velocity of the corners may be compared with the predefined velocity threshold. Based on the comparison, the motion of the objects may be categorised as still, mild, moderate or intensive. According to an embodiment, the amount of CO.sub.2 generation by the living beings may vary based on the activity classification. According to another embodiment, the activity classification may be predefined in the system or may be procure on a real time basis through a network such as internet, intranet etc.

[0019] Table 1 below illustrate exemplary relation between carbon dioxide emission from persons and their activity:

TABLE-US-00001 TABLE 1 Respiration Carbon Dioxide Emission per Person per Person Activity (m.sup.3/h) (m.sup.3/h) Sleep 0.3 0.013 Resting or low activity work 0.5 0.02  Normal work 2-3 0.08-0.13 Hard work 7-8 0.33-0.38

[0020] At step 108, the method calculates CO.sub.2 concentration as a function of volume of the area, number of living beings present in the area and activities of the living beings present in the area as illustrated below:


κ.sub.CO.sub.2=f(N.sub.p,A.sub.p,V.sub.r)

[0021] Where N.sub.p is the number of living beings present in the area, A.sub.p is the active state of the living beings present in the area and V.sub.r is the volume of the area.

[0022] Exemplary considering, imaging device identify N number of living being in a building area having volume V. On processing images from the imaging device, it is identified that out of N number of living being N1 living beings are engaged in mild activity, N2 living beings are engaged in moderate activities and N3 living beings are engaged in intensive activities.


Np=N1+N2+N3

[0023] The total activity factor for the total number of people in the room An.sub.p may be calculated as:


An.sub.p=N1*x+N2*y+N3*z

[0024] Where x, y and z are predefined constant for mild, moderate or intensive activities respectively. According yet another embodiment, the number of predefined activity constant is equal to the number of predefined active states. According yet another embodiment, the total activity factor An.sub.p indicates the total CO.sub.2 generated by the living beings present in the building area per hour. The amount of CO.sub.2 generated in ppm per minute may be calculated using following equation:

[00001] κ CO 2 = An p * 60 * 10 3 V r

[0025] According to another embodiment, for calculating the total concentration of CO.sub.2 in the building area, apart from CO.sub.2 generated, ventilation rate and CO.sub.2 concentration outside building area may also be considered.

[0026] According to yet another embodiment based on CO.sub.2 concentration the air circulation system of a HVAC system may be controlled.

[0027] According to an embodiment, the method steps may be performed in any sequence without going beyond the essence of the invention. According to another embodiment, the method may process all the functions simultaneously.

[0028] FIG. 2 illustrates an exemplary block diagram of the system 200 for identifying CO.sub.2 concentration in a building area according to an embodiment of the invention. The system 200 may be configured to receive images from an imaging device 10. The imaging device 10 may be any apparatus for capturing images such as but not limited to a digital video camera, web cam, overhead camera, spy cam etc. The system 200 may include a counting module 202 for counting number of living beings present in the building area. According to an embodiment, the counting module 202 may identify the number of living beings by processing images obtained from the imaging device. According to another embodiment, the images received from the imaging device 10 may be stored in an image repository 204 for further processing. The images may include still images and/or video images.

[0029] According to an embodiment, the counting module 202 may identify the number of living beings by processing the images to count the number of incoming and outgoing living beings from the building area. According to yet another embodiment, the counting module 202 may identify the number of living beings by analysing the images of the living beings in the area on real time basis.

[0030] The system 200 may have a volume identification module 206 for procuring the volume of the building where the concentration of CO.sub.2 is required to be detected. According to an embodiment, the volume may be retrieved from a repository. According to yet another embodiment, the volume may be computed based on dimensions of the area procured from the images.

[0031] The system 200 may further include an activity analyses module 208 for identifying the active state of the living beings present in the building area. The activity analyses module 208 may further categorize the active state of the living beings as per predefined criteria. According to an embodiment, the activity analyses module 208 may identify the active state of the living beings by processing the images captured by the imaging device 10 on real time basis. According to another embodiment, the identified active state of the living beings may be categorized as mild, moderate or intensive by the activity analyses module 208. According to yet another embodiment, the invention is not restricted to disclosed three categories and it may vary without going beyond the scope of invention.

[0032] The system 200 may further have a module 210 for identifying the CO.sub.2 concentration in the building area. The module 210 may identify CO.sub.2 concentration as a function of volume of the area V.sub.r, number of living beings present in the area N.sub.p and the activities of the living beings present in the area.

[0033] According to an embodiment, the system 200 may have an inbuilt imaging device 10. According to another embodiment, the counting module 202, the volume identification module 206, the activity analyses module 208 and the CO.sub.2 concentration calculation module 210 may reside in different processor. According to yet another embodiment, the counting module 202, the volume identification module 206, the activity analyses module 208 and the CO.sub.2 concentration calculation module 210 may reside in a single processor.

[0034] In the foregoing detailed description of embodiments of the invention, various features are grouped together in a single embodiment for the purpose of streamlining the disclosure. This method of disclosure is not to be interpreted as reflecting an intention that the claimed embodiments of the invention require more features than are expressly recited in each claim. Rather, as the following claims reflect, inventive subject matter lies in less than all features of a single disclosed embodiment. Thus, the following claims are hereby incorporated into the detailed description of embodiments of the invention, with each claim standing on its own as a separate embodiment.

[0035] It is understood that the above description is intended to be illustrative, and not restrictive. It is intended to cover all alternatives, modifications and equivalents as may be included within the spirit and scope of the invention as defined in the appended claims. Many other embodiments will be apparent to those of skill in the art upon reviewing the above description. The scope of the invention should, therefore, be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled. In the appended claims, the terms “including” and “in which” are used as the plain-English equivalents of the respective terms “comprising” and “wherein,” respectively.