JP4732849B2 - 自動計数装置、プログラムおよび方法 - Google Patents
自動計数装置、プログラムおよび方法 Download PDFInfo
- Publication number
- JP4732849B2 JP4732849B2 JP2005291419A JP2005291419A JP4732849B2 JP 4732849 B2 JP4732849 B2 JP 4732849B2 JP 2005291419 A JP2005291419 A JP 2005291419A JP 2005291419 A JP2005291419 A JP 2005291419A JP 4732849 B2 JP4732849 B2 JP 4732849B2
- Authority
- JP
- Japan
- Prior art keywords
- counting
- identification
- image
- objects
- automatic
- 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
- 238000000034 method Methods 0.000 title claims description 60
- 230000008569 process Effects 0.000 claims description 47
- 238000012937 correction Methods 0.000 claims description 36
- 238000012545 processing Methods 0.000 claims description 16
- 238000000605 extraction Methods 0.000 description 12
- 230000006870 function Effects 0.000 description 11
- 230000008859 change Effects 0.000 description 6
- 238000005259 measurement Methods 0.000 description 6
- 238000004364 calculation method Methods 0.000 description 4
- 230000001815 facial effect Effects 0.000 description 4
- 238000010586 diagram Methods 0.000 description 3
- 239000011521 glass Substances 0.000 description 3
- 125000002066 L-histidyl group Chemical group [H]N1C([H])=NC(C([H])([H])[C@](C(=O)[*])([H])N([H])[H])=C1[H] 0.000 description 2
- 230000003247 decreasing effect Effects 0.000 description 2
- 239000000284 extract Substances 0.000 description 2
- 238000012790 confirmation Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V40/00—Recognition of biometric, human-related or animal-related patterns in image or video data
- G06V40/10—Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
- G06V40/16—Human faces, e.g. facial parts, sketches or expressions
Landscapes
- Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Oral & Maxillofacial Surgery (AREA)
- Human Computer Interaction (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
- Image Analysis (AREA)
Description
図1は、第1実施形態における自動計数装置1の概略構成を示す図である。図に示すように、本実施形態の自動計数装置1は、画像入力制御部11、抽出部12、識別部13、計数部14、設定部15および補正部16を備える。詳細には本実施形態の自動計数装置1は、汎用のコンピュータに、上記各処理部の機能を実現するための要素プログラムを組み込んだものである。本実施形態ではコンピュータは複数のプロセッサを備えており、各要素プログラムの処理は複数のプロセッサにより並列に実行される。
女性の数 = カウンタ142の値 / 女性識別率
これにより、例えば、識別率として男性0.98、女性0.82という値が記憶されており、カウンタ141の値が49、カウンタ142の値が41だった場合には、自動計数装置は、男性50人、女性50人という計数結果を出力する。
図2は、第2実施形態における自動計数装置2の概略構成を示す図である。図に示すように、本実施形態の自動計数装置2は、画像入力制御部21、抽出部22、識別部23、計数部24、設定部25および補正部26を備える。
女性の数 = カウンタ242の値 + カウンタ243の値 × 女性比率
これにより、例えば、設定部25から男性比率0.25、女性比率0.75という値が供給され、カウンタ241の値が41、カウンタ242の値が39、カウンタ243の値が20であった場合、自動計数装置は、男性46人、女性54人という計数結果を出力する。
図3は、第3実施形態における自動計数装置3の概略構成を示す図である。図に示すように、本実施形態の自動計数装置3は、画像入力制御部31、抽出部32、識別部33、計数部34および設定部35を備える。
女性の数 = カウンタ342の値 + カウンタ343の値 × カウンタ342の値 /(カウンタ341の値+カウンタ342の値)
これにより、例えば、カウンタ341の値が60、カウンタ342の値が20、カウンタ243の値が20であった場合、自動計数装置は、男性75人、女性25人という計数結果を出力する。
14,24,34 計数部
141,142,241,242,243,341,342,343 カウンタ
Claims (6)
- 画像に含まれる計数対象の数を計測する自動計数装置であって、
画像から抽出された顔情報に基づいて該画像に含まれる計数対象を識別する識別手段と、
前記識別手段により識別された計数対象の数を計測する計数手段と、
前記計数手段により計測された各計数対象の数を、対象ごとの識別精度に係る情報に基づいて、対象による識別精度の違いから生じる計数誤差が低減されるように補正する補正手段とを備え、
前記識別精度に係る情報は、所定期間において前記識別手段が識別に失敗した対象に含まれる各計数対象の割合を示す情報であり、
前記補正手段は、前記計数手段により計測された各計数対象の数を、該数に前記識別手段が識別に失敗した対象の数を前記割合に応じて各計数対象に分配した数を加算して得られる数に置き換える補正を行うことを特徴とする自動計数装置。 - 画像に含まれる計数対象の数を計測する自動計数装置であって、
画像から抽出された顔情報に基づいて該画像に含まれる計数対象を識別する識別手段と、
前記識別手段により識別された計数対象の数を計測する計数手段と、
前記計数手段により計測された各計数対象の数を、対象ごとの識別精度に係る情報に基づいて、対象による識別精度の違いから生じる計数誤差が低減されるように補正する補正手段とを備え、
前記識別精度に係る情報は、前記識別手段が識別に成功した対象に含まれる各計数対象の割合を示す情報であり、
前記補正手段は、前記計数手段により計測された各計数対象の数を、該数に前記識別手段が識別に失敗した対象の数を前記割合に応じて各計数対象に分配した数を加算して得られる数に置き換える補正を行うことを特徴とする自動計数装置。 - 画像に含まれる計数対象の数を計測するための自動計数プログラムであって、コンピュータに、
画像から抽出された顔情報に基づいて該画像に含まれる計数対象を識別する識別処理と、
前記識別処理により識別された計数対象の数を計測する計数処理と、
前記計数処理により計測された各計数対象の数を、対象ごとの識別精度に係る情報に基づいて、対象による識別精度の違いから生じる計数誤差が低減されるように補正する補正処理とを実行させ、
前記識別精度に係る情報は、所定期間において前記識別処理において識別に失敗した対象に含まれる各計数対象の割合を示す情報であり、
前記補正処理は、前記計数処理により計測された各計数対象の数を、該数に前記識別処理において識別に失敗した対象の数を前記割合に応じて各計数対象に分配した数を加算して得られる数に置き換える処理であることを特徴とする自動計数プログラム。 - 画像に含まれる計数対象の数を計測するための自動計数プログラムであって、コンピュータに、
画像から抽出された顔情報に基づいて該画像に含まれる計数対象を識別する識別処理と、
前記識別処理により識別された計数対象の数を計測する計数処理と、
前記計数処理により計測された各計数対象の数を、対象ごとの識別精度に係る情報に基づいて、対象による識別精度の違いから生じる計数誤差が低減されるように補正する補正処理とを実行させ、
前記識別精度に係る情報は、前記識別処理において識別に成功した対象に含まれる各計数対象の割合を示す情報であり、
前記補正処理は、前記計数処理により計測された各計数対象の数を、該数に前記識別処理において識別に失敗した対象の数を前記割合に応じて各計数対象に分配した数を加算して得られる数に置き換える処理であることを特徴とする自動計数プログラム。 - 画像から抽出された顔情報に基づいて該画像に含まれる計数対象を識別する識別処理と、
前記識別処理により識別された計数対象の数を計測する計数処理と、
前記計数処理により計測された各計数対象の数を、対象ごとの識別精度に係る情報に基づいて、対象による識別精度の違いから生じる計数誤差が低減されるように補正する補正処理とを自動計数装置に実行させることにより、画像に含まれる計数対象の数を自動的に計測する自動計数方法であって、
前記識別精度に係る情報は、所定期間において前記識別処理において識別に失敗した対象に含まれる各計数対象の割合を示す情報であり、
前記補正処理は、前記計数処理により計測された各計数対象の数を、該数に前記識別処理において識別に失敗した対象の数を前記割合に応じて各計数対象に分配した数を加算して得られる数に置き換える処理であることを特徴とする自動計数方法。 - 画像から抽出された顔情報に基づいて該画像に含まれる計数対象を識別する識別処理と、
前記識別処理により識別された計数対象の数を計測する計数処理と、
前記計数処理により計測された各計数対象の数を、対象ごとの識別精度に係る情報に基づいて、対象による識別精度の違いから生じる計数誤差が低減されるように補正する補正処理とを自動計数装置に実行させることにより、画像に含まれる計数対象の数を自動的に計測する自動計数方法であって、
前記識別精度に係る情報は、前記識別処理において識別に成功した対象に含まれる各計数対象の割合を示す情報であり、
前記補正処理は、前記計数処理により計測された各計数対象の数を、該数に前記識別処理において識別に失敗した対象の数を前記割合に応じて各計数対象に分配した数を加算して得られる数に置き換える処理であることを特徴とする自動計数方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005291419A JP4732849B2 (ja) | 2005-10-04 | 2005-10-04 | 自動計数装置、プログラムおよび方法 |
US11/542,258 US7701608B2 (en) | 2005-10-04 | 2006-10-04 | Automatic counting apparatus, method, and recording medium on which the program is recorded |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005291419A JP4732849B2 (ja) | 2005-10-04 | 2005-10-04 | 自動計数装置、プログラムおよび方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2007102482A JP2007102482A (ja) | 2007-04-19 |
JP4732849B2 true JP4732849B2 (ja) | 2011-07-27 |
Family
ID=37902003
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005291419A Expired - Fee Related JP4732849B2 (ja) | 2005-10-04 | 2005-10-04 | 自動計数装置、プログラムおよび方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US7701608B2 (ja) |
JP (1) | JP4732849B2 (ja) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8356035B1 (en) | 2007-04-10 | 2013-01-15 | Google Inc. | Association of terms with images using image similarity |
US8055664B2 (en) | 2007-05-01 | 2011-11-08 | Google Inc. | Inferring user interests |
US7904461B2 (en) * | 2007-05-01 | 2011-03-08 | Google Inc. | Advertiser and user association |
US7853622B1 (en) | 2007-11-01 | 2010-12-14 | Google Inc. | Video-related recommendations using link structure |
US8041082B1 (en) * | 2007-11-02 | 2011-10-18 | Google Inc. | Inferring the gender of a face in an image |
US7961986B1 (en) | 2008-06-30 | 2011-06-14 | Google Inc. | Ranking of images and image labels |
JP5125982B2 (ja) * | 2008-10-20 | 2013-01-23 | オムロン株式会社 | 計数装置、計数方法、および計数プログラム |
US8311950B1 (en) | 2009-10-01 | 2012-11-13 | Google Inc. | Detecting content on a social network using browsing patterns |
US8306922B1 (en) | 2009-10-01 | 2012-11-06 | Google Inc. | Detecting content on a social network using links |
CN112307827B (zh) * | 2019-07-31 | 2024-04-26 | 梅特勒-托利多(常州)测量技术有限公司 | 对象识别装置,系统和方法 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0783817A (ja) * | 1993-09-17 | 1995-03-31 | Hitachi Ltd | フロー式粒子画像解析方法およびフロー式粒子画像解析装置 |
JPH08304296A (ja) * | 1995-03-08 | 1996-11-22 | Hitachi Ltd | 異物等の欠陥検出方法およびそれを実行する装置 |
JP2000200357A (ja) * | 1998-10-27 | 2000-07-18 | Toshiba Tec Corp | 人物動線情報の収集方法及び収集装置 |
JP2005202674A (ja) * | 2004-01-15 | 2005-07-28 | Chugoku Electric Power Co Inc:The | 魚道を通る魚の計数方法、魚道を通る魚の数を計数するシステム、情報処理装置、及びプログラム |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7099510B2 (en) * | 2000-11-29 | 2006-08-29 | Hewlett-Packard Development Company, L.P. | Method and system for object detection in digital images |
JP4125634B2 (ja) | 2003-05-26 | 2008-07-30 | Necソフト株式会社 | 顧客情報収集管理方法及びそのシステム |
US7319779B1 (en) * | 2003-12-08 | 2008-01-15 | Videomining Corporation | Classification of humans into multiple age categories from digital images |
-
2005
- 2005-10-04 JP JP2005291419A patent/JP4732849B2/ja not_active Expired - Fee Related
-
2006
- 2006-10-04 US US11/542,258 patent/US7701608B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0783817A (ja) * | 1993-09-17 | 1995-03-31 | Hitachi Ltd | フロー式粒子画像解析方法およびフロー式粒子画像解析装置 |
JPH08304296A (ja) * | 1995-03-08 | 1996-11-22 | Hitachi Ltd | 異物等の欠陥検出方法およびそれを実行する装置 |
JP2000200357A (ja) * | 1998-10-27 | 2000-07-18 | Toshiba Tec Corp | 人物動線情報の収集方法及び収集装置 |
JP2005202674A (ja) * | 2004-01-15 | 2005-07-28 | Chugoku Electric Power Co Inc:The | 魚道を通る魚の計数方法、魚道を通る魚の数を計数するシステム、情報処理装置、及びプログラム |
Also Published As
Publication number | Publication date |
---|---|
US7701608B2 (en) | 2010-04-20 |
US20070076956A1 (en) | 2007-04-05 |
JP2007102482A (ja) | 2007-04-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4732849B2 (ja) | 自動計数装置、プログラムおよび方法 | |
KR102264014B1 (ko) | 신체 사이즈 측정용 사진 획득 방법 및 이를 이용한 신체 사이즈 측정 방법, 서버 및 프로그램 | |
US10445563B2 (en) | Time-in-store estimation using facial recognition | |
US11106900B2 (en) | Person trend recording device, person trend recording method, and program | |
US9842255B2 (en) | Calculation device and calculation method | |
JP6550094B2 (ja) | 認証装置および認証方法 | |
US8948474B2 (en) | Quantification method of the feature of a tumor and an imaging method of the same | |
JP4717934B2 (ja) | 関係分析方法、関係分析プログラム、および、関係分析装置 | |
KR101301821B1 (ko) | 안색 정보 생성 장치 및 그 방법, 안색 정보를 이용한 건강 상태 판단 장치 및 그 방법, 건강 분류 함수 생성 장치 및 그 방법 | |
CN112464793B (zh) | 一种在线考试作弊行为检测方法、系统和存储介质 | |
EP3185146A1 (en) | Information processing apparatus | |
CN113569793A (zh) | 一种跌倒识别方法及装置 | |
US20220078339A1 (en) | Method for obtaining picture for measuring body size and body size measurement method, server, and program using same | |
WO2017070210A1 (en) | System and method for automated sensing of emotion based on facial expression analysis | |
JP6686576B2 (ja) | 関心度推定装置、関心度推定方法、プログラムおよび記録媒体 | |
JP2020086994A (ja) | 情報処理装置、情報処理方法及びプログラム | |
JP6340777B2 (ja) | 来店者属性分布情報推定装置およびプログラム | |
US20210383667A1 (en) | Method for computer vision-based assessment of activities of daily living via clothing and effects | |
US12100206B2 (en) | Real-time risk tracking | |
US20220309704A1 (en) | Image processing apparatus, image processing method and recording medium | |
US11769349B2 (en) | Information processing system, data accumulation apparatus, data generation apparatus, information processing method, data accumulation method, data generation method, recording medium and database | |
CN109190495A (zh) | 性别识别方法、装置及电子设备 | |
US20230092638A1 (en) | Delivery management device, delivery management method, and storage medium | |
WO2021181597A1 (ja) | 認知度推定装置、認知度推定方法、及び、記録媒体 | |
CN112086193A (zh) | 一种基于物联网的人脸识别健康预测系统及方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080715 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20101224 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110104 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110307 |
|
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: 20110329 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110421 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140428 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4732849 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 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 |
|
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 |
|
LAPS | Cancellation because of no payment of annual fees |