JP5114290B2 - 信号処理装置 - Google Patents
信号処理装置 Download PDFInfo
- Publication number
- JP5114290B2 JP5114290B2 JP2008137810A JP2008137810A JP5114290B2 JP 5114290 B2 JP5114290 B2 JP 5114290B2 JP 2008137810 A JP2008137810 A JP 2008137810A JP 2008137810 A JP2008137810 A JP 2008137810A JP 5114290 B2 JP5114290 B2 JP 5114290B2
- Authority
- JP
- Japan
- Prior art keywords
- area
- motion vector
- unit
- signal processing
- reference frame
- 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
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N5/00—Details of television systems
- H04N5/14—Picture signal circuitry for video frequency region
- H04N5/144—Movement detection
- H04N5/145—Movement estimation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/20—Analysis of motion
- G06T7/223—Analysis of motion using block-matching
- G06T7/238—Analysis of motion using block-matching using non-full search, e.g. three-step search
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10016—Video; Image sequence
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N7/00—Television systems
- H04N7/01—Conversion of standards, e.g. involving analogue television standards or digital television standards processed at pixel level
- H04N7/0127—Conversion of standards, e.g. involving analogue television standards or digital television standards processed at pixel level by changing the field or frame frequency of the incoming video signal, e.g. frame rate converter
- H04N7/0132—Conversion of standards, e.g. involving analogue television standards or digital television standards processed at pixel level by changing the field or frame frequency of the incoming video signal, e.g. frame rate converter the field or frame frequency of the incoming video signal being multiplied by a positive integer, e.g. for flicker reduction
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N7/00—Television systems
- H04N7/01—Conversion of standards, e.g. involving analogue television standards or digital television standards processed at pixel level
- H04N7/0135—Conversion of standards, e.g. involving analogue television standards or digital television standards processed at pixel level involving interpolation processes
- H04N7/014—Conversion of standards, e.g. involving analogue television standards or digital television standards processed at pixel level involving interpolation processes involving the use of motion vectors
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Television Systems (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
- Image Analysis (AREA)
Description
(信号処理装置の構成)
以下において、第1実施形態に係る信号処理装置の構成について、図面を参照しながら説明する。図1は、第1実施形態に係る信号処理装置100を示すブロック図である。信号処理装置100は、投写型映像表示装置などの表示装置に適用されることに留意すべきである。
以下において、第1実施形態に係る動きベクトル検出部の構成について、図面を参照しながら説明する。図2は、第1実施形態に係る動きベクトル検出部40を示すブロック図である。
判定部41bは、候補領域を構成する4隅の画素に基づいて、候補領域のスコアを算出する。ここでは、候補領域の左上の画素を画素A、候補領域の右上の画素を画素B、候補領域の左下の画素を画素C、候補領域の右下の画素を画素Dと称する。具体的には、判定部41bは、画素Aの輝度値(YA)、画素Bの輝度値(YB)、画素Cの輝度値(YC)、画素Dの輝度値(YD)を取得する。続いて、判定部41bは、S=Ymax−Yminによって、候補領域のスコア(S)を算出する。なお、Ymaxは、max(YA、YB、YC、YD)であり、Yminは、min(YA、YB、YC、YD)である。
判定部41bは、候補領域を構成する4隅の画素から、判定処理で用いる画素(以下、選択画素)を選択する。判定部41bは、選択画素に基づいて、候補領域のスコアを算出する。具体的には、判定部41bは、対象ブロックの動きベクトルの履歴を取得する。例えば、基準フレームがn番目のオリジナルフレームであるケースでは、判定部41bは、基準フレームがn−1番目のオリジナルフレームである場合に検出された対象ブロックの動きベクトルを対象ブロックの動きベクトルの履歴として取得する。続いて、判定部41bは、対象ブロックの動きベクトルの履歴に基づいて、選択画素を選択する。
判定部41bは、候補領域を構成する全画素に基づいて、候補領域のスコアを算出する。具体的には、判定部41bは、候補領域を構成する全画素の輝度値(Y(1,1)、Y(1,2)、・・・、Y(m,n))を取得する。続いて、判定部41bは、以下の式によって、全画素の輝度平均値(A)を算出する。
以下において、第1実施形態に係る補間フレームの生成について、図面を参照しながら説明する。図3は、第1実施形態に係る補間フレームの生成を説明する図である。
以下において、第1実施形態に係る候補領域のシフトについて、図面を参照しながら説明する。図4は、第1実施形態に係る候補領域のシフトを説明する図である。
以下において、第1実施形態に係る部分領域の構成について、図面を参照しながら説明する。図5は、第1実施形態に係る部分領域の構成を説明する図である。
以下において、第1実施形態に係る対象ブロック及び部分領域の位置について、図面を参照しながら説明する。図6は、第1実施形態に係る対象ブロック及び部分領域の位置を示す図である。
以下において、第1実施形態に係る探索領域のシフトについて、図面を参照しながら説明する。図7は、第1実施形態に係る探索領域のシフトを説明する図である。
以下において、第1実施形態に係る信号処理装置の動作について、図面を参照しながら説明する。図8は、第1実施形態に係る信号処理装置100の動作を示すフロー図である。
以下において、上述した部分領域の特定の詳細について、図9を参照しながら説明する。図9は、上述した部分領域の特定の詳細を示すフロー図である。
以下において、上述した動きベクトルの検出の詳細について、図10を参照しながら説明する。図10は、上述した動きベクトルの検出の詳細を示すフロー図である。
以下において、上述した補間フレームの生成の詳細について、図11を参照しながら説明する。図11は、上述した補間フレームの生成の詳細を示すフロー図である。
第1実施形態では、比較部44は、部分領域と一致度が最も高い探索領域である一致領域を特定する。検出部45は、基準フレーム内における部分領域の位置と参照フレーム内における一致領域の位置とに基づいて、対象ブロックの動きベクトルを検出する。部分領域は、対象ブロックの一部である。
本発明は上述した実施形態によって説明したが、この開示の一部をなす論述及び図面は、この発明を限定するものであると理解すべきではない。この開示から当業者には様々な代替実施形態、実施例及び運用技術が明らかとなろう。
Claims (1)
- 複数のブロックによって構成される基準フレームと、動きベクトルの検出で参照される参照フレームとに基づいて、前記複数のブロックのいずれかである対象ブロックの動きベクトルを検出する信号処理装置であって、
前記対象ブロックを構成する複数の画素に基づいて、前記対象ブロックの一部である部分領域を特定する特定部と、
前記参照フレーム内において、前記部分領域と比較する探索領域を順にシフトする探索領域シフト部と、
前記探索領域のシフト毎に、前記部分領域と前記探索領域との一致度を算出し、前記部分領域と一致度が最も高い前記探索領域である一致領域を特定する比較部と、
前記基準フレーム内における前記部分領域の位置と前記参照フレーム内における前記一致領域の位置とに基づいて、前記対象ブロックの動きベクトルを検出する検出部とを備え、
前記基準フレーム内における前記対象ブロックの位置に基づいて、前記参照フレーム内において探索範囲を設定する設定部をさらに備え、
前記探索領域シフト部は、前記探索範囲内において、前記探索領域を順にシフトし、
前記特定部は、前記対象ブロック内において、前記部分領域の候補である候補領域を順にシフトする候補領域シフト部と、
前記候補領域のシフト毎に、前記候補領域の4隅を構成する画素に基づいて、前記候補領域を前記部分領域として特定するか否かを判定する判定処理を行う判定部とを有し、
前記判定部は、前記対象ブロックの動きベクトルの履歴に基づいて、前記候補領域の4隅を構成する画素から、前記判定処理で用いる画素を選択することを特徴とする信号処理装置。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008137810A JP5114290B2 (ja) | 2008-05-27 | 2008-05-27 | 信号処理装置 |
| US12/472,560 US20090296820A1 (en) | 2008-05-27 | 2009-05-27 | Signal Processing Apparatus And Projection Display Apparatus |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2008137810A JP5114290B2 (ja) | 2008-05-27 | 2008-05-27 | 信号処理装置 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2009290277A JP2009290277A (ja) | 2009-12-10 |
| JP5114290B2 true JP5114290B2 (ja) | 2013-01-09 |
Family
ID=41379786
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2008137810A Expired - Fee Related JP5114290B2 (ja) | 2008-05-27 | 2008-05-27 | 信号処理装置 |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US20090296820A1 (ja) |
| JP (1) | JP5114290B2 (ja) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101888495B1 (ko) * | 2018-01-15 | 2018-08-14 | 주식회사 아이엔티코리아 | 실시간 모션디텍팅을 위한 픽셀 병렬 처리 방법 |
| US11601651B2 (en) | 2019-06-24 | 2023-03-07 | Alibaba Group Holding Limited | Method and apparatus for motion vector refinement |
| CN113949930B (zh) * | 2020-07-17 | 2024-03-12 | 晶晨半导体(上海)股份有限公司 | 选取参考帧的方法、电子设备和存储介质 |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB2050752B (en) * | 1979-06-07 | 1984-05-31 | Japan Broadcasting Corp | Motion compensated interframe coding system |
| KR950009699B1 (ko) * | 1992-06-09 | 1995-08-26 | 대우전자주식회사 | 움직임벡터 검출방법 및 장치 |
| JPH0614316A (ja) * | 1992-06-26 | 1994-01-21 | Ricoh Co Ltd | 動きベクトル検出装置 |
| KR100534207B1 (ko) * | 2002-12-09 | 2005-12-08 | 삼성전자주식회사 | 비디오 부호화기의 움직임 추정기 및 그 방법 |
| JP2005167852A (ja) * | 2003-12-04 | 2005-06-23 | Matsushita Electric Ind Co Ltd | 動きベクトル検出方法、及び動きベクトル検出装置 |
| JP2009071689A (ja) * | 2007-09-14 | 2009-04-02 | Sony Corp | 画像処理装置、画像処理方法および撮像装置 |
-
2008
- 2008-05-27 JP JP2008137810A patent/JP5114290B2/ja not_active Expired - Fee Related
-
2009
- 2009-05-27 US US12/472,560 patent/US20090296820A1/en not_active Abandoned
Also Published As
| Publication number | Publication date |
|---|---|
| JP2009290277A (ja) | 2009-12-10 |
| US20090296820A1 (en) | 2009-12-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US8644387B2 (en) | Motion estimation method | |
| US8289402B2 (en) | Image processing apparatus, image pickup apparatus and image processing method including image stabilization | |
| US8724022B2 (en) | Frame rate conversion using motion estimation and compensation | |
| US7936950B2 (en) | Apparatus for creating interpolation frame | |
| JP5645636B2 (ja) | フレーム補間装置及び方法 | |
| US8605787B2 (en) | Image processing system, image processing method, and recording medium storing image processing program | |
| US20050068334A1 (en) | De-interlacing device and method therefor | |
| JP2000261828A (ja) | 立体映像生成方法 | |
| US9161011B2 (en) | Image processing apparatus and control method thereof | |
| JP2006311480A (ja) | 補間フレーム生成方法、補間フレーム生成装置および補間フレーム生成プログラム | |
| JP2013048375A (ja) | 動き補償フレーム生成装置及び方法 | |
| CN101588444B (zh) | 视频数据的去隔行方法、去隔行装置及视频处理系统 | |
| JP5114290B2 (ja) | 信号処理装置 | |
| US8817869B2 (en) | Image processing device and method, and image display device and method | |
| US8498339B2 (en) | Video processing apparatus and related method to determine motion vector | |
| JP2011130409A (ja) | 映像信号処理装置及び映像信号処理方法 | |
| JP5448983B2 (ja) | 解像度変換装置及び方法、走査線補間装置及び方法、並びに映像表示装置及び方法 | |
| US8401286B2 (en) | Image detecting device and method | |
| US20070248287A1 (en) | Pattern detecting method and related image processing apparatus | |
| US9380285B2 (en) | Stereo image processing method, stereo image processing device and display device | |
| US9563960B2 (en) | Method for detecting foreground | |
| JP7209916B2 (ja) | レール検出装置及びレール検出方法 | |
| JP4736456B2 (ja) | 走査線補間装置、映像表示装置、映像信号処理装置 | |
| KR100829098B1 (ko) | 움직임 추정장치 및 움직임 추정방법 | |
| JP2016092806A (ja) | 画像処理装置及び画像処理方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110427 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20120515 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20120522 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120704 |
|
| 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: 20120918 |
|
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20121015 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151019 Year of fee payment: 3 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151019 Year of fee payment: 3 |
|
| LAPS | Cancellation because of no payment of annual fees |
