JP6592184B2 - 画像処理装置、画像処理方法、及び画像処理プログラム - Google Patents
画像処理装置、画像処理方法、及び画像処理プログラム Download PDFInfo
- Publication number
- JP6592184B2 JP6592184B2 JP2018507080A JP2018507080A JP6592184B2 JP 6592184 B2 JP6592184 B2 JP 6592184B2 JP 2018507080 A JP2018507080 A JP 2018507080A JP 2018507080 A JP2018507080 A JP 2018507080A JP 6592184 B2 JP6592184 B2 JP 6592184B2
- Authority
- JP
- Japan
- Prior art keywords
- partial
- image processing
- image
- unit
- processing
- 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.)
- Active
Links
- 238000003672 processing method Methods 0.000 title claims description 7
- 238000000034 method Methods 0.000 claims description 227
- 230000008569 process Effects 0.000 claims description 221
- 238000004148 unit process Methods 0.000 claims description 2
- 238000004364 calculation method Methods 0.000 description 34
- 238000010276 construction Methods 0.000 description 9
- 238000006243 chemical reaction Methods 0.000 description 7
- 230000007423 decrease Effects 0.000 description 6
- 230000006870 function Effects 0.000 description 6
- 230000009467 reduction Effects 0.000 description 6
- 238000010586 diagram Methods 0.000 description 5
- 239000000463 material Substances 0.000 description 5
- 230000007704 transition Effects 0.000 description 5
- 238000005516 engineering process Methods 0.000 description 4
- 238000004891 communication Methods 0.000 description 3
- 238000007726 management method Methods 0.000 description 2
- 230000002093 peripheral effect Effects 0.000 description 2
- 230000011218 segmentation Effects 0.000 description 2
- 230000002123 temporal effect Effects 0.000 description 2
- 230000005540 biological transmission Effects 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 238000003780 insertion Methods 0.000 description 1
- 230000037431 insertion Effects 0.000 description 1
- 238000009434 installation Methods 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 238000004886 process control Methods 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 238000009966 trimming Methods 0.000 description 1
- 210000000707 wrist Anatomy 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T1/00—General purpose image data processing
- G06T1/20—Processor architectures; Processor configuration, e.g. pipelining
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T1/00—General purpose image data processing
- G06T1/60—Memory management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Image Processing (AREA)
Description
本明細書に記載された全ての文献、特許出願、及び技術規格は、個々の文献、特許出願、及び技術規格が参照により取り込まれることが具体的かつ個々に記された場合と同程度に、本明細書中に参照により取り込まれる。
12A 第1演算部
12B 第2演算部
13 ローカルメモリ
14 メモリ
16 表示部
18 操作部
20 記憶部
22 画像データ供給部
24 画像出力部
26 バス
30 オペレーティングシステム
32 アプリケーションプログラム群
34 画像処理プログラム群
36 モジュールライブラリ
38 画像処理モジュール
39、39A〜39C 部分処理
40 バッファモジュール
42 処理構築部
46 処理制御部
50A、50B 画像処理DAG
60 分割部
62 付与部
64 リスト記憶部
66 実行可能部分処理リスト
68 登録部
70 実行部
72 出力部
B1〜B3 分割画像
G 画像
Claims (7)
- 画像処理を実行するオブジェクトが有向非循環グラフ形態で複数連結されたオブジェクト群の各オブジェクトで、入力画像データにより示される入力画像が部分領域毎に分割された各分割画像データに対して部分処理を行う画像処理装置であって、
連結された前記オブジェクト間の前記部分処理に処理の依存関係を付与し、かつ各部分処理に優先度を付与する付与部と、
前記依存関係に基づいて実行可能となった部分処理を、付与された前記優先度に従って整列して実行可能部分処理リストに登録する登録部と、
前記登録部によって登録された実行可能部分処理リストにおける優先度の高い順に前記部分処理を実行させる実行部と、
を備え、
前記付与部は、後段に連結された前記オブジェクトで実行される部分処理に対して、前段に連結された前記オブジェクトで実行される部分処理よりも高い優先度を付与する、
画像処理装置。 - 前記依存関係は、連結された前記オブジェクト間において、前段に連結された前記オブジェクトの部分処理が終了した場合に、後段に連結された前記オブジェクトの部分処理が実行可能となる関係である
請求項1記載の画像処理装置。 - 前記付与部は、前記依存関係のある各部分処理について、前段に連結された前記オブジェクトの部分処理の優先度に従った優先度を、後段に連結された前記オブジェクトの部分処理に付与する
請求項1又は請求項2記載の画像処理装置。 - 前記付与部は、前記オブジェクト群において並列に実行されるオブジェクトが存在する場合、並列に実行されるオブジェクト間の部分処理に、処理の順番が交互となる優先度を付与する
請求項1から請求項3の何れか1項記載の画像処理装置。 - 前記分割画像データは、前記入力画像が正面視上下に分割された分割画像を示す画像データであり、
前記付与部は、出力画像の正面視下に位置する分割画像を示す分割画像データを処理する部分処理よりも、出力画像の正面視上に位置する分割画像を示す分割画像データを処理する部分処理に高い優先度を付与する
請求項1から請求項4の何れか1項記載の画像処理装置。 - 画像処理を実行するオブジェクトが有向非循環グラフ形態で複数連結されたオブジェクト群の各オブジェクトで、入力画像データにより示される入力画像が部分領域毎に分割された各分割画像データに対して部分処理を行う画像処理装置による画像処理方法であって、
連結された前記オブジェクト間の前記部分処理に処理の依存関係を付与し、かつ各部分処理に優先度を付与し、
前記依存関係に基づいて実行可能となった部分処理を、付与した前記優先度に従って整列して実行可能部分処理リストに登録し、
登録した前記実行可能部分処理リストにおける優先度の高い順に前記部分処理を実行させる
ことを含み、
前記付与において、後段に連結された前記オブジェクトで実行される部分処理に対して、前段に連結された前記オブジェクトで実行される部分処理よりも高い優先度を付与する、画像処理方法。 - コンピュータを、請求項1から請求項5の何れか1項記載の画像処理装置の付与部、登録部、及び実行部として機能させるための画像処理プログラム。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016060524 | 2016-03-24 | ||
JP2016060524 | 2016-03-24 | ||
PCT/JP2017/002574 WO2017163592A1 (ja) | 2016-03-24 | 2017-01-25 | 画像処理装置、画像処理方法、及び画像処理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JPWO2017163592A1 JPWO2017163592A1 (ja) | 2019-01-24 |
JP6592184B2 true JP6592184B2 (ja) | 2019-10-16 |
Family
ID=59901061
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018507080A Active JP6592184B2 (ja) | 2016-03-24 | 2017-01-25 | 画像処理装置、画像処理方法、及び画像処理プログラム |
Country Status (4)
Country | Link |
---|---|
US (1) | US10878526B2 (ja) |
JP (1) | JP6592184B2 (ja) |
CN (1) | CN108780565B (ja) |
WO (1) | WO2017163592A1 (ja) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6891153B2 (ja) | 2018-09-18 | 2021-06-18 | 富士フイルムビジネスイノベーション株式会社 | 画像処理装置、画像処理方法、及び画像処理プログラム |
US11661459B2 (en) | 2020-12-03 | 2023-05-30 | Century Therapeutics, Inc. | Artificial cell death polypeptide for chimeric antigen receptor and uses thereof |
TW202241935A (zh) | 2020-12-18 | 2022-11-01 | 美商世紀治療股份有限公司 | 具有可調適受體專一性之嵌合抗原受體系統 |
US20230076061A1 (en) * | 2021-09-07 | 2023-03-09 | Hewlett Packard Enterprise Development Lp | Cascaded priority mapping |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4694264B2 (ja) | 2005-06-03 | 2011-06-08 | 富士ゼロックス株式会社 | 画像処理装置、方法及びプログラム |
JP3938387B2 (ja) * | 2005-08-10 | 2007-06-27 | インターナショナル・ビジネス・マシーンズ・コーポレーション | コンパイラ、制御方法、およびコンパイラ・プログラム |
JP2007323393A (ja) * | 2006-06-01 | 2007-12-13 | Fuji Xerox Co Ltd | 画像処理装置及びプログラム |
JP2009054001A (ja) * | 2007-08-28 | 2009-03-12 | Fujifilm Corp | 画像処理装置及びプログラム |
JP5046801B2 (ja) * | 2007-08-28 | 2012-10-10 | 富士フイルム株式会社 | 画像処理装置及びプログラム |
JP4491026B2 (ja) | 2008-06-30 | 2010-06-30 | 株式会社東芝 | 情報処理装置、プログラム処理方法及びコンピュータプログラム |
WO2010055719A1 (ja) * | 2008-11-14 | 2010-05-20 | 日本電気株式会社 | スケジュール決定装置、並列実行装置、スケジュール決定方法、及びプログラム |
WO2010113242A1 (ja) * | 2009-03-31 | 2010-10-07 | 三菱電機株式会社 | 実行順序決定装置 |
JP5835942B2 (ja) * | 2010-06-25 | 2015-12-24 | キヤノン株式会社 | 画像処理装置、その制御方法及びプログラム |
JP5479519B2 (ja) * | 2012-03-30 | 2014-04-23 | 富士フイルム株式会社 | 画像処理装置、方法及びプログラム |
JP2014203309A (ja) * | 2013-04-05 | 2014-10-27 | オムロン株式会社 | 画像処理装置、制御方法およびプログラム |
US9146747B2 (en) * | 2013-08-08 | 2015-09-29 | Linear Algebra Technologies Limited | Apparatus, systems, and methods for providing configurable computational imaging pipeline |
US9652817B2 (en) * | 2015-03-12 | 2017-05-16 | Samsung Electronics Co., Ltd. | Automated compute kernel fusion, resizing, and interleave |
JP6705443B2 (ja) * | 2015-03-30 | 2020-06-03 | 日本電気株式会社 | データ配置先決定装置、方法およびプログラム |
-
2017
- 2017-01-25 CN CN201780019497.3A patent/CN108780565B/zh active Active
- 2017-01-25 WO PCT/JP2017/002574 patent/WO2017163592A1/ja active Application Filing
- 2017-01-25 JP JP2018507080A patent/JP6592184B2/ja active Active
-
2018
- 2018-09-19 US US16/134,973 patent/US10878526B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN108780565B (zh) | 2022-08-02 |
CN108780565A (zh) | 2018-11-09 |
US10878526B2 (en) | 2020-12-29 |
WO2017163592A1 (ja) | 2017-09-28 |
JPWO2017163592A1 (ja) | 2019-01-24 |
US20190019269A1 (en) | 2019-01-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6632709B2 (ja) | 画像処理装置、画像処理方法、及び画像処理プログラム | |
JP6592184B2 (ja) | 画像処理装置、画像処理方法、及び画像処理プログラム | |
JP6648257B2 (ja) | 画像処理装置、画像処理方法、及び画像処理プログラム | |
US11341599B2 (en) | Image processing apparatus, image processing method, and computer readable medium storing image processing program | |
US10949942B2 (en) | Image processing apparatus, image processing method, and image processing program | |
US11257178B2 (en) | Image processing device, image processing method, and storage medium | |
US11315212B2 (en) | Image processing apparatus, image processing method, and computer readable medium for executing partial processes on image-section data items | |
WO2020045292A1 (ja) | 画像処理装置、画像処理方法、及びプログラム | |
US10783604B2 (en) | Image processing apparatus, image processing method, and image processing program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20180920 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20180920 |
|
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: 20190903 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20190919 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6592184 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |