JP2022187237A - Crowd flow analysis device, crowd flow analysis method, and program - Google Patents

Crowd flow analysis device, crowd flow analysis method, and program Download PDF

Info

Publication number
JP2022187237A
JP2022187237A JP2021095154A JP2021095154A JP2022187237A JP 2022187237 A JP2022187237 A JP 2022187237A JP 2021095154 A JP2021095154 A JP 2021095154A JP 2021095154 A JP2021095154 A JP 2021095154A JP 2022187237 A JP2022187237 A JP 2022187237A
Authority
JP
Japan
Prior art keywords
average
objects
image
regions
moving speed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2021095154A
Other languages
Japanese (ja)
Inventor
一幸 米山
Kazuyuki Yoneyama
直孝 生富
Naotaka Ikutomi
福 氷室
Fuku Himuro
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.)
Shimizu Construction Co Ltd
Shimizu Corp
Original Assignee
Shimizu Construction Co Ltd
Shimizu Corp
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 Shimizu Construction Co Ltd, Shimizu Corp filed Critical Shimizu Construction Co Ltd
Priority to JP2021095154A priority Critical patent/JP2022187237A/en
Publication of JP2022187237A publication Critical patent/JP2022187237A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

To appropriately grasp an average flow of a crowd from a time series static images while reducing a calculation load.SOLUTION: A crowd flow analysis device includes: an image acquisition unit which acquires time series static images obtained by photographing a plurality of objects; an image dividing unit which divides each of the time series static images acquired by the image acquisition unit into a plurality of areas; an object number calculation unit which detects objects included in each of the plurality of areas divided by the image dividing unit, and calculates the number of objects included in each of the plurality of areas; a moving velocity and direction calculation unit which calculates an average moving velocity and an average moving direction of objects included in each of the plurality of areas divided by the image dividing unit; and a crowd flow calculation unit which calculates an average flow of the crowd in the entire static images on the basis of the number of objects included in each of the plurality of areas calculated by the object number calculation unit and the average moving velocity and the average moving direction of objects included in each of the plurality of area calculated by the moving velocity and direction calculation unit.SELECTED DRAWING: Figure 1

Description

本発明は、群集流動分析装置、群集流動分析方法およびプログラムに関する。 The present invention relates to a crowd flow analysis device, a crowd flow analysis method, and a program.

国内外のスマートシティ計画などにおいて、屋内外に設置されたカメラによって撮影された画像を利用して、人工知能(AI)による画像分析技術により歩行者、車両、自転車などの位置・流動をデータ化・可視化し、さまざまな行政サービスや商業目的に利用する事例が増えている。 For smart city projects in Japan and overseas, images taken by cameras installed indoors and outdoors are used to digitize the positions and movements of pedestrians, vehicles, bicycles, etc. using image analysis technology using artificial intelligence (AI).・There are increasing cases of visualization and use for various administrative services and commercial purposes.

図5はカメラによって撮影された画像から歩行者などの流動をデータ化する従来手法を模式的に示す図である。
図5に示すような従来手法では、主に以下の(1)および(2)が用いられている(以下の(1)および(2)では歩行者を例にするが、自動車・自転車でも原理は同じである)。
(1)撮影される動画(=時系列の静止画)を構成するそれぞれの静止画において、深層学習などを用いて画像分析を行って歩行者を検出し、画面内での位置から実空間における座標を求める。
(2)時系列の各静止画において(1)で検出された歩行者を同定(=同一の歩行者として識別)することにより、個々の歩行者の各時刻における座標を求め、その時間変化から各歩行者の動線をデータ化する。各画像間の歩行者の同定方法については、以下の(2-1)、(2-2)などがあり、(2-1)、(2-2)などを組み合わせて用いることもある。
(2-1)時間的に連続する画像間で歩行者の位置を比較し、近接する歩行者を同一と識別する。
(2-2)各歩行者の服装などの特徴量から異なる時刻の画像において同一の歩行者を識別する。
FIG. 5 is a diagram schematically showing a conventional method of converting the flow of pedestrians and the like into data from images captured by a camera.
In the conventional method as shown in FIG. 5, the following (1) and (2) are mainly used. are the same).
(1) Pedestrians are detected by performing image analysis using deep learning, etc. in each still image that constitutes a video (= time-series still image), and the position in the screen is compared to the real space. Find coordinates.
(2) By identifying the pedestrians detected in (1) in each time-series still image (=identifying as the same pedestrian), the coordinates of each pedestrian at each time are obtained, and from the time change The flow line of each pedestrian is converted into data. The following (2-1), (2-2), etc. are available for identifying pedestrians between images, and (2-1), (2-2), etc. may be used in combination.
(2-1) Comparing the positions of pedestrians between temporally consecutive images to identify adjacent pedestrians as identical.
(2-2) Identify the same pedestrian in images at different times based on feature values such as clothes of each pedestrian.

以上の方法では、歩行者ひとりひとりを認識してその動線をデータ化するため、個々の歩行者の流動を詳細に分析することができる。一方で、同一画像内に数十人の歩行者が存在する、いわゆる「群集」の流動分析に用いる場合、以下の<1>~<3>の理由で計算負荷が大きくなる。
<1>画像内の歩行者数が増えることにより、深層学習などで対象を検出するための計算負荷が増加する。
<2>画像間の歩行者の同定に上記(2-1)の手法を用いる場合、歩行者が密集する中で位置により同一歩行者を精度よく同定するためには分析する静止画の時間間隔を短くする必要があり、対象時間当たりの計算量が増える(5~10フレーム/秒)。
<3>画像間の歩行者の同定に上記(2-2)の手法を用いる場合、歩行者の検出に加えて各歩行者の特徴量から画像間で同一歩行者を同定する計算プロセスが必要になり、計算量が大幅に増加する。また、画面内の歩行者が重なり合って密集し個々の歩行者の全身画像が得られない場合などは、特徴量による同定が困難になる場合もある。
In the above method, each pedestrian is recognized and their flow lines are converted into data, so the flow of individual pedestrians can be analyzed in detail. On the other hand, when used for flow analysis of a so-called "crowd" in which dozens of pedestrians exist in the same image, the calculation load increases for the following reasons <1> to <3>.
<1> As the number of pedestrians in the image increases, the computational load for detecting objects by deep learning or the like increases.
<2> When the above method (2-1) is used to identify pedestrians between images, in order to accurately identify the same pedestrian by position in a crowd of pedestrians, the time interval between still images to be analyzed needs to be shortened, increasing the amount of computation per time of interest (5-10 frames/s).
<3> When the above method (2-2) is used to identify pedestrians between images, in addition to pedestrian detection, a calculation process is required to identify the same pedestrian between images from the feature values of each pedestrian. , and the amount of calculation increases significantly. In addition, when the pedestrians in the screen overlap and are densely packed, and the whole body image of each pedestrian cannot be obtained, identification by the feature amount may be difficult.

