JP6132996B1 - 画像処理装置,画像処理方法,画像処理プログラム - Google Patents
画像処理装置,画像処理方法,画像処理プログラム Download PDFInfo
- Publication number
- JP6132996B1 JP6132996B1 JP2017009973A JP2017009973A JP6132996B1 JP 6132996 B1 JP6132996 B1 JP 6132996B1 JP 2017009973 A JP2017009973 A JP 2017009973A JP 2017009973 A JP2017009973 A JP 2017009973A JP 6132996 B1 JP6132996 B1 JP 6132996B1
- Authority
- JP
- Japan
- Prior art keywords
- image
- boundary
- class
- image data
- representative
- 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 8
- 238000000034 method Methods 0.000 claims description 45
- 230000008569 process Effects 0.000 claims description 27
- 230000005484 gravity Effects 0.000 claims description 13
- 238000003384 imaging method Methods 0.000 claims 1
- 238000005457 optimization Methods 0.000 abstract description 15
- 239000013598 vector Substances 0.000 description 16
- 238000007781 pre-processing Methods 0.000 description 9
- 230000006870 function Effects 0.000 description 4
- 230000015654 memory Effects 0.000 description 4
- 230000001133 acceleration Effects 0.000 description 3
- 238000001514 detection method Methods 0.000 description 3
- 238000010801 machine learning Methods 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 238000013075 data extraction Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Landscapes
- Processing Or Creating Images (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Image Analysis (AREA)
Abstract
Description
1)各特徴ベクトルに対してランダムに分類の種別を2,3個程度割り当てる。
2)各分類に対して重心の位置を計算する。
3)上記2)で求められた重心の位置から特徴ベクトルまでの距離を計算し,最短の重心の分類に当該特徴ベクトルの分類を更新する。
4)上記2),3)のプロセスを分類の変化がなくなるまで繰り返す。
13…出力画像DB 21…画像取得部
22…分類処理部 22a…前処理部
22b…特徴空間生成部 22c…特徴分類部
23…代表画像决定部 24…境界画像决定部
25…画像表示部 26…選択情報取得部
27…再構築部 28…画像処理部
100…画像処理装置 200…ユーザ端末
Claims (7)
- 画像データ群を分類する画像処理装置であって,
画像データ群を複数のクラスに分類する分類処理部と,
各クラスに属する画像データの中から当該クラスを代表する代表画像を決定する代表画像决定部と,
各クラスに属する画像データの中から当該クラスの境界又はその近傍に位置付けられた複数の境界画像を決定する境界画像决定部と,
前記複数の境界画像の中から前記代表画像と同類又は非同類のものをユーザに選択させるために,前記代表画像及び前記複数の境界画像をユーザ端末に表示させる画像表示部と,
前記ユーザ端末から前記ユーザによる前記境界画像の選択情報を取得する選択情報取得部と,
前記選択情報に基づいて1以上のクラスの境界を再構築する再構築部と,を有する
画像処理装置。 - 前記分類処理部は,分類の判断基準となる特徴量に基づいて特徴空間を生成し,当該特徴空間内で複数の画像データを複数のクラスに分類する
請求項1に記載の画像処理装置。 - 前記代表画像决定部は,前記特徴空間における各クラスの領域の重心又はその最も近傍に位置する画像データを代表画像として決定し,
前記境界画像决定部は,前記特徴空間における各クラスの領域の重心からの距離に基づいて複数の境界画像を決定する
請求項2に記載の画像処理装置。 - 前記再構築部は,前記ユーザにより前記代表画像と同類であると判断された境界画像が当該代表画像の代表するクラスに含まれ,前記ユーザにより前記代表画像と非同類であると判断された境界画像が当該代表画像の代表するクラスに含まれないように,当該クラスの境界を再構築する
請求項1に記載の画像処理装置。 - 前記分類処理部は,前記画像データ群を取得した撮影装置が備えるセンサから得られたセンシングデータを利用して,当該画像データ群を複数のクラスに分類する
請求項1に記載の画像処理装置。 - 画像データ群を分類する画像処理方法であって,
画像データ群を複数のクラスに分類する分類処理工程と,
各クラスに属する画像データの中から当該クラスを代表する代表画像を決定する代表画像决定工程と,
各クラスに属する画像データの中から当該クラスの境界又はその近傍に位置付けられた複数の境界画像を決定する境界画像决定工程と,
前記複数の境界画像の中から前記代表画像と同類又は非同類のものをユーザに選択させるために,前記代表画像及び前記複数の境界画像をユーザ端末に表示する画像表示工程と,
前記ユーザ端末から前記ユーザによる前記境界画像の選択情報を取得する選択情報取得工程と,
前記選択情報に基づいて1以上のクラスの境界を再構築する再構築工程と,を含む
画像処理方法。 - 画像データ群を複数のクラスに分類するための画像処理プログラムであって,
各クラスに属する画像データの中から当該クラスを代表する代表画像を決定する代表画像决定工程と,
各クラスに属する画像データの中から当該クラスの境界又はその近傍に位置付けられた複数の境界画像を決定する境界画像决定工程と,
前記複数の境界画像の中から前記代表画像と同類又は非同類のものをユーザに選択させるために,前記代表画像及び前記複数の境界画像をユーザ端末に表示させる画像表示工程と,
前記ユーザ端末から前記ユーザによる前記境界画像の選択情報を取得する選択情報取得工程と,
前記選択情報に基づいて1以上のクラスの境界を再構築する再構築工程を,
コンピュータに実行させるための画像処理プログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017009973A JP6132996B1 (ja) | 2017-01-24 | 2017-01-24 | 画像処理装置,画像処理方法,画像処理プログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017009973A JP6132996B1 (ja) | 2017-01-24 | 2017-01-24 | 画像処理装置,画像処理方法,画像処理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP6132996B1 true JP6132996B1 (ja) | 2017-05-24 |
JP2018120320A JP2018120320A (ja) | 2018-08-02 |
Family
ID=58745784
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017009973A Active JP6132996B1 (ja) | 2017-01-24 | 2017-01-24 | 画像処理装置,画像処理方法,画像処理プログラム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6132996B1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US12029987B2 (en) | 2018-06-15 | 2024-07-09 | Fujifilm Corporation | Image processing apparatus, image processing method, image processing program, and recording medium storing image processing program |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11914448B2 (en) * | 2019-02-06 | 2024-02-27 | Tohoku University | Clustering device and clustering method |
CN114662607B (zh) * | 2022-03-31 | 2024-07-05 | 北京百度网讯科技有限公司 | 基于人工智能的数据标注方法、装置、设备以及存储介质 |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008276775A (ja) * | 2007-04-25 | 2008-11-13 | Fujitsu Ltd | 画像検索装置 |
US20120179633A1 (en) * | 2011-01-10 | 2012-07-12 | Accenture Global Services Limited | Identification of attributes and values using multiple classifiers |
-
2017
- 2017-01-24 JP JP2017009973A patent/JP6132996B1/ja active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008276775A (ja) * | 2007-04-25 | 2008-11-13 | Fujitsu Ltd | 画像検索装置 |
US20120179633A1 (en) * | 2011-01-10 | 2012-07-12 | Accenture Global Services Limited | Identification of attributes and values using multiple classifiers |
Non-Patent Citations (2)
Title |
---|
GRIRA, N. ET AL.: "Active Semi-Supervised Fuzzy Clustering for Image Database Categorization", PROCEEDINGS OF THE 7TH ACM SIGMM INTERNATIONAL WORKSHOP ON MULTIMEDIA INFORMATION RETRIEVAL, JPN7017001226, 2005, pages 9 - 16, XP058245549, DOI: doi:10.1145/1101826.1101831 * |
HUANG, Y. AND MITCHELL T.M.: "Text Clustering with Extended User Feedback", PROCEEDINGS OF THE 29TH ANNUAL INTERNATIONAL ACM SIGIR CONFERENCE ON RESEARCH AND DEVELOPMENT IN INF, JPN7017001227, 2006, pages 413 - 420, XP058185351, DOI: doi:10.1145/1148170.1148242 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US12029987B2 (en) | 2018-06-15 | 2024-07-09 | Fujifilm Corporation | Image processing apparatus, image processing method, image processing program, and recording medium storing image processing program |
Also Published As
Publication number | Publication date |
---|---|
JP2018120320A (ja) | 2018-08-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
AU2022252799B2 (en) | System and method for appearance search | |
JP7282851B2 (ja) | 装置、方法及びプログラム | |
US9323785B2 (en) | Method and system for mobile visual search using metadata and segmentation | |
CN105243395B (zh) | 一种人体图像比对方法和装置 | |
US11527000B2 (en) | System and method for re-identifying target object based on location information of CCTV and movement information of object | |
KR101932009B1 (ko) | 다중 객체 검출을 위한 영상 처리 장치 및 방법 | |
CN112381104B (zh) | 一种图像识别方法、装置、计算机设备及存储介质 | |
US10146992B2 (en) | Image processing apparatus, image processing method, and storage medium that recognize an image based on a designated object type | |
CN105284108B (zh) | 影像监视系统、监视装置 | |
US20200074672A1 (en) | Determining a pose of an object from rgb-d images | |
JP6351243B2 (ja) | 画像処理装置、画像処理方法 | |
CN108875517B (zh) | 视频处理方法、装置和系统及存储介质 | |
JP5936561B2 (ja) | 画像における外観及びコンテキストに基づく物体分類 | |
CN110781911A (zh) | 一种图像匹配方法、装置、设备及存储介质 | |
US11544926B2 (en) | Image processing apparatus, method of processing image, and storage medium | |
CN113362441B (zh) | 三维重建方法、装置、计算机设备和存储介质 | |
KR102434574B1 (ko) | 이미지에 포함된 특징 포인트의 시간 또는 공간의 움직임에 기초하여 이미지에 존재하는 피사체를 인식하는 장치 및 방법 | |
JP6132996B1 (ja) | 画像処理装置,画像処理方法,画像処理プログラム | |
CN111325107A (zh) | 检测模型训练方法、装置、电子设备和可读存储介质 | |
KR101833943B1 (ko) | 동영상의 주요 장면을 추출 및 탐색하는 방법 및 시스템 | |
CN108875506B (zh) | 人脸形状点跟踪方法、装置和系统及存储介质 | |
US20160110909A1 (en) | Method and apparatus for creating texture map and method of creating database | |
KR101817440B1 (ko) | 다중 카메라를 통한 3차원 모델 기반 객체 인식 기법과 시스템 | |
KR102665603B1 (ko) | 스테레오 매칭을 위한 하드웨어 디스패러티 평가 | |
US20220122341A1 (en) | Target detection method and apparatus, electronic device, and computer storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 20170411 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170418 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6132996 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
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 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |