GB2594463A - A method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data - Google Patents

A method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data Download PDF

Info

Publication number
GB2594463A
GB2594463A GB2006147.9A GB202006147A GB2594463A GB 2594463 A GB2594463 A GB 2594463A GB 202006147 A GB202006147 A GB 202006147A GB 2594463 A GB2594463 A GB 2594463A
Authority
GB
United Kingdom
Prior art keywords
heatmap
dataset
data
video surveillance
user
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
GB2006147.9A
Other versions
GB202006147D0 (en
GB2594463B (en
Inventor
Bendtson Jimmi
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to GB2006147.9A priority Critical patent/GB2594463B/en
Publication of GB202006147D0 publication Critical patent/GB202006147D0/en
Priority to US17/230,406 priority patent/US11575837B2/en
Publication of GB2594463A publication Critical patent/GB2594463A/en
Application granted granted Critical
Publication of GB2594463B publication Critical patent/GB2594463B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/18Closed-circuit television [CCTV] systems, i.e. systems in which the video signal is not broadcast
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/70Information retrieval; Database structures therefor; File system structures therefor of video data
    • G06F16/73Querying
    • G06F16/738Presentation of query results
    • G06F16/739Presentation of query results in form of a video summary, e.g. the video summary being a video sequence, a composite still image or having synthesized frames
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/255Detecting or recognising potential candidate objects based on visual cues, e.g. shapes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • G06V20/53Recognition of crowd images, e.g. recognition of crowd congestion

Abstract

A computer implemented method for displaying data in the form of a heatmap comprises generating and displaying a first heatmap based on a first dataset of video surveillance data where the heatmap may represent motion or object detection. Receiving a user input selecting an area of the first heatmap, generating and displaying a second heatmap based on a second dataset of video surveillance data, wherein the second dataset is a subset of the first dataset which is limited based on the area selected by the user. The second dataset may be the first dataset modified to include and/or excluded data from the area selected by the user. Wherein the step of generating and displaying the second heatmap includes recalibrating a colour range based on the second dataset.

Description

A METHOD, APPARATUS AND COMPUTER PROGRAM FOR GENERATING AND DISPLAYING A HEATMAP BASED ON VIDEO SURVEILLANCE DATA
Technical Field of the Invention
The present invention relates to a computer implemented method and apparatus for generating and displaying a heatmap based on video surveillance data.
Background of the Invention
Heatmaps are a useful tool for analysing video surveillance data over time. A heatmap representing video data can be displayed overlaid onto an image from a video camera, and will use a colour scale to represent certain objects or activity detected in the video data from that camera over a specified period of time. One example might be simple motion detection. In this case, the heatmap will display coloured areas where motion has been detected in the image during the specified time period and a colour scale is used to indicate the cumulative amount of motion detected over the time period. Typically the colour scale will be a spectrum with red indicating the maximum amount and blue or violet indicating the minimum amount, wherein the maximum and minimum amounts are set based on the data that is to be displayed. However, other colour schemes may be used, -1 -including shades of grey or shades of another single colour. The user can set the specified period of time. For example, the user can select to display a heatmap of motion detected in the last hour, or the last 24 hours, or the last week, depending on the user's requirements.
Many video analytics software modules are available which can analyse video surveillance data and detect specific objects or activity. These will typically attach metadata to the video stream indicating a time and position in the frame where the objects or activity have been detected. Therefore, a heatmap can be displayed based on the metadata indicating object or activity detection. For example, a video stream from a camera showing a road junction can be limited to show a heatmap based on detection of cars only, or trucks, or bicycles. Or a video stream from a camera in a shopping mall could be used to generate a heatmap of people, or dogs. Some object recognition algorithms are sophisticated enough to categorised people by age and gender, so it would be possible to generate a heatmap showing only males of a certain age.
Alternatively, a heatmap can also be displayed on a map or plan view of an area, in which case the data used to generate the heatmap might come from multiple cameras.
Summary of the Invention
According to a first aspect the present invention there is provided a computer implemented method for displaying data in the form of a heatmap according to claim 1.
The first aspect of the present invention also provides an apparatus according to claim 12.
Often a heatmap is not very useful if non-interesting areas of the heatmap contains values that are much higher (or much lower) than the interesting areas. In these cases, the colour scale used is calibrated from the highest value in the data to the lowest value. This has the effect that the portions of the heatmap in the interesting areas are suppressed and have a low level of detail, because they only use a reduced part of the colour range. Thus, according to the invention, an area of interest can be selected, either by selecting areas of interest for inclusion or by selecting areas not of interest for exclusion, and the colour scale of the heatmap is then recalibrated based on only the data in the area of interest ie using the lowest and highest values in the reduced dataset. This can remove extreme 'outliers" from the data and allow the remaining data to be more clearly displayed to a user.
According to a second aspect of the invention there is provided a computer implemented method for displaying data in the form of a heatmap comprising: -3 -generating and displaying a heatmap based on video surveillance data; receiving a user selection of a search area on the heatmap; extracting image data from the video surveillance data corresponding to objects or activity represented by the heatmap within the search area; and displaying the extracted image data.
The second aspect of the invention also provides an apparatus for displaying data in the form of a heatmap comprising: a display; and a processor configured to: generate a heatmap based on video surveillance data and cause the heatmap to be displayed on the display; receive a user selection of a search area on the heatmap; generate a search query to extract image data from the video surveillance data corresponding to objects or activity represented by the heatmap within the search area and send the search query to a recording server; and receive search results including extracted image data from the recording server; and cause the extracted image data to be displayed on the display.
The second aspect of the invention allows a user to use a heatmap display to hone in on particular areas of interest and extract image data from the video surveillance data to further investigate.
Brief description of the drawings
Embodiments of the present invention will now be described, by way of example only, with reference to the accompanying drawings in which: Figure lA shows a heatmap based on video surveillance data; Figure lB shows a first recalibrated heatmap; Figure 1C shows a second recalibrated heatmap; Figure 2 shows a heatmap on a map view; Figure 3 is a flow chart of a method for generating and displaying a heatmap; Figure 4A illustrates selection of an area of a heatmap; Figure 4B illustrates search results extracted from the selection of Figure 4A; Figure 5 is a flow chart of a method of generating a search query from a heatmap; and -5 -Figure 6 illustrates an example of a video surveillance system in which the invention can be implemented.
Detailed Description of the Invention
Figure 6 shows an example of a video surveillance system 100 in which embodiments of the invention can be implemented. The system 100 comprises a management server 130, a recording server 150 and a mobile server 140. Further servers may also be included, such as further recording servers, archive servers or analytics servers. A plurality of video surveillance cameras 110a, 110b, 110c send video data to the recording server 150. An operator client 120 is a fixed terminal which provides an interface via which an operator can view video data live from the cameras 110a, 110b, 110c, or recorded video data from the recording server 150.
The cameras 110a, 110b, 110c capture image data and send this to the recording server 150 as a plurality of video data streams.
The recording server 150 stores the video data streams captured by the video cameras 110a, 110b, 110c. Video daLa is sLreamed from Lhe recording server 130 Lo Lhe operator client 120 depending on which live streams or recorded streams are selected by an operator. -6 -
The mobile server 140 communicates with a user device 160 which is a mobile device such as a smartphone or tablet which has a touch screen display. The user device 160 can access the system from a browser using a web client. Via the user device 160 and the mobile server 140, a user can view recorded video data stored on the recording server 150. The user can also view a live feed via the user device 160.
Other servers may also be present in the system 100. For example, an archiving server (not illustrated) may be provided for archiving older data stored in the recording server 150 which does not need to be immediately accessible from the recording server 150, but which it is not desired to be deleted permanently. A fail-over recording server (not illustrated) may be provided in case a main recording server fails. An analytics server can also run analytics software for image analysis, for example motion or object detection, facial recognition, event detection.
The operator client 120 and the mobile server 140 are configured to communicate via a first network/bus 121 with the management server 130 and the recording server 150. The recording server 150 communicates with the cameras 110a, 110b, 110c via a second network/bus 122.
The video surveillance system of Figure 6 is an example of a system in which the present invention can be -7 -implemented. However, other architectures are possible. For example, the system of Figure 6 is an "on premises" system, but the present invention can also be implemented in a cloud based system. In a cloud based system, the cameras stream data to the cloud, and at least the recording server 150 is in the cloud. Additionally, video analytics may be carried out in the cloud. The operator client or mobile client requests the video data to be viewed by the user from the cloud.
Figures 1A to 1C illustrate a method of displaying data in the form of a heatmap in accordance with an embodiment of a first aspect of the present invention. The heatmap is displayed on a display of an operator client 120 or mobile client 160 by a heatmap display software tool.
Figure íA shows a heatmap generated based on video surveillance data from a selected video surveillance camera. The heatmap is based on video data from the camera in a time period specified by the user. For example, this could be set to be the previous 2 hours, or 4 hours, or a specified time period such as 4-6pm the previous day. The heatmap is displayed overlaid on a still image from the camera, which could be any frame from the specified time period or it could be a reference frame. Alternatively, it is possible for the heatmap to be displayed overlaid on a live video view, so that an operator can simultaneously monitor a live view whilst viewing heatmaps based on historical data. In this -8 -example, the heatmap represents object detection. Object detection/recognition has been applied to the video data by object recognition software. The object recognition software generates metadata which is associated with the video stream and defines where in a frame an object has been detected, and which may also define what type of object has been detected eg person, car, dog, bicycle. The heatmap shown in Figure 1A illustrates where objects have been detected over the specified time period. The colour shading illustrates a quantitative measurement of object detection, such as the number of detections.
The object detection/recognition software, or any video analytics software that generates metadata, may be run on the operator client 120, or on an analytics server (which may be in the cloud) or may run on the camera itself. It is not essential where the metadata is generated for it to be used by the heatmap display software tool.
As can be seen in Figure 1A, the heatmap is distorted by the presence of a parked car 1. Because the parked car 1 has been present for a significant period of time, it is repeatedly detected by the object detection and results in a very high value in the heatmap, which therefore sets the upper limit of the colour scale. This creates a "hotspot" in the heatmap, and accordingly, little detail can be seen in other areas of the heatmap. -9 -
Figure 13 illustrates a heatmap in which a user has used an 'include" tool to select the sidewalks in the upper portion of the image as an area of interest. The "include" tool allows the user to select an area of interest, and a recalibrated heatmap is then generated based only on the data in the selected area of interest.
According to the first aspect of the present invention, when a user selects the area of interest, a new heatmap is generated by the heatmap display software tool, based only on the selected area of interest, wherein the colour range is recalibrated based on only the video data (and its associated metadata) in the selected area of interest. One end of the colour range is set as the highest value in the selected area, and the other end is set as the lowest value. As illustrated by Figure 13, this recalibration allows a larger colour range to be used for the selected area and therefore more detail can be seen in the recalibrated heatmap. In the original heatmap of Figure 1A, the heatmap in the selected area was mostly in the blue range. In the recalibrated heatmap of Figure 1B, the full range of colours is used. An area of interest may be only one selected area, or may be made up of several separate areas of the heatmap, so a user may be able to select more than one area before entering a command to generate the recalibrated heatmap based on the data in the selected areas.
-10 -Figure 1C illustrates a recalibrated heatmap in which a user has used an "exclude" tool to select an area of the heatmap of Figure lA to be excluded from the recalibrated heatmap. Therefore, the area of interest is selected by excluding at least one portion of the original heatmap.
In this case, the user has selected to exclude the hotspot created by the parked car 1. As illustrated by Figure 1C, this recalibration allows a larger colour range to be used for the remaining area and therefore more detail can be seen in the heatmap. In the original heatmap of Figure 1A, the heatmap in the area other than the area with the parked car was mostly in the blue range. In the recalibrated heatmap of Figure 1B, the full range of colours is used. As with the "include" tool, in the "exclude" tool, more than one area may be selected for exclusion. The user may be able to select more than one area before entering a command to generate the recalibrated heatmap.
The "include" and "exclude" tools can be used on a heatmap showing any type of data which is obtainable from video surveillance data, and the heatmap display software tool can have settings to allow a user to switch between viewing different types of heatmap.
One example of another useful type of heatmap to display might be one based on motion detection. In this case, the user may be interested in motion of people or objects. In the camera view shown in Figures lA to 1C, -11 -this would be movement of people and vehicles. However, the heatmap might be undesirably distorted by motion detection of the water fountain 2 in the center of the road junction, or in very windy weather, possibly by motion of the trees or moving shadows of the trees. By viewing an initial heatmap, a user can use the "exclude" tool to remove such areas from the heatmap, and display a recalibrated heatmap based on motion only in the area of interest.
As discussed above, various video analytics software such as object recognition software can be applied to video surveillance data. These will generate metadata associated with the video stream which can indicate various types of object or activity. The video analytics software that generates metadata may be run on the operator client, even as part of the heatmap display tool, or on an analytics server (which may be in the cloud in a cloud based system) or may run on the camera itself. It is not essential where the metadata is generated for it to be used by the heatmap display software tool.
As part of the heatmap display software tool, a user may be able to select, based on the metadata, only certain types of object or activity to be displayed in heatmap form. The user can use the 'include" and "exclude" tools, in combination with the metadata, to narrow down and refine a viewed heatmap.
-12 -For example, in the camera view of Figures 1A to 1C, if suitable object recognition has been applied to the data, the user could select to view only a heatmap of people, or cars, or bicycles.
The example of Figures 1A to 1C is based on video data from one camera, with the heatmap displayed on an image of the field of view of the camera. However, a heatmap may also be shown on a map or plan view, as shown in Figure 2. In this case, the video data will be data from multiple cameras, and rather than the heatmap showing where in an image the camera has detected an object or activity, it shows the location of cameras that have detected the object or activity. As in the previous example, the object or activity shown by the heatmap can be selected by a user, wherein the heatmap display software tool uses the associated metadata identifying objects and activity to generate the heatmap. A heatmap can be displayed showing vehicles or people or alerts triggered by a combination of objects and activities. For example, advanced video analytics software can detect complex events such as vehicles making illegal turns, or people behaving suspiciously (loitering behaviour). Alternatively, different detected objects or features can be combined, such as "man wearing a red baseball cap" or "man wearing a red baseball cap on a bicycle". The results can be displayed in heatmap form. As well as a map, as shown in Figure -13 - 2, the heatmap could be displayed on a plan of an area such as a building (eg shopping mall or airport or stadium). The "include" and "exclude" tools described above can also be used on the heatmap on a map or plan view to recalibrate the heatmap based on a selected area of interest.
Figure 3 is a flow chart of a method for generating and displaying a heatmap which is carried out by the heatmap display software tool.
In step 5300, a first dataset of video surveillance data for generating a first heatmap is selected based on parameters selected by the user. The user can specify which camera they wish to use data from, and a time period. In the case of a plan view as shown in Figure 2, the user will specify the area and the time period, and data from cameras within the area will be used. The user will additionally specify what parameter they want the heatmap to display eg object detection, motion etc.. The user may additionally narrow down the dataset by selecting search parameters that correspond to metadata associated with the video data. The metadata has been generated by application of video analytics (eg object detection) to the video data. For example, the user could select to view a heatmap limited to "bicycles".
In step 5310, the first heatmap is generated and displayed based on the first dataset. The heatmap can be -14 -displayed overlaid on a still image from the camera, which could be any frame from the specified time period or it could be a reference frame. Alternatively, it is possible for the heatmap to be displayed overlaid on a live video view. In the case of a plan view as shown in Figure 2, the first heatmap may be overlaid on a map or satellite image. The first heatmap is displayed using a colour scale which is calibrated using the lowest and the highest values in the selected dataset as the lower and upper limits.
In step 5320, the heatmap display software tool receives a user input selecting an area of interest of the first heatmap. The area of interest can be selected by use of the "include" or "exclude" tools as described above.
In step S330, a second dataset for a second heatmap is selected by only including data from the first dataset from the area of interest selected in step 5320. The second dataset is therefore a subset of the first dataset which is limited based on the area selected by the user.
In step 5340, the second heatmap is generated and displayed. The second heatmap is displayed using a colour scale which is calibrated using the lowest and the highest values in the second dataset as the lower and upper limits. The second heatmap can be displayed overlaid on the same background as the first heatmap.
-15 -Alternatively, the background can be zoomed in to display only the selected area of interest.
A second aspect of the invention will now be described.
Heatmaps are a useful tool for visualising patterns or behaviour of objects in video surveillance data. However, often a user is looking for a specific object or event. This is particularly the case in the use of video surveillance data in law enforcement. If a user is looking for specific behaviour eg suspicious or illegal behaviour, or is looking for a specific person eg a suspect or missing person, then it can be difficult and time consuming to search large amounts of video footage. Video analytics such as object and behaviour recognition discussed above can assist, and can allow a user to search for specific objects (eg white van or man wearing a red baseball cap), but heatmaps can be used as a tool to allow a user to quickly and intuitively hone in on relevant parts of recorded video.
According to the second aspect of the invention, a user can select an area of interest in a heatmap on a display, and the system generates a search query which is sent to the recording server to extract image data from the video surveillance data that corresponds to the objects or activity represented by the heatmap in the selected area, and in the timescale to which the heatmap relates. This search query can be a metadata search query. For -16 -example, if the user is viewing a heatmap showing only cars, then the search query sent to the recording server extracts video data in the area of interest in the timescale of the heatmap, in which metadata indicates that a car has been detected.
The user may select more than one area before entering a command to generate the search query, so that the area of interest is comprised of more than one selected area.
The extracted image data is returned from the recording server to the operator client as search results. This extracted image data can then be presented to the user as search results, typically in the form of a plurality of thumbnail images, wherein the user can click on each thumbnail image to view a video clip that includes the object or activity.
The second aspect of the invention can be used alone or in combination with the "include" or "exclude" tools of the first aspect.
For example, Figure 4A shows a heatmap based on motion detection, corresponding to the same scene as Figures 1A to 1C. The "exclude" tool has been used to exclude a hotspot caused by motion of the water fountain in the cenLre of Lhe road juncLion. The user noLices LhaL Lhere has been a lot of activity in the upper left corner next to the lamppost. He wants to investigate this further and selects the area 3. The system now automatically -17 -generates a search query, such as a metadata search query, that searches for motion in the video data in the selected area 3 in the time period to which the heatmap relates. The search query is executed on the system by searching the video data stored on the recording server 150, and the search results are sent to the operator client and displayed to the operator. In this case, the search query extracts a video clip and a thumbnail image for each search result. The search results are displayed to the user as thumbnail images, wherein the user can click on each thumbnail image to view its corresponding video clip.
Figure 4B shows the results of the search query. It can be seen in this case that there are no people or vehicles or animals in the search results, and therefore the reason for the hotspot of activity seems to be the patch of shadow which is triggering the motion detection as the leaves move in the wind or with changes in sunlight causing changes in the shadow pattern.
In a similar way, search queries can be generated from a heatmap in the form of a map or plan as shown in Figure 2. For example, the heatmap could be a heatmap of alarms generated based on video surveillance data, wherein the alarms are set to be generated based on specific object or activity detection. The user wants a historical overview of alarms within a certain area in the last 24 hours, and if necessary, to investigate the source of -18 -these alarms. The system generates the heat map of Figure 2. By looking on the heat map the user notices that a lot of alarms have occurred in the center of the map. He wants to investigate this further e.g. by viewing surveillance video associated with the alarms. To generate a search query he selects the area on the map. The system now automatically generates a search query, such as a metadata search query, that searches the video data for alarms from cameras in the selected area in the time period to which the heatmap relates. The search query is executed on the system and the search results showing the activities is displayed to the operator. In this case each search result is a thumbnail each representing video clip with activity.
Figure 5 is a flow chart of a method of generating a search query from a heatmap.
In step 5500, a dataset of video surveillance data for generating a heatmap is determined based on parameters selected by the user. The user can specify which camera they wish to use data from, and a time period. In the case of a plan view as shown in Figure 2, the user will specify the area and the time period, and data from cameras within the area will be used. The user will additionally specify what parameter they want the heatmap to display eg object detection, motion etc.. The user may additionally narrow down the dataset by selecting search parameters that correspond to metadata -19 -associated with the video data. The metadata has been generated by application of video analytics (eg object detection) to the video data. For example, the user could select to view a heatmap limited to "bicycles".
In step S510, the heatmap is generated and displayed.
The heatmap can be displayed overlaid on a still image from the camera, which could be any frame from the specified time period or it could be a reference frame. Alternatively, it is possible for the heatmap to be displayed overlaid on a live video view. In the case of a plan view as shown in Figure 2, the heatmap may be overlaid on a map or satellite image.
In step S520, a user input of a search area is received.
In step S530 a search query is generated. The search query will correspond to a search for the type of object or activity that is represented by the heatmap in the time period of the heatmap, in the search area. If the heatmap has been limited to objects or activity that correspond to metadata, the search query will be a metadata search query.
In step S540, the search query is sent to a recording server. The recording server will then carry out a search of Lhe video surveillance dala based on Lhe search query. For example, if the heatmap was displaying bicycles in the field of view of a particular camera in a 2 hour time period, then the search will be carried -20 -out on video data for the particular camera in the 2 hour time period for bicycles in the search area of the field of view.
In step S550, the results are received and displayed to the user. The results will be in the form of a plurality of video clips, each with a thumbnail image, and the thumbnails are displayed to the user such that, if the user selects a thumbnail the corresponding clip is displayed.
While the present invention has been described with reference to embodiments, it is to be understood that the invention is not limited to the disclosed embodiments. The present invention can be implemented in various forms without departing from the principal features of the present invention as defined by the claims.
-21 -

Claims (21)

  1. CLAIMS1. A computer implemented method for displaying data in the form of a heatmap comprising: generating and displaying a first heatmap based on a first dataset of video surveillance data; receiving a user input selecting an area of the first heatmap; and generating and displaying a second heatmap based on a second dataset of video surveillance data; wherein the second dataset is a subset of the first dataset which is limited based on the area selected by the user, and wherein the step of generating and displaying the second heatmap comprises recalibrating a colour range based on the second dataset.
  2. 2. The method according to claim 1, wherein the second dataset is the first dataset modified to include and/or exclude data from the selected area.
  3. 3. The method according to claim 1 or 2, wherein the first heatmap is displayed using a first colour range calibrated based on the first dataset and the second heatmap is displayed using a second colour range calibrated based on the second dataset.
  4. 4. The method according to any one of the preceding claims, wherein the video surveillance data is data from one camera and the first and second heatmaps are -22 -displayed overlaid on an image captured by the camera which generated the video surveillance data.
  5. 5. The method according to any one of claims 1 to 3, wherein the video surveillance data is data from a plurality of cameras, and the first and second heatmaps are displayed overlaid on a map or plan view.
  6. 6. The method according to any one of the preceding claims, wherein the first and second heatmaps represent motion or object detection.
  7. 7. The method according to any one of the preceding claims, wherein the method further comprises receiving a user input of a search criteria and using metadata corresponding to the search criteria to reduce the first dataset to generate the second dataset.
  8. 8. The method according to any one of the preceding claims, wherein the method further comprises receiving a user selection of a search area on the first or second heatmap and extracting image data from the video surveillance data corresponding to objects or activity represented by the heatmap within the search area.
  9. 9. The method according to claim 8, wherein the extracted image data comprises at least one video clip and a thumbnail image from the or each video clip.
  10. -23 - 10. The method according to claim 9, comprising displaying the at least one thumbnail image, wherein the user can select the thumbnail image to view the corresponding video clip.
  11. 11. A computer program which, when run on a computer, causes the computer to carry out the method according to any one of the preceding claims.
  12. 12. An apparatus for displaying data in the form of a heatmap comprising: a display; a processor configured to: generate a first heatmap based on a first dataset of video surveillance data and display the first heatmap on the display; receive a user input selecting an area of the first heatmap; generate a second heatmap based on a second dataset of video surveillance data and display the second heatmap on the display; and wherein the second dataset is a subset of the first dataset which is limited based on the area selected by the user, and wherein the step of generating and displaying the second heatmap comprises recalibrating a colour range based on the second dataset.
  13. -24 - 13. The apparatus according to claim 12, wherein the second dataset is the first dataset modified to include and/or exclude data from the selected area.
  14. 14. The apparatus according to claims 12 or 13, wherein the first heatmap is displayed using a first colour range calibrated based on the first dataset and the second heatmap is displayed using a second colour range calibrated based on the second dataset.
  15. 15. The apparatus according to any one of claims 12 to 14, wherein the video surveillance data is data from one camera and the first and second heatmaps are displayed overlaid on an image captured by the camera which generated the video surveillance data.
  16. 16. The apparatus according to any one of claims 12 to 14, wherein the video surveillance data is data from a plurality of cameras, and the first and second heatmaps are displayed overlaid on a map or plan view.
  17. 17. The apparatus according to any one of claims 12 to 16, wherein the first and second heatmaps represent motion or object detection.
  18. 18. The apparatus according to any one of claims 12 to 17, comprising means to receive a user input of a search criteria, wherein the processor is configured to limit -25 -the first dataset to generate the second dataset and based on metadata corresponding to the search criteria.
  19. 19. The apparatus according to any one of the claims 12 to 18, further comprising means for receiving a user selection of a search area on the first or second heatmap, wherein the processor is configured to generate a search query to extract image data from the video surveillance data corresponding to objects or activity represented by the heatmap within the search area.
  20. 20. The apparatus according to claim 19, wherein the processor is configured to receive extracted image data comprising at least one video clip and a thumbnail image from the or each video clip, and display the thumbnail image on the display.
  21. 21. The apparatus according to claim 20, wherein the processor is configured to receive a user input selecting the thumbnail image, and cause the display to display the corresponding video clip.-26 -
GB2006147.9A 2020-04-27 2020-04-27 A method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data Active GB2594463B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
GB2006147.9A GB2594463B (en) 2020-04-27 2020-04-27 A method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data
US17/230,406 US11575837B2 (en) 2020-04-27 2021-04-14 Method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB2006147.9A GB2594463B (en) 2020-04-27 2020-04-27 A method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data

Publications (3)

Publication Number Publication Date
GB202006147D0 GB202006147D0 (en) 2020-06-10
GB2594463A true GB2594463A (en) 2021-11-03
GB2594463B GB2594463B (en) 2022-09-28

Family

ID=71080054

Family Applications (1)

Application Number Title Priority Date Filing Date
GB2006147.9A Active GB2594463B (en) 2020-04-27 2020-04-27 A method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data

Country Status (1)

Country Link
GB (1) GB2594463B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090134968A1 (en) * 2007-11-28 2009-05-28 Fuji Xerox Co., Ltd. Segmenting time based on the geographic distribution of activity in sensor data
US20130091432A1 (en) * 2011-10-07 2013-04-11 Siemens Aktiengesellschaft Method and user interface for forensic video search
US20160021333A1 (en) * 2014-07-18 2016-01-21 Hanwha Techwin Co., Ltd. Imaging apparatus and method of providing imaging information

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090134968A1 (en) * 2007-11-28 2009-05-28 Fuji Xerox Co., Ltd. Segmenting time based on the geographic distribution of activity in sensor data
US20130091432A1 (en) * 2011-10-07 2013-04-11 Siemens Aktiengesellschaft Method and user interface for forensic video search
US20160021333A1 (en) * 2014-07-18 2016-01-21 Hanwha Techwin Co., Ltd. Imaging apparatus and method of providing imaging information

Also Published As

Publication number Publication date
GB202006147D0 (en) 2020-06-10
GB2594463B (en) 2022-09-28

Similar Documents

Publication Publication Date Title
US11575837B2 (en) Method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data
US10769913B2 (en) Cloud-based video surveillance management system
US10645344B2 (en) Video system with intelligent visual display
US9363489B2 (en) Video analytics configuration
US8941733B2 (en) Video retrieval system, method and computer program for surveillance of moving objects
AU2012340862B2 (en) Geographic map based control
CN106327875B (en) Traffic video monitoring management control system
US20150264296A1 (en) System and method for selection and viewing of processed video
CN111862521B (en) Behavior thermodynamic diagram generation and alarm method and device, electronic equipment and storage medium
US11100332B2 (en) Investigation assist system and investigation assist method
CN111222373B (en) Personnel behavior analysis method and device and electronic equipment
WO2012095867A2 (en) An integrated intelligent server based system and method/systems adapted to facilitate fail-safe integration and /or optimized utilization of various sensory inputs
US10726274B1 (en) Investigation assist system and investigation assist method
KR20140141025A (en) Video Searching Apparatus and Method
CN115966313A (en) Integrated management platform based on face recognition
GB2594459A (en) A method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data
GB2594463A (en) A method, apparatus and computer program for generating and displaying a heatmap based on video surveillance data
US11056150B2 (en) Multi-time search analytics
CN113573024A (en) AR real scene monitoring system suitable for Sharing VAN station
GB2608803A (en) A video processing apparatus, method and computer program