このため、例えば群集の流動をリアルタイムで分析して利用するような目的(災害時の避難誘導など)では、大きな計算負荷に対応した高性能の計算機が必要となる。また、そのような高速の処理を行うためにはクラウドサーバー等を用いることが多いが、歩行者などが撮影された画像をインターネットなどを介して送信する必要があり、個人情報保護上のリスクとなる。 For this reason, for the purpose of analyzing and using crowd flow in real time (evacuation guidance in the event of a disaster, etc.), a high-performance computer that can handle a large computational load is required. In addition, cloud servers are often used to perform such high-speed processing, but it is necessary to send images of pedestrians and others via the Internet, etc., which poses a risk in terms of personal information protection. Become.

また従来から、個々の車両などミクロな挙動を捉えずに、ダイレクトに交通流など集団のマクロな挙動を捉える映像監視システムが知られている(特許文献1参照)。特許文献1に記載された技術では、監視カメラにより取得された交通監視映像に対して、直近のあらかじめ設定された時間(フレーム)で逐次、フレーム画像の画素毎の画像信号を平均化するフレーム間平均処理を施してフレーム間平均映像が得られる。また、特許文献1に記載された技術では、フレーム間平均映像に対して、映像内の動きの場(オプティカルフロー)を算出して軌跡の動きが得られる。
ところで、特許文献1に記載された技術では、1つのオプティカルフロー(移動ベクトル)が、何台の車両の動きをまとめて表しているかについて考慮されていない。そのため、特許文献1に記載された技術では、平均的な群集の流動を適切に把握できないおそれがある。
Conventionally, there is known a video surveillance system that directly captures the macroscopic behavior of a group such as traffic flow without capturing the microscopic behavior of individual vehicles (see Patent Document 1). In the technique described in Patent Document 1, for a traffic surveillance image captured by a surveillance camera, an image signal for each pixel of a frame image is sequentially averaged in the most recent preset time (frame). Averaging processing is performed to obtain an inter-frame average image. Further, in the technique described in Patent Literature 1, a movement field (optical flow) in the image is calculated for the inter-frame average image to obtain the movement of the trajectory.
By the way, in the technique described in Patent Literature 1, no consideration is given to how many vehicles collectively represent the movement of one optical flow (movement vector). Therefore, with the technique described in Patent Document 1, there is a possibility that the flow of an average crowd cannot be properly grasped.

特開2010-140371号公報JP 2010-140371 A

上述した点に鑑み、本発明は、計算負荷を低減しつつ時系列の静止画像から平均的な群集の流動を適切に把握することができる群集流動分析装置、群集流動分析方法およびプログラムを提供することを目的とする。 In view of the above points, the present invention provides a crowd flow analysis device, a crowd flow analysis method, and a program capable of appropriately grasping the average crowd flow from time-series still images while reducing the computational load. for the purpose.

本発明の一態様は、複数の対象物が撮影された時系列の静止画像を取得する画像取得部と、前記画像取得部によって取得された前記時系列の静止画像のそれぞれを複数の領域に分割する画像分割部と、前記画像分割部によって分割された前記複数の領域のそれぞれに含まれる対象物を検出し、前記複数の領域のそれぞれに含まれる対象物の数を算出する対象物数算出部と、前記画像分割部によって分割された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する移動速度方向算出部と、前記対象物数算出部によって算出された前記複数の領域のそれぞれに含まれる対象物の数と、前記移動速度方向算出部によって算出された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、前記静止画像全体における平均的な群集の流動を算出する群集流動算出部とを備える群集流動分析装置である。 According to one aspect of the present invention, an image acquisition unit acquires time-series still images obtained by photographing a plurality of objects, and each of the time-series still images acquired by the image acquisition unit is divided into a plurality of regions. an image dividing unit that detects objects included in each of the plurality of regions divided by the image dividing unit, and a target object number calculating unit that calculates the number of target objects included in each of the plurality of regions; a moving speed direction calculating unit for calculating an average moving speed and an average moving direction of objects included in each of the plurality of regions divided by the image dividing unit; Based on the number of objects included in each region and the average moving speed and average moving direction of the objects included in each of the plurality of regions calculated by the moving speed direction calculation unit, the average and a crowd flow calculator for calculating the flow of a typical crowd.

本発明の一態様は、複数の対象物が撮影された時系列の静止画像を取得する画像取得ステップと、前記画像取得ステップにおいて取得された前記時系列の静止画像のそれぞれを複数の領域に分割する画像分割ステップと、前記画像分割ステップにおいて分割された前記複数の領域のそれぞれに含まれる対象物を検出し、前記複数の領域のそれぞれに含まれる対象物の数を算出する対象物数算出ステップと、前記画像分割ステップにおいて分割された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する移動速度方向算出ステップと、前記対象物数算出ステップにおいて算出された前記複数の領域のそれぞれに含まれる対象物の数と、前記移動速度方向算出ステップにおいて算出された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、前記静止画像全体における平均的な群集の流動を算出する群集流動算出ステップとを備える群集流動分析方法である。 An aspect of the present invention includes an image acquisition step of acquiring time-series still images of a plurality of objects photographed, and dividing each of the time-series still images acquired in the image acquisition step into a plurality of regions. an image dividing step for detecting objects included in each of the plurality of regions divided in the image dividing step, and a target number calculating step for calculating the number of target objects included in each of the plurality of regions; a moving speed direction calculating step of calculating an average moving speed and an average moving direction of objects included in each of the plurality of regions divided in the image dividing step; Based on the number of objects included in each of the regions and the average moving speed and average moving direction of the objects included in each of the plurality of regions calculated in the moving speed direction calculating step, the average of the overall still image and a crowd flow calculation step of calculating a typical crowd flow.

本発明の一態様は、コンピュータに、複数の対象物が撮影された時系列の静止画像を取得する画像取得ステップと、前記画像取得ステップにおいて取得された前記時系列の静止画像のそれぞれを複数の領域に分割する画像分割ステップと、前記画像分割ステップにおいて分割された前記複数の領域のそれぞれに含まれる対象物を検出し、前記複数の領域のそれぞれに含まれる対象物の数を算出する対象物数算出ステップと、前記画像分割ステップにおいて分割された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する移動速度方向算出ステップと、前記対象物数算出ステップにおいて算出された前記複数の領域のそれぞれに含まれる対象物の数と、前記移動速度方向算出ステップにおいて算出された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、前記静止画像全体における平均的な群集の流動を算出する群集流動算出ステップとを実行させるためのプログラムである。 In one aspect of the present invention, a computer is provided with an image acquisition step of acquiring time-series still images of a plurality of objects photographed, and a plurality of time-series still images acquired in the image acquisition step. an image dividing step of dividing the image into regions; and a target object count calculation of detecting a target object included in each of the plurality of regions divided in the image dividing step and calculating the number of target objects included in each of the plurality of regions. a moving speed direction calculating step of calculating an average moving speed and an average moving direction of objects included in each of the plurality of regions divided in the image dividing step; Based on the number of objects included in each of the plurality of regions and the average moving speed and average moving direction of the objects included in each of the plurality of regions calculated in the moving speed direction calculating step, the still image and a crowd flow calculation step of calculating the overall average crowd flow.

本発明によれば、計算負荷を低減しつつ時系列の静止画像から平均的な群集の流動を適切に把握することができる群集流動分析装置、群集流動分析方法およびプログラムを提供することができる。 According to the present invention, it is possible to provide a crowd flow analysis device, a crowd flow analysis method, and a program capable of appropriately grasping the average crowd flow from time-series still images while reducing the computational load.

第1実施形態の群集流動分析装置の一例を示す図である。It is a figure which shows an example of the crowd flow analysis apparatus of 1st Embodiment. 画像分割部によって分割された複数の領域の一例などを説明するための図である。FIG. 4 is a diagram for explaining an example of a plurality of areas divided by an image division unit; 第1実施形態の群集流動分析装置において実行される処理の一例を説明するためのフローチャートである。4 is a flowchart for explaining an example of processing executed in the crowd flow analysis device of the first embodiment; 第1実施形態の群集流動分析装置において算出された静止画像全体における平均的な群集の流動の適用例を説明するための図である。FIG. 5 is a diagram for explaining an application example of average crowd flow in the entire still image calculated by the crowd flow analysis device of the first embodiment; カメラによって撮影された画像から歩行者などの流動をデータ化する従来手法を模式的に示す図である。FIG. 2 is a diagram schematically showing a conventional method of converting the flow of pedestrians and the like into data from images captured by a camera;

以下、図面を参照し、本発明の群集流動分析装置、群集流動分析方法およびプログラムの実施形態について説明する。 Embodiments of the crowd flow analysis apparatus, crowd flow analysis method, and program according to the present invention will be described below with reference to the drawings.

[第1実施形態]
図1は第1実施形態の群集流動分析装置1の一例を示す図である。
図1に示す例では、群集流動分析装置1が画像取得部11と、画像分割部12と、対象物数算出部13と、移動速度方向算出部14と、群集流動算出部15とを備えている。
画像取得部11は、複数の対象物が撮影された時系列の静止画像を取得する。画像取得部11は、例えば数秒毎に撮影された複数の静止画像を取得する。複数の対象物は、複数の静止画像のそれぞれに含まれている。
画像分割部12は、画像取得部11によって取得された時系列の静止画像のそれぞれを複数の領域に分割する。
[First embodiment]
FIG. 1 is a diagram showing an example of the crowd flow analysis device 1 of the first embodiment.
In the example shown in FIG. 1, the crowd flow analysis device 1 includes an image acquisition unit 11, an image division unit 12, an object number calculation unit 13, a moving speed direction calculation unit 14, and a crowd flow calculation unit 15. there is
The image acquisition unit 11 acquires time-series still images in which a plurality of objects are captured. The image acquisition unit 11 acquires a plurality of still images taken every few seconds, for example. A plurality of objects are included in each of the plurality of still images.
The image dividing unit 12 divides each of the time-series still images acquired by the image acquiring unit 11 into a plurality of regions.

図2は画像分割部12によって分割された複数の領域の一例などを説明するための図である。詳細には、図2(A)は画像分割部12によって分割された複数の領域の一例を示している。
図2(A)に示す例では、画像取得部11によって取得された静止画像(詳細には、時間t1にカメラ(図示せず)によって撮影された静止画像)が、画像分割部12によって96(=8×12)個の領域に分割されている。
他の例では、画像取得部11によって取得された静止画像が、画像分割部12によって96以外の数の領域に分割されてもよい。
FIG. 2 is a diagram for explaining an example of a plurality of areas divided by the image division unit 12. As shown in FIG. Specifically, FIG. 2A shows an example of a plurality of areas divided by the image division unit 12. As shown in FIG.
In the example shown in FIG. 2A, a still image acquired by the image acquiring unit 11 (more specifically, a still image captured by a camera (not shown) at time t1) is divided by the image dividing unit 12 into 96 ( = 8 x 12) regions.
In another example, the still image acquired by the image acquiring section 11 may be divided into areas other than 96 by the image dividing section 12 .

図2(A)に示す例では、画像取得部11によって取得された静止画像に、複数の対象物として、複数の人物(詳細には、歩行者)が含まれている。
他の例では、画像取得部11によって取得された静止画像に、複数の対象物として、複数のランナー等が含まれていてもよい。
In the example shown in FIG. 2A, the still image acquired by the image acquisition unit 11 includes a plurality of persons (pedestrians in detail) as a plurality of objects.
In another example, the still image acquired by the image acquisition unit 11 may include multiple runners or the like as multiple objects.

図1に示す例では、対象物数算出部13が、画像分割部12によって分割された複数の領域のそれぞれに含まれる対象物を検出し、画像分割部12によって分割された複数の領域のそれぞれに含まれる対象物の数を算出する。
図2(A)に示す例では、対象物数算出部13が、例えば、左から1番目かつ上から1番目の領域に含まれる対象物の数として「1」を算出する。また、対象物数算出部13は、例えば、左から1番目かつ上から6番目の領域に含まれる対象物の数として「0」を算出する。
In the example shown in FIG. 1, the object number calculation unit 13 detects objects included in each of the plurality of regions divided by the image dividing unit 12, and detects each of the plurality of regions divided by the image dividing unit 12. Calculate the number of objects contained in .
In the example shown in FIG. 2A, the object number calculation unit 13 calculates “1” as the number of objects included in the first area from the left and the first area from the top, for example. For example, the object number calculation unit 13 calculates “0” as the number of objects included in the first area from the left and the sixth area from the top.

図2(A)に示すように、画像分割部12によって分割された96個の領域のそれぞれに含まれる対象物の数は、「1」または「0」とは限らない。図2(A)に示す例では、例えば、右から1番目かつ上から2番目の領域に含まれる対象物の数は「2」である。
そこで、図1に示す例では、移動速度方向算出部14が、画像分割部12によって分割された複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する。詳細には、移動速度方向算出部14は、画像分割部12によって分割された複数の領域のそれぞれにおける特徴量の変化に基づいて、複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する。
As shown in FIG. 2A, the number of objects included in each of the 96 regions divided by the image dividing unit 12 is not limited to "1" or "0". In the example shown in FIG. 2A, for example, the number of objects included in the first area from the right and the second area from the top is "2".
Therefore, in the example shown in FIG. 1 , the moving speed direction calculator 14 calculates the average moving speed and average moving direction of the object included in each of the plurality of regions divided by the image dividing unit 12 . Specifically, the moving speed direction calculating unit 14 calculates the average moving speed and the average moving speed of the object included in each of the plurality of regions based on the change in the feature amount in each of the plurality of regions divided by the image dividing unit 12 . Calculate the direction of movement.

図2(A)および図2(B)に示す例では、移動速度方向算出部14が、96個の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向(例えば、右から1番目かつ上から2番目の領域に含まれる2人の歩行者の平均移動速度および平均移動方向など)を算出する。
図2(B)は移動速度方向算出部14によって算出された96個の領域のそれぞれに含まれる対象物(歩行者)の平均移動速度および平均移動方向をベクトル(矢印)で示している。詳細には、図2(B)は、時間t1に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向と、時間t1よりも後の時間t2に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向と、時間t2よりも後の時間t3に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とをベクトルで示している。
In the example shown in FIGS. 2A and 2B, the moving speed direction calculator 14 calculates the average moving speed and the average moving direction of the objects included in each of the 96 regions (for example, the first object from the right). Also, the average moving speed and average moving direction of two pedestrians included in the second area from the top, etc.) are calculated.
FIG. 2B shows the average moving speed and the average moving direction of the object (pedestrian) included in each of the 96 regions calculated by the moving speed direction calculator 14 by vectors (arrows). Specifically, FIG. 2B shows the average moving speed and the average moving direction of objects included in each of the 96 regions that constitute the still image captured at time t1, and the time after time t1. The average moving speed and average moving direction of the object included in each of the 96 areas that make up the still image captured at t2, and the 96 areas that make up the still image captured at time t3, which is later than time t2. The average moving speed and the average moving direction of the object included in each of the regions are indicated by vectors.

図1に示す例では、群集流動算出部15が、対象物数算出部13によって算出された複数の領域のそれぞれに含まれる対象物の数と、移動速度方向算出部14によって算出された複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、静止画像全体における平均的な群集の流動を算出する。 In the example shown in FIG. 1, the crowd flow calculation unit 15 calculates the number of objects included in each of the plurality of areas calculated by the object number calculation unit 13 and the number of the plurality of areas calculated by the movement speed direction calculation unit 14. Based on the average moving speed and the average moving direction of the objects included in each, the average crowd flow in the entire still image is calculated.

図2(A)および図2(B)に示す例では、群集流動算出部15が、時間t1に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の数と、時間t1に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、時間t1に撮影された静止画像全体における平均的な群集の流動を算出する。
また、群集流動算出部15は、時間t2に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の数と、時間t2に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、時間t2に撮影された静止画像全体における平均的な群集の流動を算出し、時間t3に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の数と、時間t3に撮影された静止画像を構成する96個の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、時間t3に撮影された静止画像全体における平均的な群集の流動を算出する。
In the example shown in FIGS. 2A and 2B, the crowd flow calculation unit 15 calculates the number of objects included in each of 96 regions that constitute the still image captured at time t1, and Based on the average movement speed and average movement direction of objects included in each of the 96 regions that make up the captured still image, the average crowd flow in the entire still image captured at time t1 is calculated. do.
In addition, the crowd flow calculator 15 calculates the number of objects included in each of the 96 regions forming the still image captured at time t2, and the number of objects included in each of the 96 regions forming the still image captured at time t2. Based on the average moving speed and the average moving direction of the objects included in 96 At time t3, based on the number of objects included in each of the 96 regions and the average moving speed and average moving direction of the objects included in each of the 96 regions that make up the still image captured at time t3 Calculate the average crowd flow over the entire captured still image.

群集流動算出部15は、例えば時間t3に撮影された静止画像全体における平均的な群集の流動を算出する場合に、対象物の数が「1」の領域(例えば図2(A)および図2(B)の左から1番目かつ上から6番目の領域)のベクトルの重みと、対象物の数が「2」の領域(例えば図2(A)および図2(B)の右から1番目かつ上から2番目の領域)のベクトルの重みとを異ならせる。詳細には、群集流動算出部15は、対象物の数が「2」の領域のベクトルの重みを、対象物の数が「1」の領域のベクトルの重みより大きくする。そのため、領域内の対象物の数が考慮されない場合よりも適切に平均的な群集の流動を算出することができる。
更に、群集流動算出部15は、時間t1に撮影された静止画像全体における平均的な群集の流動と、時間t2に撮影された静止画像全体における平均的な群集の流動と、時間t3に撮影された静止画像全体における平均的な群集の流動とに基づいて、時間t1~時間t3の期間における静止画像全体の平均的な群集の流動の変化を算出することもできる。
For example, when calculating the average crowd flow in the entire still image captured at time t3, the crowd flow calculation unit 15 selects an area where the number of objects is “1” (for example, FIG. 2(A) and FIG. 2(B) ), and the weight of the vector in the region where the number of objects is “2” (for example, the first from the right and the 2nd from the top in FIGS. 2A and 2B). th region) are made different from the vector weights. Specifically, the crowd flow calculation unit 15 makes the weight of the vector of the area where the number of objects is "2" larger than the weight of the vector of the area where the number of objects is "1". Therefore, the average crowd flow can be calculated more appropriately than when the number of objects in the area is not considered.
Furthermore, the crowd flow calculation unit 15 calculates the average crowd flow in the entire still image shot at time t1, the average crowd flow in the entire still image shot at time t2, and the average crowd flow in the entire still image shot at time t3. It is also possible to calculate a change in the average crowd flow over the entire still image during the period from time t1 to time t3 based on the average crowd flow over the entire still image.

