JP2003219422A - Method of detecting motion - Google Patents

Method of detecting motion

Info

Publication number
JP2003219422A
JP2003219422A JP2002015281A JP2002015281A JP2003219422A JP 2003219422 A JP2003219422 A JP 2003219422A JP 2002015281 A JP2002015281 A JP 2002015281A JP 2002015281 A JP2002015281 A JP 2002015281A JP 2003219422 A JP2003219422 A JP 2003219422A
Authority
JP
Japan
Prior art keywords
area
difference
motion
image
region
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
JP2002015281A
Other languages
Japanese (ja)
Inventor
Yoshiko Hozumi
芳子 穂積
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2002015281A priority Critical patent/JP2003219422A/en
Publication of JP2003219422A publication Critical patent/JP2003219422A/en
Pending legal-status Critical Current

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a method of detecting motion by which processing including noise removal can be performed with a small memory capacity and, at the same time, which can be loaded easily in equipment, because the geometric features of regions can be obtained by this simple method. <P>SOLUTION: This method of detecting motion includes a step of taking the differential amount in luminance component at every pixel between images and taking out the area of one value in a threshold processed image as a differential area, a step of adding a direction code indicting a direction to the borderline of the differential area, and a step of finding one or more values for the area, longitudinal and transversal lengths, or the peripheral length of the differential area. This method also includes a step of deciding that a motion is detected when the area, longitudinal and transversal lengths, or peripheral length of the differential area is equal to or larger than a prescribed size. <P>COPYRIGHT: (C)2003,JPO

Description

