JP2015088084A - 物品識別システムとそのプログラム - Google Patents
物品識別システムとそのプログラム Download PDFInfo
- Publication number
- JP2015088084A JP2015088084A JP2013227911A JP2013227911A JP2015088084A JP 2015088084 A JP2015088084 A JP 2015088084A JP 2013227911 A JP2013227911 A JP 2013227911A JP 2013227911 A JP2013227911 A JP 2013227911A JP 2015088084 A JP2015088084 A JP 2015088084A
- Authority
- JP
- Japan
- Prior art keywords
- article
- distance
- image
- identification
- histogram
- 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.)
- Granted
Links
- 238000003384 imaging method Methods 0.000 claims abstract description 11
- 238000000034 method Methods 0.000 claims description 13
- 238000004590 computer program Methods 0.000 claims description 2
- 101100257991 Arabidopsis thaliana S-ACP-DES6 gene Proteins 0.000 abstract description 15
- 101100433698 Saccharomyces cerevisiae (strain ATCC 204508 / S288c) AAD6 gene Proteins 0.000 abstract description 15
- 239000013598 vector Substances 0.000 description 13
- 238000010586 diagram Methods 0.000 description 8
- 241000219130 Cucurbita pepo subsp. pepo Species 0.000 description 7
- 235000003954 Cucurbita pepo var melopepo Nutrition 0.000 description 7
- 238000000605 extraction Methods 0.000 description 7
- 238000006243 chemical reaction Methods 0.000 description 5
- 239000011159 matrix material Substances 0.000 description 5
- 239000000284 extract Substances 0.000 description 4
- 235000008429 bread Nutrition 0.000 description 3
- 230000003287 optical effect Effects 0.000 description 3
- 235000013311 vegetables Nutrition 0.000 description 3
- 238000013075 data extraction Methods 0.000 description 2
- 238000004870 electrical engineering Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 241000251468 Actinopterygii Species 0.000 description 1
- 241000581835 Monodora junodii Species 0.000 description 1
- 230000004931 aggregating effect Effects 0.000 description 1
- 239000006185 dispersion Substances 0.000 description 1
- 239000003814 drug Substances 0.000 description 1
- 235000013399 edible fruits Nutrition 0.000 description 1
- 235000019688 fish Nutrition 0.000 description 1
- 230000005484 gravity Effects 0.000 description 1
- 235000013372 meat Nutrition 0.000 description 1
- 238000000513 principal component analysis Methods 0.000 description 1
Landscapes
- Image Analysis (AREA)
Abstract
【解決手段】物品識別システムは、撮像装置によりサンプルのカラー画像と距離画像を入力する(S1)。RGB画像からHSV画像へ変換する(S2)。距離画像をトレイの上面基準の距離画像等に変換する(S3)。カラー画像等から求めた輪郭により、個品を切り出す(S11)。AAD6でのk個(例えば6個)のクラスタからの距離の列を特徴量として求める(S12)。物品のカラー、形状、テクスチャー等の特徴量空間での特徴量を求める(S13)。S12,S13で求めた特徴量から、マイナー成分に含まれるものを用いて、物品を識別する(S14)。
【選択図】図4
Description
前記識別装置は、物品表面の2点間での表面の向きの違い、例えば2点の法線ベクトルの内積と、2点間の距離との対から成るデータの、物品表面でのヒストグラムを用いて、物品を識別するように構成されていることを特徴とする。
撮像装置からのカラー画像と距離画像とを処理し、物品の種類を識別するコンピュータ、とから成る物品識別システムのためのプログラムであって、
前記コンピュータを、物品表面の2点間での表面の向きの違い、例えば2点の法線ベクトルの内積と、2点間の距離との対から成るデータの、物品表面でのヒストグラムを用いて、物品を識別する識別部として機能させる。
前記識別装置は、
前記次元よりも少ない数のクラスタへ、ヒストグラムをクラスタリングするクラスタリング手段と、
前記クラスタと、識別対象の物品のヒストグラムとの距離の列を求める手段とを備えている。
4 テーブル
5 アーム
6 撮像装置
8 カラーカメラ
9 IRプロジェクタ
10 IRカメラ
11 トレイ
12 物品
14 記憶媒体
16 テーブル
18 POS装置
20 バス
21 入力部
22 HSV変換部
23 座標変換部
24 輪郭抽出部
26 特徴量抽出部
27 AADデータ抽出部
28 クラスタリング部
29 マイナー成分抽出部
30 特徴量記憶部
31 物品識別部
32 メモリ
Claims (5)
- 物品のカラー画像と距離画像とを取得する撮像装置と、前記カラー画像と前記距離画像とから物品の種類を識別する識別装置、とを備えている物品識別システムにおいて、
前記識別装置は、物品表面の2点間での表面の向きの違いと、2点間の距離との対から成るデータの、物品表面でのヒストグラムを用いて、物品を識別するように構成されていることを特徴とする、物品識別システム。 - 前記ヒストグラムは距離の区分×向きの違いの区分の次元を持ち、
前記識別装置は、
前記次元よりも少ない数のクラスタへ、ヒストグラムをクラスタリングするクラスタリング手段と、
前記クラスタと、識別対象の物品のヒストグラムとの距離の列を求める手段とを備えていることを特徴とする、請求項1の物品識別システム。 - クラスタリング手段は、kmeans法により、ヒストグラムをクラスタへクラスタリングするように構成されていることを特徴とする、請求項2の物品識別システム。
- 識別装置は、少なくともカラー画像から抽出した特徴量中の、同種の物品間での分散が少ないマイナー成分を、前記ヒストグラムと共に、物品の識別に用いるように構成されていることを特徴とする、請求項1〜3のいずれかの物品識別システム。
- 物品のカラー画像と距離画像とを取得する撮像装置と、
撮像装置からのカラー画像と距離画像とを処理し、物品の種類を識別するコンピュータ、とから成る物品識別システムのためのプログラムであって、
前記コンピュータを、物品表面の2点間での表面の向きの違いと、2点間の距離との対から成るデータの、物品表面でのヒストグラムを用いて、物品を識別する識別部として機能させる、物品識別システムのためのプログラム。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2013227911A JP6316569B2 (ja) | 2013-11-01 | 2013-11-01 | 物品識別システムとそのプログラム |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2013227911A JP6316569B2 (ja) | 2013-11-01 | 2013-11-01 | 物品識別システムとそのプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2015088084A true JP2015088084A (ja) | 2015-05-07 |
| JP6316569B2 JP6316569B2 (ja) | 2018-04-25 |
Family
ID=53050763
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2013227911A Active JP6316569B2 (ja) | 2013-11-01 | 2013-11-01 | 物品識別システムとそのプログラム |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP6316569B2 (ja) |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101857328B1 (ko) * | 2015-12-16 | 2018-06-25 | 순천대학교 산학협력단 | 작물의 잎사귀 건강 상태를 판별하는 이미지 프로세싱 방법 및 시스템 |
| CN108492295A (zh) * | 2018-03-30 | 2018-09-04 | 深圳春沐源控股有限公司 | 果实转色控制方法和装置 |
| CN108805865A (zh) * | 2018-05-22 | 2018-11-13 | 杭州智微信息科技有限公司 | 一种基于饱和度聚类的骨髓白细胞定位方法 |
| JP2020101503A (ja) * | 2018-12-25 | 2020-07-02 | 富士フイルム株式会社 | 画像処理装置、画像処理方法、及びプログラム |
| CN111428814A (zh) * | 2020-04-16 | 2020-07-17 | 安徽农业大学 | 一种混纺纱颜色自动识别匹配方法 |
| CN112488233A (zh) * | 2020-12-09 | 2021-03-12 | 中国农业科学院农业资源与农业区划研究所 | 一种基于果纹图谱信息的编码和识别方法及装置 |
-
2013
- 2013-11-01 JP JP2013227911A patent/JP6316569B2/ja active Active
Non-Patent Citations (3)
| Title |
|---|
| 前田 大輔,外2名: "距離センサを用いた物体の分離・識別に関する検討", 第11回情報科学技術フォーラム 講演論文集, vol. 第3分冊, JPN6017037559, 21 August 2012 (2012-08-21), JP, pages 159 - 160, ISSN: 0003652216 * |
| 南谷 高宏,外2名: "点群の向きと距離の統計を用いた3次元モデルの形状類似比較", VISUAL COMPUTING グラフィクスとCAD 合同シンポジウム2003 予稿集, JPN6017037560, 19 June 2003 (2003-06-19), JP, pages 25 - 30, ISSN: 0003652217 * |
| 森本 雅和,外2名: "マイナー成分分析を用いたパンの画像識別", 電子情報通信学会論文誌, vol. 第J94-A巻,第7号, JPN6017037563, 1 July 2011 (2011-07-01), JP, pages 548 - 551, ISSN: 0003652218 * |
Cited By (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR101857328B1 (ko) * | 2015-12-16 | 2018-06-25 | 순천대학교 산학협력단 | 작물의 잎사귀 건강 상태를 판별하는 이미지 프로세싱 방법 및 시스템 |
| CN108492295A (zh) * | 2018-03-30 | 2018-09-04 | 深圳春沐源控股有限公司 | 果实转色控制方法和装置 |
| CN108805865A (zh) * | 2018-05-22 | 2018-11-13 | 杭州智微信息科技有限公司 | 一种基于饱和度聚类的骨髓白细胞定位方法 |
| CN108805865B (zh) * | 2018-05-22 | 2019-12-10 | 杭州智微信息科技有限公司 | 一种基于饱和度聚类的骨髓白细胞定位方法 |
| JP2020101503A (ja) * | 2018-12-25 | 2020-07-02 | 富士フイルム株式会社 | 画像処理装置、画像処理方法、及びプログラム |
| JP7005477B2 (ja) | 2018-12-25 | 2022-01-21 | 富士フイルム株式会社 | 画像処理装置、画像処理方法、及びプログラム |
| CN111428814A (zh) * | 2020-04-16 | 2020-07-17 | 安徽农业大学 | 一种混纺纱颜色自动识别匹配方法 |
| CN112488233A (zh) * | 2020-12-09 | 2021-03-12 | 中国农业科学院农业资源与农业区划研究所 | 一种基于果纹图谱信息的编码和识别方法及装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP6316569B2 (ja) | 2018-04-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP6316569B2 (ja) | 物品識別システムとそのプログラム | |
| EP3118813B1 (en) | Image recognition device, image sensor, and image recognition method | |
| US20250166385A1 (en) | Item identification and tracking system | |
| JP6151562B2 (ja) | 物品識別システムとそのプログラム | |
| EP3376433B1 (en) | Image processing apparatus, image processing method, and image processing program | |
| US9633264B2 (en) | Object retrieval using background image and query image | |
| US20140219554A1 (en) | Pattern recognition apparatus, method thereof, and program product therefor | |
| Somnugpong et al. | Content-based image retrieval using a combination of color correlograms and edge direction histogram | |
| JP7210890B2 (ja) | 行動認識装置、行動認識方法、そのプログラム及びそのプログラムを記録したコンピュータ読取り可能な記録媒体 | |
| CN111160450A (zh) | 一种基于神经网络的果蔬称重方法及储存介质、装置 | |
| Khotimah et al. | Tuna fish classification using decision tree algorithm and image processing method | |
| Najeeb et al. | Dates maturity status and classification using image processing | |
| JPWO2018235198A1 (ja) | 情報処理装置、制御方法、及びプログラム | |
| CA3011713A1 (en) | Hash-based appearance search | |
| TWI536280B (zh) | 街景影像之文字區域偵測系統及裝置 | |
| EP3807782B1 (en) | Hash-based appearance search | |
| Redondo-Cabrera et al. | Recognizing in the depth: Selective 3d spatial pyramid matching kernel for object and scene categorization | |
| JP6230814B2 (ja) | 物品識別システムとそのプログラム | |
| Nebel et al. | Are current monocular computer vision systems for human action recognition suitable for visual surveillance applications? | |
| Nair et al. | Analysis and detection of infected fruit part using improved K-means clustering and segmentation techniques | |
| Geng et al. | Shelf product detection based on deep neural network | |
| JP6122655B2 (ja) | 農作物の農作物選定装置及び農作物選定方法 | |
| JP2020115380A (ja) | 商品特定システム | |
| JP2015187770A (ja) | 画像認識装置、画像認識方法及びプログラム | |
| Bakker | A comparison of decision trees for ingredient classification |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20161020 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20161020 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20170908 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20171002 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20171018 |
|
| 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: 20180323 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180328 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 6316569 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 |