上述したように、第1実施形態の群集流動分析装置1では、画像分割部12が、対象画像(複数の対象物が撮影された静止画像)を例えばグリッドなどの複数の領域に分割する。
対象物数算出部13は、一定時間間隔ごとにサンプリングした静止画像を用いた対象物(例えば歩行者など)の検出・カウントを行う。
移動速度方向算出部14は、オプティカルフロー(optical flow)などによる静止画像内の特徴点の移動ベクトルの検出を行う。
群集流動算出部15は、対象物数算出部13による処理の結果と、移動速度方向算出部14による処理の結果とを組み合わせることによって、領域毎の平均的な対象物の密度・流動(速度・方向)を算出する。更に、群集流動算出部15は、領域毎の平均的な対象物の密度・流動(速度・方向)を統合することによって、静止画像全体の群集流動をモデル化する。
As described above, in the crowd flow analysis device 1 of the first embodiment, the image dividing unit 12 divides the target image (still image in which a plurality of targets are captured) into a plurality of regions such as grids.
The object number calculation unit 13 detects and counts objects (for example, pedestrians) using still images sampled at regular time intervals.
A moving speed direction calculating unit 14 detects a moving vector of a feature point in a still image by optical flow or the like.
The crowd flow calculation unit 15 combines the result of processing by the object number calculation unit 13 and the result of processing by the movement speed direction calculation unit 14 to calculate the average density/flow (velocity/flow) of objects for each region. direction). Furthermore, the crowd flow calculator 15 models the crowd flow of the entire still image by integrating the average density/flow (speed/direction) of the object for each region.

図2(A)に示す例では、画像分割部12が、静止画像を例えばグリッド状に例えば96個の領域に分割する。
対象物数算出部13は、上述した深層学習などの手法により、図2(A)の各領域内の矩形で示すように、対象物(例えば歩行者など)を検出し、各領域内の対象物の数をカウントする。対象とする群集流動の速度・密度にもよるが、対象物数算出部13は、この処理を数秒に1回程度実行する。そのため、図5に示す従来手法(5~10フレーム/秒)よりも検出の頻度を低減することができ、計算負荷を軽減することができる。また、対象物数算出部13による処理では、対象物の数のみがわかればよいため、特徴量などによる対象物の同定も不要であり、対象物が歩行者である場合には歩行者の顔のみを検出してもよい。歩行者の顔のみを検出する場合には、歩行者の全身を検出する場合よりも計算負荷を軽減することができ、歩行者が密集して歩行者の全身像を得られない場合においても歩行者を精度良く検出する(歩行者の数を精度良く算出する)ことができる。
In the example shown in FIG. 2A, the image dividing unit 12 divides the still image into, for example, 96 areas in a grid pattern.
The object number calculation unit 13 detects objects (for example, pedestrians) as indicated by rectangles in each region in FIG. count the number of objects. Depending on the speed and density of the target crowd flow, the object number calculation unit 13 executes this process about once every several seconds. Therefore, the frequency of detection can be reduced compared to the conventional method (5 to 10 frames/second) shown in FIG. 5, and the computational load can be reduced. In addition, in the processing by the target object number calculation unit 13, only the number of target objects needs to be known. Therefore, it is not necessary to identify the target object using a feature amount or the like. may be detected. When only the pedestrian's face is detected, the computational load can be reduced compared to when the pedestrian's whole body is detected. It is possible to accurately detect a person (accurately calculate the number of pedestrians).

図2(B)に示すようなオプティカルフローなどによる動体検出技術は、動画(=時系列の静止画)の画像の変化から「動くもの」を検出する手法であり、OpenCVにも実装されている。移動速度方向算出部14は、画像の特徴量の変化から対象物の動きを捉えるため、深層学習などにより対象物を検出する手法に比べて計算負荷を低減することができる。移動速度方向算出部14は、画像分割部12によって分割された複数の領域のそれぞれにおいて画面内の特徴量から平均的な流動の方向・速度を算出する。対象とする群集流動の速度にもよるが、移動速度方向算出部14は、この処理を1秒に1回程度実行する。 Moving object detection technology using optical flow, etc., as shown in Fig. 2(B), is a technique for detecting "moving objects" from changes in images in moving images (= still images in time series), and is also implemented in OpenCV. . Since the movement speed direction calculation unit 14 captures the movement of the object from the change in the feature amount of the image, it is possible to reduce the calculation load compared to the method of detecting the object by deep learning or the like. The movement speed direction calculation unit 14 calculates an average flow direction/speed from the feature amount in the screen in each of the plurality of regions divided by the image division unit 12 . Depending on the target crowd flow speed, the movement speed direction calculator 14 executes this process about once per second.

上述したように、対象物数算出部13が、複数の領域のそれぞれに含まれる対象物(例えば歩行者など)の数を算出し、移動速度方向算出部14が、複数の領域のそれぞれに含まれる対象物(例えば歩行者など)の平均移動速度および平均移動方向を算出する。
群集流動算出部15は、対象物数算出部13による処理の結果と、移動速度方向算出部14による処理の結果とを統合することによって、複数の領域のそれぞれに含まれる対象物の平均的な流動を算出する。更に、群集流動算出部15は、複数の領域のそれぞれに含まれる対象物の平均的な流動を統合することによって、静止画像全体の平均的な群集の流動を算出する。
As described above, the object number calculation unit 13 calculates the number of objects (for example, pedestrians) included in each of the plurality of regions, and the moving speed direction calculation unit 14 calculates the number of objects included in each of the plurality of regions. Calculate the average moving speed and the average moving direction of an object (for example, a pedestrian).
The crowd flow calculation unit 15 integrates the result of processing by the object number calculation unit 13 and the result of processing by the moving speed direction calculation unit 14, thereby calculating an average number of objects included in each of the plurality of areas. Calculate flow. Furthermore, the crowd flow calculator 15 calculates the average crowd flow of the entire still image by integrating the average flow of the objects included in each of the plurality of regions.