【発明の詳細な説明】 【0001】 【発明の属する技術分野】本発明は動画像から動きのあ
る部分を検出する動き検出方法に関し、特に、ビデオカ
メラ、PCに接続したカメラ等で入力した画像から動き
のある部分を検出して記録したり、伝送したり、認識し
たりするシステムに適用される技術に関するものであ
る。 【0002】 【従来の技術】従来、動画像から動きのある部分を検出
する動き検出方法については多くの方法が提案されてい
る。例えば、動画像の各画像間の差分や背景画像との差
をとって領域のラベリングを行って動きを検出する方法
や、動画像を複数のブロックに分けて、各ブロック間の
マッチングを行って動きを検出する方法があった。 【0003】 【発明が解決しようとする課題】従来から行われている
動き検出方法は、メモリの容量や処理能力に余裕のある
PC上で処理されることが多いため、メモリを多く消費
したり処理量が多かったりしても特に問題は無かった。
一方、カメラを搭載した携帯端末や携帯電話等の機器が
普及するに従って、このような携帯端末や携帯電話等で
も動き検出が行われる可能性が高くなってきている。 【0004】しかしながら、従来のようにメモリを多く
消費したり処理量が多かったりする動き検出方法は携帯
端末や携帯電話等の機器への塔載が難しかった。また、
動き領域の分布状態によりメモリ消費量が変動するため
に、限られたメモリ量での処理が不可能な場合もあって
上述したような小規模のシステムには向かず、限られた
メモリ量で動き検出が可能な方法が求められていた。 【0005】例えば、従来から行われている動き検出方
法として、ラベリングを行う方法があるが、この方法で
はラベル付けのために入力画像と同じ大きさのメモリ領
域が必要である。また、領域の数によってはラベルを格
納するデータが1バイト以上になる場合もあり、それ以
外に領域サーチ、ラベル統合用のメモリスタック領域が
必要である。更に、検出対象の画像にノイズがある場合
にはこれを消去して検出精度を上げる必要があった。更
にまた、動画像中に動いている部分があったか否かに加
えて、動きのある領域の位置や形状特徴を取得できるよ
うな、より広範囲に応用が可能な動き検出方法が求めら
れていた。 【0006】 【課題を解決するための手段】本発明は、限られたメモ
リで高速に動き検出ができるようにすることを目的とし
て、差分画像の輪郭線抽出により領域情報を取得できる
という点に着目し、この領域情報から動きの量や分布状
態を得て動き検出を行うものである。動きのある部分で
は画素値が変化するので、これを差分領域として取り出
してから、各領域の輪郭線を抽出する。輪郭線を抽出す
る過程で差分領域の縦横の大きさや面積、周囲長などの
形状特徴によりノイズの除去を行い、検出精度の向上を
可能にする。また、輪郭線抽出を行うために必要なメモ
リ領域は入力画像と同じ大きさのデータ×4ビットのメ
モリ領域である。これは領域の数によらず一定であり、
従来のラベリング処理で必要なラベル統合用等のスタッ
クメモリ領域も不要なため限られたメモリ量での処理が
可能である。また、元の画像を縮小して粗く動き検出を
することも可能であり、この場合はさらにメモリ量及び
処理量の削減が可能となる。 【0007】また、差分領域画像を1回スキャンして輪
郭線抽出を行うのみですべての領域の形状特徴を得るこ
とができるので、少ない計算量での処理が可能であり、
ラベリングで必要なラベルの付け替えが不要であるな
ど、ラベリングに比較してシンプルな手法のため実装が
容易である。 【0008】そのために、動画像を構成する複数の画像
から前記画像間の輝度成分の差分量によって動きを検出
する動き検出方法であって、前記画像間における画素毎
の輝度成分の差分量をとり、所定のしきい値によって前
記差分量を2値化した画像における一方の値の領域を差
分領域として取り出すステップと、前記差分領域の輪郭
線に方向を示す方向コードを付加するステップと、前記
方向コードに沿って前記輪郭線を追跡することで、前記
差分領域の面積、前記差分領域の縦横の長さ、前記差分
領域の周囲の長さにいずれか一つ以上の値を求めるステ
ップと、前記差分領域の面積、前記差分領域の縦横の長
さ、前記差分領域の周囲の長さのいずれかが所定の大き
さ以上のときに動きが検出されたものとするステップと
を有する動き検出方法を提供する。 【0009】 【発明の実施の形態】以下、図面を参照して本発明に係
る動き検出方法の具体的な実施内容を詳細に説明する。
図1は本発明に係る動き検出方法を適用した動き検出シ
ステムの構成図である。このシステムは、ビデオカメ
ラ、PCカメラ等、動画像を入力するための画像入力装
置1、画像データやプログラム等を蓄える記憶装置2、
画像入力装置1から入力された画像から動き検出を行う
動き検出装置3、マウスやキーボード等の入力装置4、
動画像等を表示する画像表示装置5、動画像等を印刷す
るプリンタ等の出力装置6により構成される。 【0010】次に、本発明による動き検出方法の手順を
図2に示すフローチャートを参照して説明する。画像入
力装置1によって入力された画像データは順次記憶装置
2に保存される。このときの入力画像の例を図3に示
す。入力される画像の大きさや秒あたりのコマ数はカメ
ラの性能や画像入力部部分の性能によるが、ここでは1
00ms間隔で入力された大きさ240×176の画像
を例に挙げて説明する。 【0011】画像において、動いている部分は画像の明
るさ(輝度)が変わっているので、まず画像間の画素値
の差分の絶対値をとる(ステップS1)。元の画素値が
0〜255の範囲であれば差分値も0〜255となる。
このとき、画像入力装置1の特性や照明の変化などによ
り動き以外にも画素値の細かい変動があるので、この差
分値があるしきい値以上の画素を動きのあった部分とす
る。すなわち、しきい値を基に動きのある部分と動きの
無い部分とを2値化している(ステップS2)。 【0012】なお、しきい値は画像入力装置1の性能や
撮影対象の環境(照明や明るさの変動具合)によって適
当な値を設定する。 【0013】図4の(a)はフレーム画像1、図4
(b)はフレーム画像2、図4(c)はがフレーム画像
1とフレーム画像2との差分をとり、しきい値を16と
して2値化した画像である。なお図4(c)において、
黒画素の部分は差分値がしきい値以上の画素であり、こ
の黒画素の部分を差分領域と呼んでいる。 【0014】このように、差分領域の面積によって2枚
の画像間で動きがあったかどうかの判定を行う。面積の
合計を求めるには差分領域である図の黒画素の数を数え
ればよい。しかし、この方法では細かいノイズ成分のよ
うな小さい領域まで含まれてしまうので、図5の(a)
に示すフレーム画像1と図5(b)に示すフレーム画像
2のように、実際には動きが無く、ノイズの多い画像が
差分をとる際に現れた場合に、図5(c)に示すように
動きがあると誤検出してしまう場合がある。 【0015】そこで、次の方法により、各差分領域毎に
縦横の大きさと面積を求めて一定の大きさ以上の領域だ
けを動き領域として合計し差分量とする。また、形状特
徴として縦横の大きさ、面積の他に周囲長や領域重心等
の形状特徴を求めることもできる。 【0016】領域の輪郭線を抽出するために、まず、画
像と同じ大きさのデータ領域を用意して黒画素の周囲を
追跡するように方向コードを付加していく。方向コード
は上下左右の4方向のON/OFFなので4ビットデー
タである(図6)。 【0017】次に、画像の左上からこの方向コードをサ
ーチして始点を見つけ、そこから方向コードに沿って輪
郭を追跡して始点に戻ったら1つの領域とする(ステッ
プS3)。 【0018】そして、この追跡の過程でこの領域の縦横
のサイズ、面積(画素数)、周囲長を求める。また、縦
横方向の黒画素位置から領域の重心を求めることも可能
である。 (1)縦横のサイズは追跡点の座標値の最大最小値から
求める(図7(a))。 (2)面積(画素数)は初期値を0として、上方向に追
跡する時にx座標値を加算し、下方向に追跡する場合に
x座標値を減算すれば求められる(図7(b))。 (3)周囲長は追跡点の数である(図7(c))。 【0019】画像全体の動きの量は各領域の面積(画素
数)の合計である。但し、縦横のサイズが指定の大きさ
以下の場合はノイズとして合計には加えない。 【0020】また、図8のように差分領域内に穴がある
場合には次のように処理を行う。領域内の穴は領域の外
側とは追跡の方向が逆まわりになるので、その場合には
領域の面積(画素数)が負の値となる。画像全体の面積
に前述した負の値を合計すると、面積から減算される。
この場合も縦横のサイズが指定の大きさ以下の場合は計
算から除外する。 【0021】この方法により、穴のある差分領域の場合
にも正確に領域の面積と動き量を求めることができる。
また、動き領域の中の細かいノイズ成分も除去すること
ができる(ステップS4)。なお、この方法によりノイ
ズを除去した結果が図9である。 【0022】輪郭線の追跡が終わった追跡点については
方向コードをOFFにする。順次始点をサーチして右下
までスキャンすれば全ての領域の抽出及び形状特徴を取
得することができる。 【0023】全ての領域の抽出が終わった時点で動き領
域の面積の合計が求められるのでこの量により動きがあ
ったかないかを判断できる。このデータに従って、例え
ば動きのあった場合に画像を記録する等の処理を加える
ことにより、セキュリティ用の画像モニタへの応用が可
能となる。 【0024】また、個々の領域の位置や大きさ、形状特
徴を別途記録して処理を行うことにより、動体の追跡や
画像認識等のアプリケーションへの応用が可能である。 【0025】 【発明の効果】以上、説明したところから明らかなよう
に本発明の動き検出方法では、少ないメモリ量でノイズ
の除去までを含めた処理が可能になる。また、輪郭線追
跡による領域抽出処理により、従来のラベリングに比較
してシンプルな方法で領域形状特徴を得ることができる
ので、機器への実装が容易となる。さらに、輪郭線を用
いることによって検出にかかる処理量を減らすことが可
能で携帯型端末や携帯電話など計算能力の少ない機器へ
の搭載が可能である。
Description: BACKGROUND OF THE INVENTION [0001] 1. Field of the Invention [0002] The present invention relates to a motion detecting method for detecting a moving part from a moving image, and more particularly to an image input by a video camera, a camera connected to a PC, or the like. The present invention relates to a technique applied to a system for detecting, recording, transmitting, and recognizing a moving part from a moving object. [0002] Conventionally, many methods have been proposed as a motion detection method for detecting a moving part from a moving image. For example, a method of detecting a motion by performing region labeling by taking a difference between each image of a moving image and a difference from a background image, or dividing a moving image into a plurality of blocks and performing matching between the blocks. There was a way to detect movement. [0003] Conventional motion detection methods are often performed on a PC having sufficient memory capacity and processing capability, and thus consume a large amount of memory. There was no particular problem even if the processing amount was large.
On the other hand, as devices such as mobile terminals and mobile phones equipped with cameras have become widespread, the possibility that motion detection will be performed even with such mobile terminals and mobile phones has increased. However, the conventional motion detection method that consumes a large amount of memory or requires a large amount of processing as in the related art has been difficult to mount on devices such as mobile terminals and mobile phones. Also,
Since the memory consumption fluctuates depending on the distribution state of the motion area, processing with a limited memory amount may not be possible. There has been a demand for a method capable of detecting motion. For example, as a conventional motion detection method, there is a method of performing labeling. However, this method requires a memory area of the same size as an input image for labeling. Depending on the number of areas, the data storing the label may be 1 byte or more. In addition, a memory stack area for area search and label integration is required. Further, when there is noise in the image to be detected, it is necessary to eliminate the noise to increase the detection accuracy. Furthermore, there is a need for a motion detection method that can be applied to a wider range such that the position and shape characteristics of a moving area can be acquired in addition to whether or not there is a moving part in a moving image. SUMMARY OF THE INVENTION The object of the present invention is to obtain area information by extracting a contour line of a difference image for the purpose of enabling high-speed motion detection with a limited memory. Attention is paid to obtaining the amount and distribution of motion from the area information to perform motion detection. Since a pixel value changes in a moving part, the pixel value is extracted as a difference area, and then a contour line of each area is extracted. In the process of extracting a contour line, noise is removed based on shape characteristics such as the vertical and horizontal sizes, areas, and perimeters of the difference region, thereby improving detection accuracy. Further, a memory area required for performing contour line extraction is a memory area of data of the same size as the input image and 4 bits. This is constant regardless of the number of regions,
Since a stack memory area for label integration and the like required in the conventional labeling processing is not necessary, processing with a limited memory amount is possible. It is also possible to roughly detect motion by reducing the size of the original image. In this case, the amount of memory and the amount of processing can be further reduced. Further, since the shape characteristics of all the regions can be obtained only by scanning the difference region image once and extracting the contour lines, the processing can be performed with a small amount of calculation.
It is easy to implement because it is a simpler method than labeling, such as labeling required for labeling is not necessary. For this purpose, there is provided a motion detecting method for detecting a motion from a plurality of images constituting a moving image based on a difference amount of a luminance component between the images, and calculating a difference amount of a luminance component for each pixel between the images. Extracting a region of one value in an image obtained by binarizing the difference amount by a predetermined threshold value as a difference region; adding a direction code indicating a direction to a contour line of the difference region; Tracking the contour along a code to determine any one or more values of the area of the difference region, the length and width of the difference region, and the length of the periphery of the difference region; Determining that a motion has been detected when any of the area of the difference area, the vertical and horizontal lengths of the difference area, and the perimeter of the difference area is equal to or greater than a predetermined size. The law provides. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The specific contents of a motion detection method according to the present invention will be described below in detail with reference to the drawings.
FIG. 1 is a configuration diagram of a motion detection system to which a motion detection method according to the present invention is applied. The system includes an image input device 1 for inputting moving images, such as a video camera and a PC camera, a storage device 2 for storing image data and programs,
A motion detection device 3 that performs motion detection from an image input from the image input device 1, an input device 4 such as a mouse or a keyboard,
It comprises an image display device 5 for displaying moving images and the like, and an output device 6 such as a printer for printing moving images and the like. Next, the procedure of the motion detection method according to the present invention will be described with reference to the flowchart shown in FIG. The image data input by the image input device 1 is sequentially stored in the storage device 2. FIG. 3 shows an example of the input image at this time. The size of the input image and the number of frames per second depend on the performance of the camera and the performance of the image input unit.
A description will be given using an example of a 240 × 176 image input at 00 ms intervals. Since the brightness (brightness) of the moving part of the image changes, first, the absolute value of the difference between the pixel values of the images is calculated (step S1). If the original pixel value is in the range of 0 to 255, the difference value is also 0 to 255.
At this time, since there is a small change in the pixel value other than the movement due to the characteristic of the image input device 1 or a change in illumination, a pixel having a difference value equal to or more than a certain threshold value is regarded as a portion where the movement has occurred. That is, the moving part and the non-moving part are binarized based on the threshold value (step S2). The threshold value is set to an appropriate value depending on the performance of the image input apparatus 1 and the environment of the object to be photographed (the degree of fluctuation in lighting and brightness). FIG. 4A shows a frame image 1, FIG.
4B is a frame image 2, and FIG. 4C is a binarized image obtained by taking the difference between the frame image 1 and the frame image 2 and setting the threshold value to 16. In FIG. 4C,
The black pixel portion is a pixel whose difference value is equal to or greater than the threshold value, and this black pixel portion is called a difference region. As described above, it is determined whether or not there is movement between two images based on the area of the difference area. To calculate the total area, the number of black pixels in the figure, which is a difference area, may be counted. However, in this method, even a small area such as a fine noise component is included, so that FIG.
5C and a frame image 2 shown in FIG. 5B when there is actually no motion and a noisy image appears when the difference is calculated, as shown in FIG. May be erroneously detected as having motion. Therefore, the size and area in the vertical and horizontal directions are obtained for each difference area by the following method, and only the area having a certain size or more is summed up as a motion area to obtain a difference amount. In addition, in addition to the vertical and horizontal size and area, shape characteristics such as a perimeter and a region center of gravity can be obtained as shape characteristics. In order to extract the outline of the area, first, a data area having the same size as the image is prepared, and a direction code is added so as to track around the black pixel. Since the direction code is ON / OFF in four directions, up, down, left, and right, it is 4-bit data (FIG. 6). Next, the direction code is searched from the upper left of the image to find the starting point, and the contour is traced from the starting point along the direction code. When returning to the starting point, one area is set (step S3). In the course of this tracking, the size, area (number of pixels), and perimeter of this area are determined. It is also possible to determine the center of gravity of the region from the vertical and horizontal black pixel positions. (1) The vertical and horizontal sizes are obtained from the maximum and minimum coordinate values of the tracking point (FIG. 7A). (2) The area (the number of pixels) can be obtained by setting the initial value to 0, adding the x coordinate value when tracking upward, and subtracting the x coordinate value when tracking downward (FIG. 7B). ). (3) The perimeter is the number of tracking points (FIG. 7 (c)). The amount of motion of the entire image is the sum of the areas (number of pixels) of each region. However, if the vertical and horizontal sizes are smaller than the specified size, they are not added to the total as noise. If there is a hole in the difference area as shown in FIG. 8, the following processing is performed. Since the tracking direction of the hole in the area is opposite to that of the outside of the area, the area (number of pixels) of the area becomes a negative value in that case. When the above-mentioned negative value is added to the area of the entire image, it is subtracted from the area.
In this case, if the vertical and horizontal sizes are smaller than the specified size, they are excluded from the calculation. According to this method, even in the case of a difference area having a hole, the area and the motion amount of the area can be accurately obtained.
Further, fine noise components in the motion area can be removed (step S4). FIG. 9 shows the result of removing noise by this method. The direction code is turned off for the tracking point at which the contour has been tracked. By sequentially searching for the starting point and scanning to the lower right, all regions can be extracted and the shape characteristics can be obtained. When the extraction of all the regions is completed, the total area of the moving regions is obtained, so that it is possible to determine whether or not there is any movement based on this amount. By adding a process such as recording an image when there is a motion according to this data, application to a security image monitor becomes possible. Further, by separately recording and processing the position, size and shape characteristics of each area, it is possible to apply to applications such as tracking of moving objects and image recognition. As described above, according to the motion detection method of the present invention, it is possible to perform processing including noise elimination with a small amount of memory. In addition, by performing the region extraction processing by contour tracing, a region shape feature can be obtained by a simpler method as compared with conventional labeling, so that mounting on a device is facilitated. Further, by using the contour line, it is possible to reduce the amount of processing required for detection, and it is possible to mount the apparatus on a device having a small calculation capability such as a portable terminal or a portable telephone.

