JP4046920B2 - Moving object extraction device - Google Patents
Moving object extraction device Download PDFInfo
- Publication number
- JP4046920B2 JP4046920B2 JP2000047223A JP2000047223A JP4046920B2 JP 4046920 B2 JP4046920 B2 JP 4046920B2 JP 2000047223 A JP2000047223 A JP 2000047223A JP 2000047223 A JP2000047223 A JP 2000047223A JP 4046920 B2 JP4046920 B2 JP 4046920B2
- Authority
- JP
- Japan
- Prior art keywords
- region
- area
- pixel
- moving object
- image
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Image Processing (AREA)
- Picture Signal Circuits (AREA)
- Image Analysis (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は画像信号処理装置に係り、とくに動画像から動オブジェクトを抽出する動オブジェクト抽出装置に関するものである。
【0002】
【従来の技術】
動画像から動いている部分、すなわち動オブジェクトを抽出する方法の一つに、背景となる画像と入力動画像との差分を動オブジェクトとする手法がある。
具体的な方法として、処理対象の動画像から背景となる画像を作成したうえで差分をとる方法がある(境田、金次、「背景差分による動オブジェクト抽出手法の検討」、信学総大、D−11−113,1999を参照)。これは、長時間にわたる動画像を時間方向に統計処理して背景となる画像を生成するもので、背景に相当する静止画像部分は時間方向の輝度ヒストグラムにおいて頻度が最も高くなることを利用している。
【0003】
しかし、撮影時の照明条件の変動によっては必ずしもヒストグラムの最頻値のみが背景になるという保証はないので、最頻値を含み最頻値近傍にある範囲を設け、その範囲内の画素であるときのみ背景となる画像とする。動オブジェクトは、逆に、その最頻値近傍のさらに外側に定めたある範囲内の画素とする。ここまでの処理で、背景や動オブジェクトとされた画素とは別に、背景と動オブジェクトのどちらにも判別されない画素も残る。この部分を未確定領域として、後述するwatershed 法を用いてフレーム画像内で背景となる画素か動オブジェクトかに分類する。
【0004】
ここで、watershed 法の適用はフレーム画像内に限定されるので、最終的に抽出された動オブジェクトは時間方向、すなわちフレーム間での連続性が考慮されておらず、そのため、動画像として見たときにオブジェクトの輪郭ががたついて見えることがある。
また、この方法においては、ドリー、パン、ズームなど撮影時のカメラの移動ないしカメラの動きは無いか、あるいは、前処理によって補償済みであると仮定している。
【0005】
なお、watershed 法は、1枚のフレーム画像、すなわち静止画像内でのオブジェクト抽出手法によく用いられる領域成長法である。特に、マーカ付きwatershed 法は単純なwatershed 法に比べて計算量を削減できるため利用されることが多い。文献(苗村、水谷、和泉、「スポーツ番組における事前知識情報を用いたモルフォロジカルセグメンテーション」、映像メディア処理シンポジウム、I−3.15,1997)は、watershed 法のためのマーカ選択方法を提案している。これは、スポーツシーンの場合のグラウンドの芝の色や選手のユニフォームの色を代表領域として予め人手により抽出して、その色範囲をヒストグラムに利用してマーカを決定する方法である。
【0006】
【発明が解決しようとする課題】
上述したように、動画像中の背景領域と動オブジェクト領域の境界付近でそれらのいずれの領域に属するか曖昧な未確定領域を、フレーム画像内でwatershed法を用いて背景となる画素か動オブジェクトかのいずれに属するかを判定したのでは、フレーム間の連続性が考慮されていないため、動画像中のオブジェクトの輪郭ががたついて見えることがあるという解決すべき課題があった。
【0007】
本発明の目的は、動画像から動オブジェクトを抽出する動オブジェクト抽出装置において、抽出されたオブジェクトの輪郭ががたついて見えることのないようにすることにある。
【0008】
【課題を解決するための手段】
上記目的を達成するために、本発明動オブジェクト抽出装置は、動画像中の背景領域と動オブジェクト領域の境界付近でそれらのいずれの領域に属するか曖昧な未確定領域を、時空間watershed 法により前記背景領域と前記動オブジェクト領域のいずれか一方に属させるように判定する領域判定手段を備え、前記時空間 watershed 法による領域判定手段は、連続する複数のフレーム画像にわたる所定の画素領域の画素のうち、所定のフレーム画像の未確定領域内の画素を処理対象画素として設定する手段と、前記複数のフレーム画像にわたる時空間を含むエッジ強度を、前記複数のフレーム画像の画素領域を構成する全ての画素に設定する手段と、前記複数のフレーム画像にわたる画素領域内で、未確定領域を除く画素のうち、最も小さいエッジ強度を有する画素を抽出する手段と、前記抽出した画素が、背景領域又は動オブジェクト領域のいずれに属しているかを判定する手段、該判定結果により、前記処理対象画素を、前記処理対象画素に時空間で隣接する近傍画素のうち、前記未確定領域に含まれず、且つ、前記エッジ強度が最も小さい画素が属する、背景領域又は動オブジェクト領域のいずれかの画素として設定する手段とを有することを特徴とするものである。
【0009】
【発明の実施の形態】
以下に添付図面を参照し、発明の実施の形態に基づいて本発明を詳細に説明する。
図1は、本発明動オブジェクト抽出装置の一実施形態をブロック図にて示している。
図1において、1は未確定領域抽出回路、2は第1メモリ、3は第2メモリ、4は時空間エッジ画像抽出回路、5は第3メモリ、6は第4メモリ、および7は時空間画像領域成長回路である。
また、図2は、動画像中の背景領域、動オブジェクト領域および未確定領域を示している。
【0010】
動作について説明する。
まず、動画像信号が未確定画像領域抽出回路1と第1メモリ2とに供給される。また、未確定領域抽出回路1には、上記のほか、図示のように、背景領域信号および動オブジェクト領域信号も供給される。
ここで、背景領域信号および動オブジェクト領域信号は、従来技術の説明において参照した文献(境田、金次、「背景差分による動オブジェクト抽出手法の検討」、信学総大、D−11−113,1999)によって自動的に生成されたものを用いることができるが、他の方法として、人がその都度指定したものでもよい。
【0011】
未確定領域抽出回路1は、背景領域と動オブジェクト領域が占める領域以外の動画像中の領域を未確定領域(未確定領域信号)として出力する。未確定領域信号は、第2メモリ3において複数フレーム分(以下に説明する実施形態では、3フレーム分)蓄えられ、複数フレーム未確定領域信号A(図1参照)となって時空間画像領域成長回路7に供給される。
【0012】
一方、上記第1メモリ2には、画像信号の複数(上記第2メモリ3と同数の(3フレーム分の))フレームが蓄えられ、複数のフレーム画像信号が出力される。この複数フレーム画像信号は、次段の時空間エッジ画像抽出回路4に送られ、その時空間エッジ画像抽出回路では、複数フレーム画像信号から時空間エッジ画像信号B(図1参照)を抽出して出力する。ここで、時空間エッジ画像信号は、2次元平面のフレーム画像内でのエッジ抽出手法、例えば、Sobel フィルタ(例えば、安居院、長尾、「画像の処理と認識」、昭晃堂発行、(1992年)の第35頁から第36頁の記載を参照)による手法を複数のフレーム間(時間方向)でも実行し、空間での計算結果に足し合わせることによって得られる。得られた時空間エッジ画像信号Bは時空間画像領域成長回路7に供給される。
【0013】
第3メモリ5および第4メモリ6には、背景領域信号および動オブジェクト領域信号がそれぞれ供給され、上記第2メモリ3におけるのと同数のフレーム分の(3フレーム分の)信号(それぞれ、図1において記号C,Dで表記する)が蓄えられ、いずれも時空間画像領域成長回路7に供給される。
【0014】
以上のようにして、時空間画像領域成長回路7には、複数フレーム未確定領域信号A、時空間エッジ画像信号B、複数フレーム背景領域信号C、および複数フレーム動オブジェクト領域信号Dが供給されることになる。時空間画像領域成長回路7においては、時空間画像に拡張した watershed法により、同回路7に供給された未確定領域(複数フレーム未確定領域信号A)を成長させて同領域が背景領域であるか動オブジェクト領域であるかの判定を行う。
【0015】
ここで、通常のフレーム内watershed 法について説明する。
通常のフレーム内watershed 法は、画像を地形的な構造と見なして、その地形の標高の低い部分から水を注入し、盆地を区切る分水嶺(watersheds) にダムを仮想的に築いて領域を分ける方法である。図3に、通常のフレーム内 watershed法の例を示す。また、マーカ付きwatershed 法は処理の対象となる部分にマーカを設けて、その部分にのみ水を注入することで全ての画像に対して処理をするよりも計算時間を短縮することのできる方法である。また、地形的構造と見做す画像には画像の空間内輝度勾配であるエッジ画像を利用する。
【0016】
これに対し、時空間watershed 法は上述のwatershed 法を拡張して、複数フレームから構成される時空間画像に対してwatershed 法を適用するものである。時空間画像は3次元画像であるため、通常のwatershed 法のように水を注入するというイメージでは説明できない。
【0017】
図4は、時空間watershed 法の適用例を示している。なお、図4で示している例は、画像が前フレーム、当該フレームおよび次フレームの3フレームで構成される場合についてである。
図4においては、時空間エッジ画像信号Bの画像の上に、背景領域(複数フレーム背景領域信号C)、動オブジェクト領域(複数フレーム動オブジェクト領域信号D)、未確定領域(複数フレーム未確定領域信号A)が灰色、黒色および白色でそれぞれ描かれている。時空間watershed 法による領域の成長処理を3 ×3画素の大きさの窓内で行うものとすると、例えば、図4中に太線で囲った部分が処理の対象となり、成長させる画素は3×3画素の窓の中心の画素(太線で囲った部分の中心に黒色で示す画素)となる。
【0018】
領域の成長処理は、まず、3フレームにわたる未確定領域(白色)の各画素の中でエッジ強度(エッジレベル値)の小さい画素から順に行われる。この手続きは、ちょうど、通常のフレーム内watershed 法において地形の標高の低い部分から水を注入することに相当している。当該フレームにおける当該画素(図4中の3×3画素の窓内に黒色で示す画素)の時空間方向の近傍画素(例えば、3×3×3画素の時空間では26画素)で、未確定領域(白色)ではない画素の中でエッジレベル値が最小の画素を探索する。
【0019】
探索は以下のように行う。すなわち、この近傍画素が背景領域(灰色)に属していれば当該画素を背景領域に、また、動オブジェクト領域(黒色)に属していれば当該画素を動オブジェクトにそれぞれ属させる(成長させる)ものとする。どちらにも属させることができない場合には当該画素に探索済のマークをつけておき、別の近傍画素の探索時に再度探索する。この探索を未確定領域(白色)のすべての画素が背景領域か動オブジェクトのいずれかに属させるまで続ける。
【0020】
図5は、図4中の太線で囲った部分(3×3画素の窓)を拡大して示している。なお、各画素に付されている数字(本例では、3〜9)はエッジレベル値である。
図5において、当該フレームにおけるエッジレベル値5で示される当該画素は、その当該画素の時空間近傍26画素のうちで、未確定領域でなく、エッジレベル値の最も小さいものは左下の背景領域の画素(エッジレベル値3)であるので、当該画素を背景領域に属させるものとする。
【0021】
図4に白色で示す全ての未確定領域の画素について領域の成長を行わせ、それら未確定領域の画素が背景領域と動きオブジェクトのいずれかに属するようになると、領域の成長により新たに属するようになった動きオブジェクトを含め、図1に示す時空間画像領域成長回路7からがたついて見えないオブジェクト(動オブジェクト信号)が出力されることになる。
【0022】
図6は、通常のフレーム内watershed 法を用いて動画像から領域判定して動オブジェクトを抽出した場合と、本発明により、時空間watershed 法を用いて動画像から領域判定して動オブジェクトを抽出した場合に得られた動オブジェクトを比較して示している。
図6において、(a),(c)、(e)はフレーム内(空間)watershed 法を用いたときの、(b),(d),(f)は時空間watershed 法を用いたときの、それぞれ図4に示す前フレーム、当該フレームおよび次フレーム(それぞれ、125フレーム目、126フレーム目、127フレーム目として示される)に対応して抽出された動オブジェクトを示している。時空間watershed 法を用いて抽出したオブジェクトの方が、空間watershed 法を用いて抽出したオブジェクトよりも時間的にがたつきがなく、精度の良いオブジェクトが得られていることが分かる。
【0023】
以上においては、動画像から動きオブジェクトを抽出する場合に、背景領域と動きオブジェクトの境界付近でそれらのいずれに属するか曖昧な未確定領域を、時空間watershed 法を用いて成長させることによりがたついて見えない動オブジェクトが抽出できることを説明したが、動画像の背景画像領域と動オブジェクトの境界付近でどちらに属するか曖昧な未確定画像の領域に限定しない、任意の画像のエッジ信号を利用した時空間watershed 法を用い、画像の領域分割を行う領域分割回路を実現することもできる。
【0024】
【発明の効果】
以上説明したように、本発明によれば、動画像から動オブジェクトの抽出を行う際に、背景領域と動オブジェクトの判定が曖昧な未確定領域に対して、時空間watershed 法を適用することによりフレーム間でのオブジェクト輪郭のがたつきを抑制することができる。その結果、動オブジェクトを精度良く抽出することができる。
【図面の簡単な説明】
【図1】 本発明動オブジェクト抽出装置の一実施形態をブロック図にて示している。
【図2】 動画像中の背景領域、動オブジェクト領域および未確定領域を示している。
【図3】 通常のフレーム内watershed 法の例を示している。
【図4】 時空間watershed 法の適用例を示している。
【図5】 図4中の太線で囲った部分を拡大して示している。
【図6】 通常のフレーム内watershed 法を用いて動画像から領域判定して動オブジェクトを抽出した場合と、本発明により、時空間watershed 法を用いて動画像から領域判定して動オブジェクトを抽出した場合に得られた動オブジェクトを比較して示している。
【符号の説明】
1 未確定領域抽出回路
2 第1メモリ
3 第2メモリ
4 時空間エッジ画像抽出回路
5 第3メモリ
6 第4メモリ
7 時空間画像領域成長回路[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an image signal processing apparatus, and more particularly to a moving object extraction apparatus that extracts a moving object from a moving image.
[0002]
[Prior art]
One method for extracting a moving part from a moving image, that is, a moving object, is a method of using a difference between an image as a background and an input moving image as a moving object.
As a specific method, there is a method of creating a background image from a moving image to be processed and taking a difference (Sakaida, Kinji, “Examination of moving object extraction method using background difference”, The University of Science, D-11-113, 1999). This is to generate a background image by statistically processing a moving image over a long time in the time direction, and using the fact that the still image portion corresponding to the background has the highest frequency in the luminance histogram in the time direction. Yes.
[0003]
However, there is no guarantee that only the mode value of the histogram will be the background depending on the fluctuation of the illumination conditions at the time of shooting. Therefore, a range that includes the mode value and is in the vicinity of the mode value is provided, and the pixels are within that range. Only when the background image. On the contrary, the moving object is a pixel within a certain range defined further outside the vicinity of the mode value. In the process so far, apart from the pixels that are the background and the moving object, the pixels that cannot be distinguished from either the background or the moving object remain. This part is classified as an undetermined area into a background pixel or a moving object in the frame image using a watershed method described later.
[0004]
Here, since the application of the watershed method is limited to the frame image, the finally extracted moving object is not considered in the temporal direction, that is, the continuity between frames, so it was viewed as a moving image. Sometimes the outline of an object appears to rattle.
In this method, it is assumed that there is no camera movement or camera movement during shooting, such as dolly, pan, or zoom, or that compensation has been made by preprocessing.
[0005]
The watershed method is a region growing method often used for an object extraction method in one frame image, that is, a still image. In particular, the watershed method with a marker is often used because it can reduce the amount of calculation compared to a simple watershed method. The literature (Naemura, Mizutani, Izumi, “Morphological Segmentation Using Prior Knowledge Information in Sports Programs”, Video Media Processing Symposium, I-3.15, 1997) proposes a marker selection method for the watershed method. Yes. This is a method in which the color of the grass on the ground in the case of a sports scene or the color of a player's uniform is manually extracted in advance as a representative region, and the marker is determined using the color range for a histogram.
[0006]
[Problems to be solved by the invention]
As described above, the uncertain area that is ambiguous about the boundary between the background area and the moving object area in the moving image belongs to any of those areas, and the background pixel or moving object using the watershed method in the frame image In determining which one of them belongs, since the continuity between frames is not taken into consideration, there is a problem to be solved that the outline of the object in the moving image may appear to be blurred.
[0007]
An object of the present invention is to prevent a moving object extraction apparatus that extracts a moving object from a moving image so that the outline of the extracted object does not appear to rattle.
[0008]
[Means for Solving the Problems]
In order to achieve the above object, the moving object extraction apparatus of the present invention uses a spatio-temporal watershed method to determine an uncertain area that is unclear as to which of the background area and the moving object area in the moving image belongs to the boundary. A region determination unit that determines to belong to either the background region or the moving object region, and the region determination unit based on the spatio-temporal watershed method is configured to detect pixels of a predetermined pixel region over a plurality of continuous frame images. Among them, the means for setting the pixels in the undetermined region of the predetermined frame image as the processing target pixels, and the edge strength including the spatio-temporal over the plurality of frame images, all the elements constituting the pixel region of the plurality of frame images The smallest edge strength among the pixels excluding the undetermined area in the pixel area extending over the plurality of frame images and the means for setting the pixel Means for extracting a pixel having a pixel , and means for determining whether the extracted pixel belongs to a background area or a moving object area. A pixel that is not included in the undetermined region among neighboring pixels that are adjacent to each other and that has the lowest edge strength, and that is set as a pixel in either the background region or the moving object region. To do.
[0009]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, the present invention will be described in detail based on an embodiment of the invention with reference to the accompanying drawings.
FIG. 1 is a block diagram showing an embodiment of the moving object extraction apparatus of the present invention.
In FIG. 1, 1 is an undetermined region extraction circuit, 2 is a first memory, 3 is a second memory, 4 is a spatiotemporal edge image extraction circuit, 5 is a third memory, 6 is a fourth memory, and 7 is a spatiotemporal. It is an image area growing circuit.
FIG. 2 shows a background area, a moving object area, and an undetermined area in the moving image.
[0010]
The operation will be described.
First, a moving image signal is supplied to the undetermined image region extraction circuit 1 and the first memory 2. In addition to the above, the undefined region extraction circuit 1 is also supplied with a background region signal and a moving object region signal as shown in the figure.
Here, the background area signal and the moving object area signal are the documents referred to in the description of the prior art (Sakaida, Kinji, “Examination of moving object extraction method using background difference”, Shingaku Sodai, D-11-113, 1999) can be used, but as another method, a method specified by a person each time may be used.
[0011]
The undetermined area extraction circuit 1 outputs an area in the moving image other than the area occupied by the background area and the moving object area as an undetermined area (undetermined area signal). The indeterminate area signal is stored in the
[0012]
On the other hand, the first memory 2 stores a plurality of image signal frames (the same number as the second memory 3 (for 3 frames)) and outputs a plurality of frame image signals. This multi-frame image signal is sent to the spatio-temporal edge image extraction circuit 4 in the next stage. The spatio-temporal edge image extraction circuit extracts the spatio-temporal edge image signal B (see FIG. 1) from the multi-frame image signal and outputs it. To do. Here, the spatio-temporal edge image signal is extracted from an edge extraction method in a frame image of a two-dimensional plane, for example, a Sobel filter (for example, Aoiin, Nagao, “Image processing and recognition”, published by Shoshodo, (1992) ) (See the description on pages 35 to 36)) is also performed between a plurality of frames (in the time direction), and is added to the calculation results in space. The obtained spatiotemporal edge image signal B is supplied to the spatiotemporal image
[0013]
The
[0014]
As described above, the spatiotemporal image
[0015]
Here, the normal intra-frame watershed method will be described.
The normal in-frame watershed method considers an image as a topographic structure, injects water from the lower elevation of the terrain, and divides the area by virtually constructing dams in watersheds that divide the basin. It is. FIG. 3 shows an example of a normal intraframe watershed method. The watershed method with marker is a method that can reduce the calculation time compared to processing all images by providing a marker at the target part and injecting water only to that part. is there. In addition, an edge image that is a brightness gradient in the space of the image is used for an image that is considered to be a topographic structure.
[0016]
On the other hand, the spatio-temporal watershed method extends the above-described watershed method and applies the watershed method to a spatiotemporal image composed of a plurality of frames. Since the spatio-temporal image is a three-dimensional image, it cannot be explained by the image of injecting water as in the normal watershed method.
[0017]
FIG. 4 shows an application example of the spatiotemporal watershed method. The example shown in FIG. 4 is for a case where an image is composed of three frames, the previous frame, the frame, and the next frame.
In FIG. 4, a background area (multiple frame background area signal C), a moving object area (multiple frame moving object area signal D), an undefined area (multiple frame undefined area) on the spatio-temporal edge image signal B image. Signal A) is depicted in gray, black and white, respectively. If the region growing process by the spatio-temporal watershed method is performed in a window of 3 × 3 pixels, for example, the portion surrounded by a thick line in FIG. This is the pixel at the center of the pixel window (the pixel shown in black at the center of the portion surrounded by the thick line).
[0018]
The region growth processing is performed in order from the pixel having the smallest edge strength (edge level value) among the pixels of the undefined region (white) over three frames. This procedure is just equivalent to injecting water from the lower elevation of the terrain in the normal in-frame watershed method. Indeterminate in the temporal and spatial neighboring pixels (for example, 26 pixels in the 3 × 3 × 3 pixel space-time) of the pixel (pixels shown in black in the 3 × 3 pixel window in FIG. 4) in the frame A pixel having a minimum edge level value is searched for among pixels that are not the region (white).
[0019]
The search is performed as follows. That is, if this neighboring pixel belongs to the background area (gray), the pixel belongs to the background area, and if it belongs to the moving object area (black), the pixel belongs to the moving object. And If the pixel cannot belong to either one, a searched mark is attached to the pixel, and the search is performed again when searching for another neighboring pixel. This search is continued until all the pixels in the undetermined region (white) belong to either the background region or the moving object.
[0020]
FIG. 5 is an enlarged view of a portion (a window of 3 × 3 pixels) surrounded by a thick line in FIG. Note that the numbers (3 to 9 in this example) attached to each pixel are edge level values.
In FIG. 5, the pixel indicated by the
[0021]
When all of the pixels in the undetermined area shown in white in FIG. 4 are grown, and the pixels in the undetermined area belong to either the background area or the moving object, they are newly added by the growth of the area. An object (moving object signal) that is not visible from the spatio-temporal image
[0022]
6 shows a case where a moving object is extracted from a moving image using a normal intra-frame watershed method, and a moving object is extracted from a moving image using a spatio-temporal watershed method according to the present invention. The moving objects obtained in this case are shown in comparison.
In FIG. 6, (a), (c), and (e) are when the intraframe (spatial) watershed method is used, and (b), (d), and (f) are when the spatiotemporal watershed method is used. 4 shows moving objects extracted corresponding to the previous frame, the corresponding frame, and the next frame (shown as the 125th frame, the 126th frame, and the 127th frame, respectively) shown in FIG. It can be seen that the object extracted using the spatio-temporal watershed method has less time wobble than the object extracted using the spatial watershed method, and an accurate object is obtained.
[0023]
In the above, when moving objects are extracted from a moving image, the uncertain areas that are ambiguous about the boundary between the background area and the moving objects are grown using the spatio-temporal watershed method. It was explained that moving objects that can not be seen can be extracted, but the edge signal of any image is used, not limited to the uncertain image area that belongs to the background image area of the moving image or the boundary of the moving object. It is also possible to realize an area dividing circuit for dividing an image using a spatio-temporal watershed method.
[0024]
【The invention's effect】
As described above, according to the present invention, when a moving object is extracted from a moving image, the spatio-temporal watershed method is applied to an undetermined region in which the determination of the background region and the moving object is ambiguous. Shaking of the object outline between frames can be suppressed. As a result, moving objects can be extracted with high accuracy.
[Brief description of the drawings]
FIG. 1 is a block diagram illustrating an embodiment of a moving object extraction device of the present invention.
FIG. 2 shows a background area, a moving object area, and an undetermined area in a moving image.
FIG. 3 shows an example of a normal intra-frame watershed method.
FIG. 4 shows an application example of a spatio-temporal watershed method.
5 is an enlarged view of a portion surrounded by a thick line in FIG.
FIG. 6 shows a case where a moving object is extracted from a moving image using a normal intra-frame watershed method and a moving object is extracted from a moving image using a spatio-temporal watershed method according to the present invention. The moving objects obtained in this case are shown in comparison.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Undetermined area | region extraction circuit 2
Claims (1)
前記領域判定手段は、
連続する複数のフレーム画像にわたる所定の画素領域の画素のうち、所定のフレーム画像の未確定領域内の画素を処理対象画素として設定する手段と、
前記複数のフレーム画像にわたる時空間を含むエッジ強度を、前記複数のフレーム画像の画素領域を構成する全ての画素に設定する手段と、
前記複数のフレーム画像にわたる画素領域内で、未確定領域を除く画素のうち、最も小さいエッジ強度を有する画素を抽出する手段と、
前記抽出した画素が、背景領域又は動オブジェクト領域のいずれに属しているかを判定する手段と、
該判定結果により、前記処理対象画素を、前記処理対象画素に時空間で隣接する近傍画素のうち、前記未確定領域に含まれず、且つ、前記エッジ強度が最も小さい画素が属する、背景領域又は動オブジェクト領域のいずれかの画素として設定する手段とを有することを特徴とする動オブジェクト抽出装置。An undetermined area that is unclear as to which area belongs to the boundary between the background area and the moving object area in the moving image is made to belong to either the background area or the moving object area by the spatio-temporal watershed method. Comprising region determining means for determining
The area determination means includes
Means for setting a pixel in an undetermined region of a predetermined frame image as a processing target pixel among pixels of a predetermined pixel region extending over a plurality of continuous frame images;
Means for setting edge strength including time and space over the plurality of frame images to all pixels constituting a pixel region of the plurality of frame images;
Means for extracting a pixel having the smallest edge strength among pixels excluding the undetermined region in the pixel region extending over the plurality of frame images;
Means for determining whether the extracted pixel belongs to a background area or a moving object area;
Based on the determination result, the processing target pixel is not included in the undetermined region among neighboring pixels adjacent to the processing target pixel in time and space, and the background region or motion region to which the pixel having the lowest edge strength belongs. A moving object extraction device comprising: a setting unit configured as one of pixels in the object region .
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2000047223A JP4046920B2 (en) | 2000-02-24 | 2000-02-24 | Moving object extraction device |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2000047223A JP4046920B2 (en) | 2000-02-24 | 2000-02-24 | Moving object extraction device |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2001236512A JP2001236512A (en) | 2001-08-31 |
| JP4046920B2 true JP4046920B2 (en) | 2008-02-13 |
Family
ID=18569509
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2000047223A Expired - Fee Related JP4046920B2 (en) | 2000-02-24 | 2000-02-24 | Moving object extraction device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP4046920B2 (en) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4140402B2 (en) * | 2003-03-03 | 2008-08-27 | 松下電工株式会社 | Image processing device |
| KR100604223B1 (en) | 2004-10-22 | 2006-07-28 | 호서대학교 산학협력단 | Method and system for extracting motion object |
-
2000
- 2000-02-24 JP JP2000047223A patent/JP4046920B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2001236512A (en) | 2001-08-31 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6819796B2 (en) | Method of and apparatus for segmenting a pixellated image | |
| US6904159B2 (en) | Identifying moving objects in a video using volume growing and change detection masks | |
| Xu et al. | Cast shadow detection in video segmentation | |
| KR101223046B1 (en) | Image segmentation device and method based on sequential frame imagery of a static scene | |
| EP1225769A2 (en) | Spatial temporal visual attention model for a video frame sequence | |
| EP1011074A2 (en) | A method and system for real time feature based motion analysis for key frame selection from a video | |
| JP4373840B2 (en) | Moving object tracking method, moving object tracking program and recording medium thereof, and moving object tracking apparatus | |
| JPH1023452A (en) | Image extraction apparatus and method | |
| KR20030022358A (en) | Image processor | |
| KR101021994B1 (en) | Object detection method | |
| KR20010024435A (en) | Static image generation method and device | |
| KR100894923B1 (en) | Image processing apparatus, method and recording medium and imaging device | |
| CN112529773B (en) | QPD image post-processing method and QPD camera | |
| JP4046920B2 (en) | Moving object extraction device | |
| Li et al. | Optimal seamline detection in dynamic scenes via graph cuts for image mosaicking | |
| EP0959625A2 (en) | Segmenting video images based on joint region and contour information | |
| JP4054125B2 (en) | Moving image object extraction device | |
| CN106952218A (en) | A kind of extracting method of panorama picture of fisheye lens effective coverage | |
| CN118314160A (en) | Image edge detection method based on low-light image sensor | |
| JPS63194477A (en) | Background picture extracting method | |
| Veeravasarapu et al. | Fast and fully automated video colorization | |
| CN110349110B (en) | Blurred image enhancement method based on accumulative frame over-fusion and application | |
| KR100558383B1 (en) | Motion block detection method and moving object tracking method based on it | |
| Kaur | Background subtraction in video surveillance | |
| Finger et al. | Video Matting from Depth Maps |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20050127 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20070717 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20070731 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20071001 |
|
| RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20071001 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20071023 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20071121 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101130 Year of fee payment: 3 |
|
| R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111130 Year of fee payment: 4 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121130 Year of fee payment: 5 |
|
| LAPS | Cancellation because of no payment of annual fees |