第1実施形態の群集流動分析装置1では、対象物の個々の動線を検出する既存手法に比べて計算負荷を大幅に低減することができる。そのため、第1実施形態の群集流動分析装置1では、既存手法と比較して簡素な計算環境を用いて、実時刻の画像をリアルタイムで処理することができる。
第1実施形態の群集流動分析装置1によって得られるデータは画像内の平均的な群集の流動(密度・速度)であるため、歩行者個々の動きを追跡する目的には適さないが、大規模な群集流動のリアルタイムの分析と、その結果に基づく誘導などに有用である。
実際に、初詣の人手の推計などでは、計測点における目視による歩行者の密度と流動速度から全体の参拝者を算出する手法が用いられており、第1実施形態の群集流動分析装置1は、この手法に画像処理とAIとが適用される手法であるといえる。
The crowd flow analysis device 1 of the first embodiment can significantly reduce the computational load compared to the existing method of detecting individual flow lines of objects. Therefore, the crowd flow analysis apparatus 1 of the first embodiment can process real-time images in real time using a simpler computing environment than existing methods.
Since the data obtained by the crowd flow analysis apparatus 1 of the first embodiment is the average crowd flow (density/speed) in the image, it is not suitable for the purpose of tracking the movement of individual pedestrians. It is useful for real-time analysis of crowd flow and guidance based on the results.
In fact, in the estimation of the number of people attending the New Year's visit, etc., a method of calculating the total number of worshipers from the density and flow velocity of pedestrians visually observed at measurement points is used. It can be said that image processing and AI are applied to this method.

図3は第1実施形態の群集流動分析装置1において実行される処理の一例を説明するためのフローチャートである。
図3に示す例では、ステップS11において、画像取得部11は、複数の対象物が撮影された時系列の静止画像を取得する。
次いで、ステップS12では、画像分割部12が、ステップS11において取得された時系列の静止画像のそれぞれを複数の領域に分割する。
次いで、ステップS13では、対象物数算出部13が、ステップS12において分割された複数の領域のそれぞれに含まれる対象物を検出し、ステップS12において分割された複数の領域のそれぞれに含まれる対象物の数を算出する。
また、ステップS14では、ステップS12において分割された複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する。
次いで、ステップS15では、群集流動算出部15が、ステップS13において算出された複数の領域のそれぞれに含まれる対象物の数と、ステップS14において算出された複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、静止画像全体における平均的な群集の流動を算出する。
FIG. 3 is a flow chart for explaining an example of processing executed in the crowd flow analysis device 1 of the first embodiment.
In the example shown in FIG. 3, in step S11, the image acquiring unit 11 acquires time-series still images in which a plurality of objects are captured.
Next, in step S12, the image dividing unit 12 divides each of the time-series still images acquired in step S11 into a plurality of regions.
Next, in step S13, the object number calculation unit 13 detects objects included in each of the plurality of regions divided in step S12, and detects the number of objects included in each of the plurality of regions divided in step S12. Calculate
Further, in step S14, the average moving speed and average moving direction of the object included in each of the plurality of regions divided in step S12 are calculated.
Next, in step S15, the crowd flow calculator 15 calculates the number of objects included in each of the plurality of regions calculated in step S13 and the average movement of the objects included in each of the plurality of regions calculated in step S14. Based on the velocity and the average direction of movement, the average crowd flow over the still image is calculated.

図4は第1実施形態の群集流動分析装置1において算出された静止画像全体における平均的な群集の流動の適用例を説明するための図である。詳細には、第1実施形態の群集流動分析装置1において算出された人流が可視化された例を示している。
図4に示す例では、第1実施形態の群集流動分析装置1が、図4の左上に示す時系列の静止画像(カメラ画像)に基づいて「移動小・滞流」の人流を算出し、その人流の方向・密度がヒストグラムで可視化されている。また、第1実施形態の群集流動分析装置1が、図4の左下に示す時系列の静止画像(カメラ画像)に基づいて「移動大(多方向)」の人流を算出し、その人流の方向・密度がヒストグラムで可視化されている。更に、第1実施形態の群集流動分析装置1が、図4の右下に示す時系列の静止画像(カメラ画像)に基づいて「移動大(一方向)」の人流を算出し、その人流の方向・密度がヒストグラムで可視化されている。
FIG. 4 is a diagram for explaining an application example of the average crowd flow in the entire still image calculated by the crowd flow analysis apparatus 1 of the first embodiment. Specifically, it shows an example in which the flow of people calculated by the crowd flow analyzer 1 of the first embodiment is visualized.
In the example shown in FIG. 4, the crowd flow analysis device 1 of the first embodiment calculates the people flow of "small movement/stagnation" based on the time-series still images (camera images) shown in the upper left of FIG. The direction and density of the flow of people are visualized with a histogram. In addition, the crowd flow analysis apparatus 1 of the first embodiment calculates the flow of people with "large movement (multi-direction)" based on the time-series still images (camera images) shown in the lower left of FIG. • Density is visualized in a histogram. Furthermore, the crowd flow analysis apparatus 1 of the first embodiment calculates the flow of people with "large movement (one direction)" based on the time-series still images (camera images) shown in the lower right of FIG. Directions and densities are visualized by histograms.

第1実施形態の群集流動分析装置1およびその適用例では、カメラ画像分析による群集などの流動の分析に関して、比較的簡素な計算環境で平均的な群集の流動(密度、流速、流動方向など)をデータ化・可視化することができる。
また、第1実施形態の群集流動分析装置1では、オンプレミスで群集流動のリアルタイムな分析を行うことができ、リアルタイムでの誘導などの対策が可能になる。また、画像をリアルタイムで処理してデータのみを保続することにより、画像をインターネット経由で転送したり、録画したりする手法に比べて個人情報に配慮した処理が可能となる。
In the crowd flow analysis apparatus 1 of the first embodiment and its application example, regarding the analysis of the flow of a crowd by camera image analysis, the average crowd flow (density, flow velocity, flow direction, etc.) is analyzed in a relatively simple computing environment. can be converted into data and visualized.
In addition, the crowd flow analysis device 1 of the first embodiment can perform real-time analysis of crowd flow on-premises, and real-time guidance and other countermeasures are possible. Also, by processing images in real time and maintaining only the data, it is possible to perform processing that is more considerate of personal information than the method of transferring images via the Internet or recording them.