【図面の簡単な説明】 【図1】本発明に係る動き検出方法を適用した動き検出
システムの構成を示すブロック図である。 【図2】本発明に係る動き検出方法の一実施例を示すフ
ローチャートである。 【図3】本発明に係る動き検出方法によって動きを検出
するための入力画像の一例を示す図である。 【図4】本発明に係る動き検出方法に適用される差分値
によって動きを抽出した画像の一例を示す図である。 【図5】本発明に係る動き検出方法に適用される差分値
によって動きを抽出した画像に動きがない場合の状態を
示す図である。 【図6】本発明に係る動き検出方法における輪郭線の抽
出方法を示す図である。 【図7】本発明に係る動き検出方法における輪郭線を抽
出した領域の形状特徴を示す図である。 【図8】本発明に係る動き検出方法における輪郭線を抽
出した領域に穴がある場合を示す図である。 【図9】本発明に係る動き検出方法におけるノイズ除去
の状態を示す図である。 【符号の説明】 1 画像入力装置 2 記憶装置 3 動き検出装置 4 入力装置 5 画像表示装置 6 出力装置
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a block diagram showing a configuration of a motion detection system to which a motion detection method according to the present invention has been applied. FIG. 2 is a flowchart showing one embodiment of a motion detection method according to the present invention. FIG. 3 is a diagram showing an example of an input image for detecting a motion by the motion detection method according to the present invention. FIG. 4 is a diagram showing an example of an image in which a motion is extracted by a difference value applied to the motion detection method according to the present invention. FIG. 5 is a diagram showing a state where there is no motion in an image from which motion has been extracted based on a difference value applied to the motion detection method according to the present invention. FIG. 6 is a diagram showing a contour line extraction method in the motion detection method according to the present invention. FIG. 7 is a diagram showing a shape characteristic of a region from which a contour is extracted in the motion detection method according to the present invention. FIG. 8 is a diagram showing a case where there is a hole in an area where a contour line is extracted in the motion detection method according to the present invention. FIG. 9 is a diagram showing a state of noise removal in the motion detection method according to the present invention. [Description of Signs] 1 Image input device 2 Storage device 3 Motion detection device 4 Input device 5 Image display device 6 Output device