[第2実施形態]
以下、本発明の群集流動分析装置、群集流動分析方法およびプログラムの第2実施形態について説明する。
第2実施形態の群集流動分析装置1は、後述する点を除き、上述した第1実施形態の群集流動分析装置1と同様に構成されている。従って、第2実施形態の群集流動分析装置1によれば、後述する点を除き、上述した第1実施形態の群集流動分析装置1と同様の効果を奏することができる。
[Second embodiment]
A second embodiment of the crowd flow analysis apparatus, crowd flow analysis method, and program according to the present invention will be described below.
The crowd flow analyzer 1 of the second embodiment is configured in the same manner as the crowd flow analyzer 1 of the first embodiment described above, except for the points described later. Therefore, according to the crowd flow analyzer 1 of the second embodiment, it is possible to achieve the same effects as the crowd flow analyzer 1 of the first embodiment described above, except for the points described later.

上述したように、第1実施形態の群集流動分析装置1の画像取得部11によって取得される時系列の静止画像には、複数の対象物として、複数の人物が含まれている。一方、第2実施形態の群集流動分析装置1の画像取得部11によって取得される時系列の静止画像には、複数の対象物として、複数の人物以外のもの(例えば自動車、自転車、動物など)が含まれている。
第2実施形態の群集流動分析装置1においても、第1実施形態の群集流動分析装置1と同様に、計算負荷を低減しつつ時系列の静止画像から平均的な群集の流動を適切に把握することができる。
As described above, the time-series still images acquired by the image acquisition unit 11 of the crowd flow analysis apparatus 1 of the first embodiment include a plurality of persons as a plurality of objects. On the other hand, in the time-series still images acquired by the image acquisition unit 11 of the crowd flow analysis device 1 of the second embodiment, objects other than a plurality of people (for example, automobiles, bicycles, animals, etc.) are included as a plurality of objects. It is included.
Similarly to the crowd flow analysis device 1 of the first embodiment, the crowd flow analysis device 1 of the second embodiment also appropriately grasps the average crowd flow from time-series still images while reducing the computational load. be able to.

以上、本発明の実施形態を、図面を参照して詳述してきたが、具体的な構成はこれらの実施形態および各例に限られるものではなく、本発明の趣旨を逸脱しない範囲で適宜変更を加えることができる。上述した各実施形態および各例に記載の構成を組み合わせてもよい。 Although the embodiments of the present invention have been described in detail above with reference to the drawings, the specific configuration is not limited to these embodiments and examples, and can be changed as appropriate without departing from the scope of the present invention. can be added. You may combine the structure as described in each embodiment and each example which were mentioned above.

なお、上述した実施形態における群集流動分析装置1が備える各部の機能全体あるいはその一部は、これらの機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現しても良い。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶部のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間の間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでも良い。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。
It should be noted that all or part of the function of each part provided in the crowd flow analysis apparatus 1 in the above-described embodiment is obtained by recording a program for realizing these functions in a computer-readable recording medium and recording it in this recording medium. It may be realized by loading the program into a computer system and executing it. It should be noted that the "computer system" referred to here includes hardware such as an OS and peripheral devices.
The term "computer-readable recording medium" refers to portable media such as flexible discs, magneto-optical discs, ROMs and CD-ROMs, and storage units such as hard discs incorporated in computer systems. Furthermore, "computer-readable recording medium" means a medium that dynamically retains a program for a short period of time, like a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line. It may also include a device that holds a program for a certain period of time, such as a volatile memory inside a computer system that serves as a server or client in that case. Further, the program may be for realizing part of the functions described above, or may be capable of realizing the functions described above in combination with a program already recorded in the computer system.

1 群集流動分析装置
11 画像取得部
12 画像分割部
13 対象物数算出部
14 移動速度方向算出部
15 群集流動算出部
1 crowd flow analysis device 11 image acquisition unit 12 image division unit 13 object number calculation unit 14 movement speed direction calculation unit 15 crowd flow calculation unit

Claims (5)