Claims (1)

【特許請求の範囲】 【請求項1】動画像を構成する複数の画像から前記画像
間の輝度成分の差分量によって動きを検出する動き検出
方法であって、 前記画像間における画素毎の輝度成分の差分量をとり、
所定のしきい値によって前記差分量を2値化した画像に
おける一方の値の領域を差分領域として取り出すステッ
プと、 前記差分領域の輪郭線に方向を示す方向コードを付加す
るステップと、 前記方向コードに沿って前記輪郭線を追跡することで、
前記差分領域の面積、前記差分領域の縦横の長さ、前記
差分領域の周囲の長さにいずれか一つ以上の値を求める
ステップと、 前記差分領域の面積、前記差分領域の縦横の長さ、前記
差分領域の周囲の長さのいずれかが所定の大きさ以上の
ときに動きが検出されたものとするステップと、 を有する動き検出方法。
1. A motion detecting method for detecting a motion from a plurality of images constituting a moving image based on a difference amount of a luminance component between the images, the method comprising: detecting a luminance component for each pixel between the images. Take the difference amount of
Extracting a region of one value in the image obtained by binarizing the difference amount by a predetermined threshold value as a difference region; adding a direction code indicating a direction to an outline of the difference region; By tracking the contour along
Determining any one or more values of the area of the difference area, the length and width of the difference area, and the length of the periphery of the difference area; and the area of the difference area and the length and width of the difference area. Determining that a motion has been detected when any of the lengths of the periphery of the difference area is equal to or greater than a predetermined size.
JP2002015281A 2002-01-24 2002-01-24 Method of detecting motion Pending JP2003219422A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002015281A JP2003219422A (en) 2002-01-24 2002-01-24 Method of detecting motion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002015281A JP2003219422A (en) 2002-01-24 2002-01-24 Method of detecting motion

Publications (1)

Publication Number Publication Date
JP2003219422A true JP2003219422A (en) 2003-07-31

Family

ID=27651727

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002015281A Pending JP2003219422A (en) 2002-01-24 2002-01-24 Method of detecting motion

Country Status (1)

Country Link
JP (1) JP2003219422A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005175871A (en) * 2003-12-11 2005-06-30 Sony Corp Motion vector detecting apparatus, motion vector detecting method and computer program
CN114265626A (en) * 2021-11-25 2022-04-01 上海齐感电子信息科技有限公司 Control method and control system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005175871A (en) * 2003-12-11 2005-06-30 Sony Corp Motion vector detecting apparatus, motion vector detecting method and computer program
JP4525063B2 (en) * 2003-12-11 2010-08-18 ソニー株式会社 Motion vector detection apparatus, motion vector detection method, and computer program
CN114265626A (en) * 2021-11-25 2022-04-01 上海齐感电子信息科技有限公司 Control method and control system

Similar Documents

Publication Publication Date Title
US20200005468A1 (en) Method and system of event-driven object segmentation for image processing
Ohbuchi et al. Barcode readers using the camera device in mobile phones
US8254677B2 (en) Detection apparatus, detection method, and computer program
EP3271867B1 (en) Local change detection in video
CN108564579B (en) Concrete crack detection method and detection device based on time-space correlation
JP2008527525A (en) Method and electronic device for detecting graphical objects
JP5117670B2 (en) Image and method for representing image group, method for comparing image or image group, method for retrieving image or image group, apparatus and system for executing each method, program, and computer-readable storage medium
CN112669344A (en) Method and device for positioning moving object, electronic equipment and storage medium
US10721431B2 (en) Method for estimating a timestamp in a video stream and method of augmenting a video stream with information
CN108269220B (en) Method and device for positioning digital watermark
KR20120044484A (en) Apparatus and method for tracking object in image processing system
CN110572636B (en) Camera contamination detection method and device, storage medium and electronic equipment
CN111028276A (en) Image alignment method and device, storage medium and electronic equipment
CN111080665B (en) Image frame recognition method, device, equipment and computer storage medium
CN114187333A (en) Image alignment method, image alignment device and terminal equipment
EP0586708B1 (en) Image processor and method therefor
CN108805838B (en) Image processing method, mobile terminal and computer readable storage medium
CN110222576B (en) Boxing action recognition method and device and electronic equipment
US7702176B2 (en) One dimensional feature enhancement
CN110610178A (en) Image recognition method, device, terminal and computer readable storage medium
JP2003219422A (en) Method of detecting motion
CN116403200A (en) License plate real-time identification system based on hardware acceleration
JP4550768B2 (en) Image detection method and image detection apparatus
JP2005070985A (en) Image processor, method and program
CN113840135B (en) Color cast detection method, device, equipment and storage medium