複数の対象物が撮影された時系列の静止画像を取得する画像取得部と、
前記画像取得部によって取得された前記時系列の静止画像のそれぞれを複数の領域に分割する画像分割部と、
前記画像分割部によって分割された前記複数の領域のそれぞれに含まれる対象物を検出し、前記複数の領域のそれぞれに含まれる対象物の数を算出する対象物数算出部と、
前記画像分割部によって分割された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する移動速度方向算出部と、
前記対象物数算出部によって算出された前記複数の領域のそれぞれに含まれる対象物の数と、前記移動速度方向算出部によって算出された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、前記静止画像全体における平均的な群集の流動を算出する群集流動算出部とを備える群集流動分析装置。
an image acquisition unit that acquires time-series still images in which a plurality of objects are photographed;
an image dividing unit that divides each of the time-series still images acquired by the image acquiring unit into a plurality of regions;
an object number calculation unit that detects objects included in each of the plurality of regions divided by the image division unit and calculates the number of objects included in each of the plurality of regions;
a moving speed direction calculating unit that calculates an average moving speed and an average moving direction of an object included in each of the plurality of regions divided by the image dividing unit;
The number of objects included in each of the plurality of areas calculated by the number-of-objects calculation unit, and the average moving speed and average of the objects included in each of the plurality of areas calculated by the moving speed direction calculation unit and a crowd flow analysis device for calculating an average flow of the crowd in the entire still image based on the direction of movement.
前記複数の対象物は、複数の歩行者であり、
前記対象物数算出部は、前記画像分割部によって分割された前記複数の領域のそれぞれに含まれる歩行者の顔のみを検出することによって、前記複数の領域のそれぞれに含まれる歩行者の数を算出する、
請求項1に記載の群集流動分析装置。
The plurality of objects are a plurality of pedestrians,
The number-of-objects calculation unit calculates the number of pedestrians included in each of the plurality of regions by detecting only the faces of pedestrians included in each of the plurality of regions divided by the image dividing unit. calculate,
A crowd flow analyzer according to claim 1.
前記移動速度方向算出部は、前記複数の領域のそれぞれにおける特徴量の変化に基づいて、前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する、
請求項1に記載の群集流動分析装置。
The moving speed direction calculating unit calculates an average moving speed and an average moving direction of an object included in each of the plurality of regions based on changes in feature amounts in each of the plurality of regions.
A crowd flow analyzer according to claim 1.
複数の対象物が撮影された時系列の静止画像を取得する画像取得ステップと、
前記画像取得ステップにおいて取得された前記時系列の静止画像のそれぞれを複数の領域に分割する画像分割ステップと、
前記画像分割ステップにおいて分割された前記複数の領域のそれぞれに含まれる対象物を検出し、前記複数の領域のそれぞれに含まれる対象物の数を算出する対象物数算出ステップと、
前記画像分割ステップにおいて分割された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する移動速度方向算出ステップと、
前記対象物数算出ステップにおいて算出された前記複数の領域のそれぞれに含まれる対象物の数と、前記移動速度方向算出ステップにおいて算出された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、前記静止画像全体における平均的な群集の流動を算出する群集流動算出ステップとを備える群集流動分析方法。
an image acquisition step of acquiring time-series still images in which a plurality of objects are photographed;
an image dividing step of dividing each of the time-series still images acquired in the image acquiring step into a plurality of regions;
an object number calculation step of detecting objects included in each of the plurality of regions divided in the image dividing step, and calculating the number of objects included in each of the plurality of regions;
a moving speed direction calculating step of calculating an average moving speed and an average moving direction of an object included in each of the plurality of regions divided in the image dividing step;
The number of objects included in each of the plurality of areas calculated in the number-of-objects calculating step, and the average moving speed and average of the objects included in each of the plurality of areas calculated in the moving speed direction calculating step and a crowd flow analysis method for calculating an average flow of the crowd in the entire still image based on the direction of movement.
コンピュータに、
複数の対象物が撮影された時系列の静止画像を取得する画像取得ステップと、
前記画像取得ステップにおいて取得された前記時系列の静止画像のそれぞれを複数の領域に分割する画像分割ステップと、
前記画像分割ステップにおいて分割された前記複数の領域のそれぞれに含まれる対象物を検出し、前記複数の領域のそれぞれに含まれる対象物の数を算出する対象物数算出ステップと、
前記画像分割ステップにおいて分割された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向を算出する移動速度方向算出ステップと、
前記対象物数算出ステップにおいて算出された前記複数の領域のそれぞれに含まれる対象物の数と、前記移動速度方向算出ステップにおいて算出された前記複数の領域のそれぞれに含まれる対象物の平均移動速度および平均移動方向とに基づいて、前記静止画像全体における平均的な群集の流動を算出する群集流動算出ステップとを実行させるためのプログラム。
to the computer,
an image acquisition step of acquiring time-series still images in which a plurality of objects are photographed;
an image dividing step of dividing each of the time-series still images acquired in the image acquiring step into a plurality of regions;
an object number calculation step of detecting objects included in each of the plurality of regions divided in the image dividing step, and calculating the number of objects included in each of the plurality of regions;
a moving speed direction calculating step of calculating an average moving speed and an average moving direction of an object included in each of the plurality of regions divided in the image dividing step;
The number of objects included in each of the plurality of areas calculated in the number-of-objects calculating step, and the average moving speed and average of the objects included in each of the plurality of areas calculated in the moving speed direction calculating step and a crowd flow calculation step of calculating an average crowd flow in the entire still image based on the direction of movement.
JP2021095154A 2021-06-07 2021-06-07 Crowd flow analysis device, crowd flow analysis method, and program Pending JP2022187237A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021095154A JP2022187237A (en) 2021-06-07 2021-06-07 Crowd flow analysis device, crowd flow analysis method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021095154A JP2022187237A (en) 2021-06-07 2021-06-07 Crowd flow analysis device, crowd flow analysis method, and program

Publications (1)

Publication Number Publication Date
JP2022187237A true JP2022187237A (en) 2022-12-19

Family

ID=84525421

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021095154A Pending JP2022187237A (en) 2021-06-07 2021-06-07 Crowd flow analysis device, crowd flow analysis method, and program

Country Status (1)

Country Link
JP (1) JP2022187237A (en)

Similar Documents

Publication Publication Date Title
JP6741130B2 (en) Information processing system, information processing method, and program
JP5459674B2 (en) Moving object tracking system and moving object tracking method
JP7292492B2 (en) Object tracking method and device, storage medium and computer program
CN110264493A (en) A kind of multiple target object tracking method and device under motion state
JP2019062527A (en) Real-time object re-identification in multi-camera system using edge computing
Hashemzadeh et al. Counting moving people in crowds using motion statistics of feature-points
CN108875507A (en) Pedestrian tracting method, equipment, system and computer readable storage medium
JP2020107354A (en) Analysis device, analysis method, and program
CN112930535A (en) Crowd behavior anomaly detection based on video analysis
KR102511287B1 (en) Image-based pose estimation and action detection method and appratus
JP2010140425A (en) Image processing system
CN116402852A (en) Dynamic high-speed target tracking method and device based on event camera
Rahul et al. Siamese network for underwater multiple object tracking
Huang et al. Tracking multiple deformable objects in egocentric videos
CN110580708B (en) Rapid movement detection method and device and electronic equipment
Flouty et al. Faceoff: anonymizing videos in the operating rooms
KR100994722B1 (en) Method for tracking moving object on multiple cameras using probabilistic camera hand-off
CN109977796A (en) Trail current detection method and device
JP4985742B2 (en) Imaging system, method and program
JP2022187237A (en) Crowd flow analysis device, crowd flow analysis method, and program
KR102450466B1 (en) System and method for removing camera movement in video
KR20190134916A (en) Method and apparatus for collecting floating population data on realtime road image
CN115311680A (en) Human body image quality detection method and device, electronic equipment and storage medium
JP4750758B2 (en) Attention area extraction method, attention area extraction device, computer program, and recording medium
WO2021107734A1 (en) Method and device for recommending golf-related contents, and non-transitory computer-readable recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20240308