Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP7505192B2 - IMAGE PROCESSING APPARATUS, IMAGE PROCESSING PROGRAM, AND IMAGE PROCESSING METHOD - Google Patents
[go: Go Back, main page]

JP7505192B2 - IMAGE PROCESSING APPARATUS, IMAGE PROCESSING PROGRAM, AND IMAGE PROCESSING METHOD - Google Patents

IMAGE PROCESSING APPARATUS, IMAGE PROCESSING PROGRAM, AND IMAGE PROCESSING METHOD Download PDF

Info

Publication number
JP7505192B2
JP7505192B2 JP2020017303A JP2020017303A JP7505192B2 JP 7505192 B2 JP7505192 B2 JP 7505192B2 JP 2020017303 A JP2020017303 A JP 2020017303A JP 2020017303 A JP2020017303 A JP 2020017303A JP 7505192 B2 JP7505192 B2 JP 7505192B2
Authority
JP
Japan
Prior art keywords
external device
unit
control unit
device control
image
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
Application number
JP2020017303A
Other languages
Japanese (ja)
Other versions
JP2021124906A (en
Inventor
和仁 迫水
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2020017303A priority Critical patent/JP7505192B2/en
Publication of JP2021124906A publication Critical patent/JP2021124906A/en
Application granted granted Critical
Publication of JP7505192B2 publication Critical patent/JP7505192B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Processing (AREA)
  • Emergency Alarm Devices (AREA)
  • Alarm Systems (AREA)

Description

本発明は、画像処理装置、画像処理プログラム、及び画像処理方法に関し、例えば、画像に基づき被写体の状態を判定する画像処理装置に適用し得る。 The present invention relates to an image processing device, an image processing program, and an image processing method, and can be applied to, for example, an image processing device that determines the state of a subject based on an image.

近年、監視カメラの普及は進み、画像を用いて被写体の状態を判定する技術も実用化が進んでいる。例えば、特許文献1では、被写体の状態を判定するために、測定画像とは別に、判定を補助する基準となる画像を参照画像として取得し、参照画像と測定画像とを比較することで測定画像の状態を判定するシステムが開示されている。 In recent years, surveillance cameras have become more widespread, and technology for determining the condition of a subject using images has also come into practical use. For example, Patent Document 1 discloses a system that, in order to determine the condition of a subject, acquires a reference image that serves as a reference for assisting in the determination, separate from the measurement image, and determines the condition of the measurement image by comparing the reference image with the measurement image.

図4は、特許文献1に代表される従来の画像処理装置の一例を示すブロック図である。図4で示される画像処理装置100は、外部からトリガーを受けたときに参照画像を取得し更新する参照画像取得部A1と、測定画像を取得する測定画像取得部A2と、参照画像と測定画像とを比較することで状態信号を計算する画像比較部A3とから構成される。参照画像と測定画像の比較は、例えば特許文献1にて示されている通り、背景差分法による画像解析処理が存在する。 Figure 4 is a block diagram showing an example of a conventional image processing device as typified by Patent Document 1. The image processing device 100 shown in Figure 4 is composed of a reference image acquisition unit A1 that acquires and updates a reference image when an external trigger is received, a measurement image acquisition unit A2 that acquires a measurement image, and an image comparison unit A3 that calculates a status signal by comparing the reference image with the measurement image. The comparison between the reference image and the measurement image can be carried out by image analysis processing using a background subtraction method, as shown in Patent Document 1, for example.

以上のように、図4の構成を採用することで、参照画像取得時から被写体がどのように変化したかを画像解析によって判定することができる。 As described above, by adopting the configuration shown in Figure 4, it is possible to determine through image analysis how the subject has changed since the reference image was captured.

特開2008-77379号公報JP 2008-77379 A

しかしながら、図5に示すように、画像処理装置100が開閉可能な閉空間に設置され、照明によって照らしながら被写体がどのように変化したかを画像解析によって判定することを考えた場合、参照画像の取得タイミングに問題が生じる。 However, as shown in FIG. 5, when the image processing device 100 is installed in a closed space that can be opened and closed, and image analysis is used to determine how the subject has changed while being illuminated by light, a problem arises with the timing of acquiring the reference image.

例えばトリガーを画像処理装置100に備え付けのボタン等によって入力することを考えた場合、閉空間が開状態のときに参照画像を取得してしまうと、測定画像は閉状態のときに取得するため、開閉の違い、つまり照明条件の違いが画像変化の大勢を占めてしまい、照明条件の違いよりも小さな画像変化を解析により判定することは困難になる。 For example, if the trigger is input using a button or the like attached to the image processing device 100, if the reference image is acquired when the closed space is in an open state, the measurement image will be acquired when it is in a closed state, and the difference between opening and closing, i.e., the difference in lighting conditions, will dominate the image changes, making it difficult to determine by analysis image changes that are smaller than the difference in lighting conditions.

本問題を回避する方法として、例えばボタン等が操作されてから一定時間後にトリガーが入力されるようにタイマーをセットする方法も考えられるが、この方法は、閉状態になった直後の参照画像取得を保証するものではないから、閉状態になった直後に判定対象として関心のある被写体の変化が起きた場合に、当該変化が起きた後に参照画像を取得してしまい、当該変化を検出できなくなるという問題がある。逆にタイマーによる待機時間が十分でなければ、まだ閉状態になっていないにも関わらず開状態のまま参照画像を取得してしまう可能性もある。 One way to avoid this problem is to set a timer so that a trigger is input a certain amount of time after a button or the like is operated, but this method does not guarantee that a reference image will be acquired immediately after the camera is closed. Therefore, if a change occurs in the subject of interest to be judged immediately after the camera is closed, the reference image will be acquired after the change has occurred, making it impossible to detect the change. Conversely, if the waiting time set by the timer is not long enough, there is a possibility that a reference image will be acquired while the camera is still in the open state, even though the camera is not yet in the closed state.

そのため、所望しない参照画像を基準に比較してしまうことで被写体の状態の判定誤りが発生するという問題を低減できる画像処理装置、画像処理プログラム、及び画像処理方法が望まれている。 Therefore, there is a need for an image processing device, an image processing program, and an image processing method that can reduce the problem of erroneous judgment of the subject's condition caused by comparing an undesired reference image as the standard.

第1の本発明は、少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置において、(1)前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得する外部デバイス制御部と、(2)前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が開状態閾値よりも大きな値であれば開状態判定する開判定部と、(3)前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が閉状態閾値よりも小さな値であれば閉状態判定する閉判定部と、(4)前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する参照画像取得コア部とを備えることを特徴とする。 The first invention is an image processing device that determines the state of a subject in a closed space that can be opened and closed based on a reference image while controlling an external device having at least an illumination unit and an imaging unit, characterized in that it comprises: (1) an external device control unit that controls the external device to acquire unilluminated data or an illuminated image; (2) an open determination unit that calculates a representative value of brightness from the unilluminated data acquired by the external device control unit and determines the open state if the representative value is greater than an open state threshold ; (3) a closed determination unit that calculates a representative value of brightness from the unilluminated data acquired by the external device control unit and determines the closed state if the representative value is less than a closed state threshold ; and (4) a reference image acquisition core unit that controls the external device control unit to acquire the illuminated image based on the determination results of the open determination unit and the closed determination unit, and outputs the illuminated image as the reference image.

第2の本発明の画像処理プログラムは、少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置に搭載されるコンピュータを、(1)前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得する外部デバイス制御部と、(2)前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が開状態閾値よりも大きな値であれば開状態を判定する開判定部と、(3)前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が閉状態閾値よりも小さな値であれば閉状態判定する閉判定部と、(4)前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する参照画像取得コア部として機能させることを特徴とする。 The second image processing program of the present invention is characterized in that a computer mounted on an image processing device that determines the state of a subject in a closed space that can be opened and closed based on a reference image while controlling an external device having at least a lighting unit and a photographing unit functions as: (1) an external device control unit that controls the external device to acquire unilluminated data or an illuminated image; (2) an open judgment unit that calculates a representative value of brightness from the unilluminated data acquired by the external device control unit and determines an open state if the representative value is greater than an open state threshold ; (3) a closed judgment unit that calculates a representative value of brightness from the unilluminated data acquired by the external device control unit and determines a closed state if the representative value is less than a closed state threshold ; and (4) a reference image acquisition core unit that controls the external device control unit to acquire the illuminated image based on the judgment results of the open judgment unit and the closed judgment unit and outputs the illuminated image as the reference image.

第3の本発明は、少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置に使用する画像処理方法であって、(1)外部デバイス制御部は、前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得し、(2)開判定部は、前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が開状態閾値よりも大きな値であれば開状態判定し、(3)閉判定部は、前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が閉状態閾値よりも小さな値であれば閉状態判定し、(4)参照画像取得コア部は、前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力することを特徴とする。
第4の本発明は、少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置において、(1)前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得する外部デバイス制御部と、(2)前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、開状態を判定する開判定部と、(3)前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、閉状態を判定する閉判定部と、(4)前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する参照画像取得コア部とを備え、(5)前記外部デバイス制御部は、光による物理現象に急激な変化があったことを通知するトリガーを契機として、前記開判定部及び前記閉判定部で用いる前記照明なしデータをそれぞれ取得し、(6)前記参照画像取得コア部は、前記開判定部で開状態と判定され、続けて前記閉判定部で閉状態と判定された後、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力することを特徴とする。
第5の本発明の画像処理プログラムは、少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置に搭載されるコンピュータを、(1)前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得する外部デバイス制御部と、(2)前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、開状態を判定する開判定部と、(3)前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、閉状態を判定する閉判定部と、(4)前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する参照画像取得コア部として機能させ、(5)前記外部デバイス制御部は、光による物理現象に急激な変化があったことを通知するトリガーを契機として、前記開判定部及び前記閉判定部で用いる前記照明なしデータをそれぞれ取得し、(6)前記参照画像取得コア部は、前記開判定部で開状態と判定され、続けて前記閉判定部で閉状態と判定された後、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力することを特徴とする。
第6の本発明は、少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置に使用する画像処理方法であって、(1)外部デバイス制御部は、前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得し、(2)開判定部は、前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、開状態を判定し、(3)閉判定部は、前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、閉状態を判定し、(4)参照画像取得コア部は、前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力し、(5)前記外部デバイス制御部は、光による物理現象に急激な変化があったことを通知するトリガーを契機として、前記開判定部及び前記閉判定部で用いる前記照明なしデータをそれぞれ取得し、(6)前記参照画像取得コア部は、前記開判定部で開状態と判定され、続けて前記閉判定部で閉状態と判定された後、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力することを特徴とする。
The third invention is an image processing method used in an image processing device that determines the state of a subject in a closed space that can be opened and closed based on a reference image while controlling an external device having at least a lighting unit and a photographing unit, characterized in that (1) an external device control unit controls the external device to acquire unilluminated data or an illuminated image, (2) an open judgment unit calculates a representative value of brightness from the unilluminated data acquired by the external device control unit, and determines the open state if the representative value is greater than an open state threshold , (3) a closed judgment unit calculates a representative value of brightness from the unilluminated data acquired by the external device control unit, and determines the closed state if the representative value is less than a closed state threshold , and (4) a reference image acquisition core unit controls the external device control unit to acquire the illuminated image based on the judgment results of the open judgment unit and the closed judgment unit, and outputs the illuminated image as the reference image.
The fourth aspect of the present invention is an image processing device that determines a state of a subject in an openable and closable closed space based on a reference image while controlling an external device having at least a lighting unit and a photographing unit, the image processing device including: (1) an external device control unit that controls the external device to acquire unilluminated data or an illuminated image; (2) an open determination unit that calculates a representative value of brightness from the unilluminated data acquired by the external device control unit to determine an open state; (3) a closed determination unit that calculates a representative value of brightness from the unilluminated data acquired by the external device control unit to determine a closed state; and (4) a process that determines a closed state based on the determination results of the open determination unit and the closed determination unit. and a reference image acquisition core unit that controls the external device control unit to acquire the illuminated image and output the illuminated image as the reference image; (5) the external device control unit acquires the unilluminated data to be used in the open determination unit and the closed determination unit in response to a trigger that notifies of a sudden change in a physical phenomenon caused by light; and (6) after the open determination unit determines an open state and then the closed determination unit determines a closed state, the reference image acquisition core unit controls the external device control unit to acquire the illuminated image and output the illuminated image as the reference image.
The image processing program of the fifth invention includes a computer mounted on an image processing device that determines a state of a subject in an openable and closable closed space based on a reference image while controlling an external device having at least a lighting unit and an image capturing unit, the computer comprising: (1) an external device control unit that controls the external device to acquire no-illumination data or an image with illumination; (2) an open determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit and determines an open state; (3) a closed determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit and determines a closed state; and (4) the open determination unit and the closed determination unit. Based on the determination result, (5) the external device control unit controls the external device control unit to acquire the illuminated image and functions as a reference image acquisition core unit that outputs the illuminated image as the reference image, and (6) after the open determination unit determines an open state and the closed determination unit subsequently determines a closed state, the reference image acquisition core unit controls the external device control unit to acquire the illuminated image and output the illuminated image as the reference image.
A sixth aspect of the present invention is an image processing method used in an image processing device that determines the state of a subject in an openable and closable closed space based on a reference image while controlling an external device having at least an illumination unit and an image capture unit, wherein (1) an external device control unit controls the external device to acquire no-illumination data or an image with illumination, (2) an open determination unit calculates a representative value of brightness from the no-illumination data acquired by the external device control unit to determine an open state, (3) a closed determination unit calculates a representative value of brightness from the no-illumination data acquired by the external device control unit to determine a closed state, and (4) a reference image acquisition core unit controls the open state. (5) based on the judgment results of the determination unit and the closed judgment unit, the external device control unit is controlled to acquire the illuminated image and output the illuminated image as the reference image; (6) after the open judgment unit judges that the state is open and then the closed judgment unit judges that the state is closed, the reference image acquisition core unit controls the external device control unit to acquire the illuminated image and output the illuminated image as the reference image.

本発明によれば、所望しない参照画像を基準に比較してしまうことで被写体の状態の判定誤りが発生するという問題を低減できる。 The present invention can reduce the problem of erroneous judgment of the subject's condition caused by comparing an unwanted reference image as the standard.

実施形態に係る画像処理装置の一例を示すブロック図である。1 is a block diagram showing an example of an image processing apparatus according to an embodiment; 実施形態に係る画像処理装置の全体的な動作を示すフローチャートである。4 is a flowchart showing the overall operation of the image processing apparatus according to the embodiment. 実施形態に係る参照画像取得部の特徴動作を示すフローチャートである。10 is a flowchart illustrating a characteristic operation of a reference image acquisition unit according to the embodiment. 従来の画像処理装置の一例を示すブロック図である。FIG. 1 is a block diagram showing an example of a conventional image processing device. 従来の画像処理装置の配置例を示す説明図である。FIG. 1 is an explanatory diagram showing an example of the arrangement of a conventional image processing device.

(A)主たる実施形態
以下、本発明による画像処理装置、画像処理プログラム、及び画像処理方法の一実施形態を、図面を参照しながら詳述する。
(A) Main embodiment Hereinafter, an embodiment of an image processing device, an image processing program, and an image processing method according to the present invention will be described in detail with reference to the drawings.

(A-1)実施形態の構成
図1は、実施形態に係る画像処理装置の一例を示すブロック図である。画像処理装置は、ハードウェア(例えば、専用の半導体チップ等)で構成するようにしても良いし、一部又は全部を、ソフトウェア的に構成するようにしても良い。
(A-1) Configuration of the embodiment Fig. 1 is a block diagram showing an example of an image processing device according to the embodiment. The image processing device may be configured with hardware (for example, a dedicated semiconductor chip, etc.), or may be configured in part or in whole by software.

図1において、画像処理装置10は、先述の図4の画像処理装置100と同様に、参照画像取得部A1、測定画像取得部A2、及び画像比較部A3を備える。ただし、画像処理装置10の参照画像取得部A1の機能及び内部構成が、画像処理装置100と異なるので、以下ではこの差異点を中心に詳述する。 In FIG. 1, the image processing device 10 includes a reference image acquisition unit A1, a measurement image acquisition unit A2, and an image comparison unit A3, similar to the image processing device 100 in FIG. 4 described above. However, the function and internal configuration of the reference image acquisition unit A1 of the image processing device 10 differs from that of the image processing device 100, and the following detailed description will focus on these differences.

また、画像処理装置10は、外部デバイスとして、カメラ20及び照明30を備えるものとする。なお、このカメラ20及び照明30は、画像処理装置10と一体化して組み込まれても良い。さらに、この実施形態では、画像処理装置10は、先述の図5で示したような開閉可能な閉空間に設置されていることを前提とする。 The image processing device 10 also includes a camera 20 and lighting 30 as external devices. The camera 20 and lighting 30 may be integrated into the image processing device 10. In addition, in this embodiment, it is assumed that the image processing device 10 is installed in a closed space that can be opened and closed, as shown in FIG. 5 above.

画像処理装置10の参照画像取得部A1は、外部デバイス制御部B11、開判定部B12、閉判定部B13、参照画像取得コア部B14、及び状態変数Vを備える。 The reference image acquisition unit A1 of the image processing device 10 includes an external device control unit B11, an open determination unit B12, a closed determination unit B13, a reference image acquisition core unit B14, and a state variable V.

外部デバイス制御部B11は、外部デバイス(カメラ20及び照明30)を制御し画像等のデータを取得するための入出力機能を備え、光などの物理現象に急激な変化があったことを通知するトリガーと閉判定部B13からのトリガーを入力する機能を備える。また、外部デバイス制御部B11は、照明なしデータを開判定部B12と閉判定部B13へ出力する機能と、照明付き画像を参照画像取得コア部B14へ出カする機能を備える。トリガーは、限定されず例えば人感センサーなどから入力される。 The external device control unit B11 has input/output functions for controlling external devices (camera 20 and lighting 30) and acquiring data such as images, and has a function for inputting a trigger that notifies of a sudden change in a physical phenomenon such as light and a trigger from the closed determination unit B13. The external device control unit B11 also has a function for outputting no-illumination data to the open determination unit B12 and the closed determination unit B13, and a function for outputting an illuminated image to the reference image acquisition core unit B14. The trigger is not limited to this and can be input, for example, from a human sensor.

開判定部B12は、照明なしデータを外部デバイス制御部B11から入力する機能と、開状態閾値を外部から入する機能に加えて、照明なしデータの代表値と開状態閾値を比較する機能を備える。 The open determination unit B12 has a function of inputting no-illumination data from the external device control unit B11, a function of inputting an open state threshold from the outside, and a function of comparing a representative value of the no-illumination data with the open state threshold.

閉判定部B13は、照明なしデータを外部デバイス制御部B11から入力する機能と、閉状態閾値を外部から入する機能に加えて、照明なしデータの代表値と閉状態閾値を比較する機能を備える。 The closed determination unit B13 has a function of inputting no-illumination data from the external device control unit B11, a function of inputting a closed state threshold from the outside, and a function of comparing a representative value of the no-illumination data with the closed state threshold.

参照画像取得コア部B14は、外部デバイス制御部B11から入力された照明付き画像を、参照画像として画像比較部A3への出力する機能を備える。 The reference image acquisition core unit B14 has the function of outputting the illuminated image input from the external device control unit B11 to the image comparison unit A3 as a reference image.

(A-2)実施形態の動作
次に、この実施形態に係る画像処理装置10の動作を、図面を参照しながら詳細に説明する。図2は、実施形態に係る画像処理装置の全体的な動作を示すフローチャートである。
(A-2) Operation of the embodiment Next, the operation of the image processing device 10 according to this embodiment will be described in detail with reference to the drawings. Fig. 2 is a flowchart showing the overall operation of the image processing device according to the embodiment.

まず、画像処理装置10は、参照画像取得部A1において、外部デバイス(カメラ20、照明30)を制御して参照画像を取得し、画像比較部A3に参照画像を提供し続ける(S1)。 First, the image processing device 10 controls the external devices (camera 20, lighting 30) in the reference image acquisition unit A1 to acquire a reference image, and continues to provide the reference image to the image comparison unit A3 (S1).

次に、測定画像取得部A2は、照明30を点灯した状態で、カメラ20により画像を取得し、取得した測定画像を画像比較部A3に出力する(S2)。 Next, the measurement image acquisition unit A2 acquires an image using the camera 20 with the light 30 turned on, and outputs the acquired measurement image to the image comparison unit A3 (S2).

そして、画像比較部A3は、測定画像と参照画像を比較し、状態信号を計算する(S3)。 Then, the image comparison unit A3 compares the measurement image with the reference image and calculates a status signal (S3).

次に、参照画像取得部A1内部の詳細な動作(先述のステップS1の詳細な動作)を説明する。図3は、実施形態に係る参照画像取得部の特徴動作を示すフローチャートである。 Next, the detailed operation of the reference image acquisition unit A1 (the detailed operation of step S1 described above) will be described. FIG. 3 is a flowchart showing the characteristic operation of the reference image acquisition unit according to the embodiment.

まず、外部デバイス制御部B11は、初期化処理として状態変数Vを開判定待ちにする(S11-1)。 First, the external device control unit B11 initializes the state variable V by waiting for an open determination (S11-1).

次に、外部デバイス制御部B11は、トリガーが入力されるまで待機し、トリガーが入力されたら状態変数Vに応じて処理を分岐する(ステップS11-2)。外部デバイス制御部B11は、状態変数Vが開判定待ちの場合には、次のステップS11-3に進み、状態変数Vが閉判定待ちの場合には、後述するステップS11-4に進み、状態変数Vが参照画像取得待ちの場合には、後述するステップS11-5に進む。 Next, the external device control unit B11 waits until a trigger is input, and when the trigger is input, branches the process according to the state variable V (step S11-2). If the state variable V is waiting for an open determination, the external device control unit B11 proceeds to the next step S11-3, if the state variable V is waiting for a closed determination, the external device control unit B11 proceeds to step S11-4, which will be described later, and if the state variable V is waiting for a reference image to be acquired, the external device control unit B11 proceeds to step S11-5, which will be described later.

外部デバイス制御部B11は、外部デバイスを制御することで照明なしデータを取得し、開判定部B12に出力する(ステップS11-3)。 The external device control unit B11 obtains no-lighting data by controlling the external device and outputs it to the open determination unit B12 (step S11-3).

開判定部B12は、照明なしデータから明るさの代表値を計算して、開状態閾値と比較し、開状態と判定した場合、状態変数を閉判定待ちに変更する(ステップS12)。 The open determination unit B12 calculates a representative brightness value from the no-illumination data, compares it with the open state threshold, and if it determines that the state is open, changes the state variable to waiting for a closed determination (step S12).

ここで、代表値とは、例えば、画像全体の画素値または画像の一部の画素値から求める平均画素値や中央値であり、例えば、照明無しデータがJPEG等やMPEG-4/AVC等の圧縮フォーマットで圧縮されている場合、圧縮データのデータ量である。代表債が画素値の統計値の場合、画素値は光の強さを表すため、閉所の場合、代表値は小さな値を取ることになる。また、代表値が圧縮データのデータ量の場合、閉所の場合は画像全体が黒一色に近づき、言い換えると画像情報としてエントロピーが小さくなるため、データ量もまた小さな値を取ることになる。また、前述の傾向があるため、画素値列から画像のエントロピーを求めて、エントロピーを代表値として使用しても良い。この場合も、閉所のときに代表値は小さな値を取ることになる。 Here, the representative value is, for example, the average pixel value or median value found from the pixel values of the entire image or the pixel values of a part of the image. For example, when unilluminated data is compressed in a compression format such as JPEG or MPEG-4/AVC, it is the amount of compressed data. When the representative value is a statistical value of pixel values, the pixel values represent the intensity of light, so in closed spaces, the representative value will be a small value. Also, when the representative value is the amount of compressed data, in closed spaces, the entire image approaches solid black, in other words, the entropy of the image information is small, so the amount of data will also be a small value. Also, because of the above-mentioned tendency, the entropy of the image can be found from the pixel value sequence and used as the representative value. In this case as well, the representative value will be a small value when closed spaces are present.

代表値が画像全体の画素値や画像の一部の画素値から求める平均画素値や中央値であったり、データ量やエントロピーであったりした場合は、閉所の場合は代表値が小さくなる傾向にあるため、代表値が開状態閾値よりも高い値になっている場合に開状態と判定する。 If the representative value is the average pixel value or median value calculated from the pixel values of the entire image or part of the image, or if it is the amount of data or entropy, the representative value tends to be small in the case of a closed space, so the state is determined to be open if the representative value is higher than the open state threshold.

なお、照明無しデータについては高精細な画像である必要がないため、外部デバイスを制御することで、例えば参照画像や測定画像の取得時と比べて低解像度なパラメータで画像を取得しても良い。解像度を低く抑えることでデータの転送時間等を抑えることができ、低消費電力になる。 In addition, since the no-illumination data does not need to be a high-resolution image, an external device may be controlled to acquire images with lower resolution parameters than, for example, the reference image or measurement image. By keeping the resolution low, data transfer time can be reduced, resulting in lower power consumption.

一方、外部デバイス制御部B11は、先述のステップS11-2において、状態変数Vが、閉判定待ちと判定された場合には、外部デバイスを制御することで照明なしデータを取得し、閉判定部B13に出力する(ステップS11-4)。 On the other hand, if the external device control unit B11 determines in step S11-2 that the state variable V is waiting for a closed determination, it controls the external device to obtain no-illumination data and outputs it to the closed determination unit B13 (step S11-4).

閉判定部B13は、照明なしデータから明るさの代表値を計算して、閉状態閾値と比較し、閉状態と判定した場合、状態変数Vを参照画像取得待ちに変更したうえで、外部デバイス制御部B11にトリガーを出力する(ステップS13)。 The closed determination unit B13 calculates a representative brightness value from the no-illumination data, compares it with the closed state threshold, and if it determines that the state is closed, it changes the state variable V to waiting for acquisition of a reference image and outputs a trigger to the external device control unit B11 (step S13).

当該ステップS13における判定は、具体的には、先のステップS12で述べた方法を用いることができる。ただし、本ステップでは、開状態ではなく閉状態を求めるため、代表値が画像全体の画素値や画像の一部の画素値から求める平均画素値や中央値であったり、データ量やエントロピーであったりした場合には、閉所の場合は代表値が小さくなる傾向にあるため、代表値が閉状態閾値よりも低い値になっている場合に閉状態と判定する。 Specifically, the determination in step S13 can be made using the method described in step S12 above. However, in this step, since the closed state is sought instead of the open state, if the representative value is the average pixel value or median value found from the pixel values of the entire image or a portion of the image, or if it is the amount of data or entropy, the representative value tends to be small in the case of an enclosed space, so the state is determined to be closed when the representative value is lower than the closed state threshold value.

また、外部デバイス制御部B11は、先述のステップS11-2において、状態変数Vが、参照画像取得待ちと判定された場合には、外部デバイスを制御することで照明付き画像を取得し、参照画像取得コア部B14に出力する(ステップS11-5)。 In addition, if the external device control unit B11 determines in step S11-2 described above that the state variable V is waiting for reference image acquisition, it controls the external device to acquire an illuminated image and outputs it to the reference image acquisition core unit B14 (step S11-5).

そして、参照画像取得コア部B14は、状態変数を開判定待ちに変更したうえで、参照画像を照明付き画像に更新し、画像比較部A3に参照画像を提供し続ける(S14)。 Then, the reference image acquisition core unit B14 changes the state variable to waiting for an open determination, updates the reference image to an illuminated image, and continues to provide the reference image to the image comparison unit A3 (S14).

(A-3)実施形態の効果
以上のように、本実施形態によれば、照明なしデータに基づき閉状態であることを確認した直後の画像を照明付き画像として取得することで、閉状態の参照画像を取得することができており、望ましくない参照画像を基準に比較してしまうことで判定誤りが発生するという問題を回避できる。
(A-3) Effects of the embodiment As described above, according to the present embodiment, a reference image for the closed state can be obtained by acquiring an image with illumination immediately after confirming that the state is closed based on unilluminated data, thereby avoiding the problem of erroneous judgment caused by comparing an undesirable reference image as the standard.

また、この実施形態の画像処理装置10は、閉状態であることを確認するに先立って、照明なしデータに基づき開状態であることを確認しているため、閉状態が実態としては維持されているときに、光などの物理現象に急激な変化があったことを通知するトリガーの誤検出によって、誤って参照画像を更新してしまうという問題も解消している。 In addition, the image processing device 10 of this embodiment confirms that the door is in the open state based on the no-illumination data before confirming that the door is in the closed state. This eliminates the problem of erroneously updating the reference image due to erroneous detection of a trigger that notifies of a sudden change in a physical phenomenon such as light when the door is actually in the closed state.

(B)他の実施形態
上記実施形態においても種々の変形実施形態を言及したが、本発明は、以下の変形実施形態にも適用できる。
(B) Other Embodiments Although various modified embodiments have been mentioned in the above embodiment, the present invention can also be applied to the following modified embodiments.

(B-1)上記実施形態では、開状態や閉状態の判定のために照明なしデータを使用しており、照明なしデータは照明なし画像を想定して説明しているが、照明なしデータとして、例えば照度センサーを用いた判定を実施しても良い。 (B-1) In the above embodiment, no-illumination data is used to determine whether the door is open or closed, and the no-illumination data is described assuming a no-illumination image. However, the no-illumination data may be determined using, for example, an illuminance sensor.

(B-2)上記実施形態では、外部デバイス制御部B11は、トリガーが入力されたタイミングでのみ閉状態の判定を実施しているが、トリガーの誤検出や閉判定部B13の誤判定により、ステップS13で、いつまで経っても閉状態と判定されず参照画像が更新されないリスクがある。そのため、開判定部B12と閉判定部B13の処理のなかで短期間のタイマーをセットし、一定時間経過後に、図2の実線(又は点線)で示すようにトリガーを外部デバイス制御部B11に出力する構成とすることで、本発明の効果が、より確かに発揮されるようにしても良い。 (B-2) In the above embodiment, the external device control unit B11 determines whether the device is in the closed state only when the trigger is input. However, due to erroneous detection of the trigger or erroneous determination by the closed determination unit B13, there is a risk that the device will never be determined to be in the closed state in step S13 and the reference image will never be updated. For this reason, the effects of the present invention may be more reliably achieved by setting a short-term timer in the processing of the open determination unit B12 and the closed determination unit B13, and outputting a trigger to the external device control unit B11 after a certain period of time has elapsed, as shown by the solid line (or dotted line) in Figure 2.

10、100…画像処理装置、20…カメラ、30…照明、A1…参照画像取得部、A2…測定画像取得部、A3…画像比較部、B11…外部デバイス制御部、B12…開判定部、B13…閉判定部、B14…参照画像取得コア部、V…状態変数。
10, 100...image processing device, 20...camera, 30...lighting, A1...reference image acquisition unit, A2...measurement image acquisition unit, A3...image comparison unit, B11...external device control unit, B12...open judgment unit, B13...close judgment unit, B14...reference image acquisition core unit, V...state variable.

Claims (8)

少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置において、
前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得する外部デバイス制御部と、
前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が開状態閾値よりも大きな値であれば開状態判定する開判定部と、
前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が閉状態閾値よりも小さな値であれば閉状態判定する閉判定部と、
前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する参照画像取得コア部と
を備えることを特徴とする画像処理装置。
An image processing device that determines a state of a subject in an openable and closable closed space based on a reference image while controlling an external device including at least a lighting unit and a photographing unit,
an external device control unit that controls the external device to acquire unilluminated data or illuminated images;
an open determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit, and determines that the sensor is in an open state if the representative value is greater than an open state threshold ;
a close determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit, and determines that the light source is in a closed state if the representative value is smaller than a closed state threshold value ;
and a reference image acquisition core unit that controls the external device control unit to acquire the illuminated image based on the judgment results of the open judgment unit and the closed judgment unit, and outputs the illuminated image as the reference image.
少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置において、
前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得する外部デバイス制御部と、
前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、開状態を判定する開判定部と、
前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、閉状態を判定する閉判定部と、
前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する参照画像取得コア部と
を備え、
前記外部デバイス制御部は、光による物理現象に急激な変化があったことを通知するトリガーを契機として、前記開判定部及び前記閉判定部で用いる前記照明なしデータをそれぞれ取得し、
前記参照画像取得コア部は、前記開判定部で開状態と判定され、続けて前記閉判定部で閉状態と判定された後、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する
ことを特徴とする画像処理装置。
An image processing device that determines a state of a subject in an openable and closable closed space based on a reference image while controlling an external device including at least a lighting unit and a photographing unit,
an external device control unit that controls the external device to acquire unilluminated data or illuminated images;
an open determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit and determines an open state;
a close determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit and determines a closed state;
a reference image acquisition core unit that controls the external device control unit to acquire the illuminated image based on the judgment results of the open judgment unit and the closed judgment unit, and outputs the illuminated image as the reference image;
Equipped with
the external device control unit acquires the no-illumination data used by the open determination unit and the close determination unit in response to a trigger notifying that a sudden change has occurred in a physical phenomenon caused by light;
an image processing apparatus characterized in that, after the open determination unit determines an open state and then the closed determination unit subsequently determines a closed state, the reference image acquisition core unit controls the external device control unit to acquire the illuminated image and output the illuminated image as the reference image.
前記開判定部による判定処理の後、所定時間経過後に前記トリガーを前記外部デバイス制御部に出力するトリガー発生部をさらに備えることを特徴とする請求項2に記載の画像処理装置。 The image processing device according to claim 2, further comprising a trigger generating unit that outputs the trigger to the external device control unit after a predetermined time has elapsed after the determination process by the open determination unit. 前記照明なしデータは、前記照明あり画像に比べて低解像度であることを特徴とする請求項1~のいずれかに記載の画像処理装置。 4. The image processing apparatus according to claim 1, wherein the non-illuminated data has a lower resolution than the illuminated image. 少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置に搭載されるコンピュータを、
前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得する外部デバイス制御部と、
前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が開状態閾値よりも大きな値であれば開状態判定する開判定部と、
前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が閉状態閾値よりも小さな値であれば閉状態判定する閉判定部と、
前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する参照画像取得コア部と
して機能させることを特徴とする画像処理プログラム。
A computer installed in an image processing device that determines a state of a subject in an openable and closable closed space based on a reference image while controlling an external device having at least a lighting unit and a photographing unit,
an external device control unit that controls the external device to acquire unilluminated data or illuminated images;
an open determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit, and determines that the sensor is in an open state if the representative value is greater than an open state threshold value ;
a close determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit, and determines that the light source is in a closed state if the representative value is smaller than a closed state threshold value ;
an image processing program for controlling the external device control unit to acquire the illuminated image based on the judgment results of the open judgment unit and the closed judgment unit, and causing the external device control unit to function as a reference image acquisition core unit that outputs the illuminated image as the reference image.
少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置に使用する画像処理方法であって、
外部デバイス制御部は、前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得し、
開判定部は、前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が開状態閾値よりも大きな値であれば開状態判定し、
閉判定部は、前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、前記代表値が閉状態閾値よりも小さな値であれば閉状態判定し、
参照画像取得コア部は、前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する
ことを特徴とする画像処理方法。
An image processing method for use in an image processing device that determines a state of a subject in an openable and closable closed space based on a reference image while controlling an external device having at least a lighting unit and a photographing unit,
The external device control unit controls the external device to acquire unilluminated data or illuminated images;
an open determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit, and determines an open state if the representative value is greater than an open state threshold value ;
a close determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit, and determines that the light source is in a closed state if the representative value is smaller than a closed state threshold value ;
a reference image acquisition core unit controls the external device control unit to acquire the illuminated image based on the judgment results of the open judgment unit and the closed judgment unit, and outputs the illuminated image as the reference image.
少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置に搭載されるコンピュータを、A computer installed in an image processing device that determines a state of a subject in an openable and closable closed space based on a reference image while controlling an external device having at least a lighting unit and a photographing unit,
前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得する外部デバイス制御部と、an external device control unit that controls the external device to acquire unilluminated data or illuminated images;
前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、開状態を判定する開判定部と、an open determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit and determines an open state;
前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、閉状態を判定する閉判定部と、a close determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit and determines a closed state;
前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力する参照画像取得コア部とa reference image acquisition core unit that controls the external device control unit to acquire the illuminated image based on the judgment results of the open judgment unit and the closed judgment unit, and outputs the illuminated image as the reference image;
して機能させ、and make it work.
前記外部デバイス制御部は、光による物理現象に急激な変化があったことを通知するトリガーを契機として、前記開判定部及び前記閉判定部で用いる前記照明なしデータをそれぞれ取得し、the external device control unit acquires the no-illumination data used by the open determination unit and the close determination unit in response to a trigger notifying that a sudden change has occurred in a physical phenomenon caused by light;
前記参照画像取得コア部は、前記開判定部で開状態と判定され、続けて前記閉判定部で閉状態と判定された後、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力するAfter the open determination unit determines an open state and the close determination unit subsequently determines a closed state, the reference image acquisition core unit controls the external device control unit to acquire the illuminated image and outputs the illuminated image as the reference image.
ことを特徴とする画像処理プログラム。2. An image processing program comprising:
少なくとも照明部及び撮影部を備える外部デバイスを制御しつつ、開閉可能な閉空間内の被写体の状態を参照画像に基づき判定する画像処理装置に使用する画像処理方法であって、An image processing method for use in an image processing device that determines a state of a subject in an openable and closable closed space based on a reference image while controlling an external device having at least a lighting unit and a photographing unit,
外部デバイス制御部は、前記外部デバイスを制御して照明なしデータ又は照明付き画像を取得し、The external device control unit controls the external device to acquire unilluminated data or illuminated images;
開判定部は、前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、開状態を判定し、an open determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit and determines an open state;
閉判定部は、前記外部デバイス制御部で取得された前記照明なしデータから明るさの代表値を計算して、閉状態を判定し、a closed state determination unit that calculates a representative value of brightness from the no-illumination data acquired by the external device control unit and determines a closed state;
参照画像取得コア部は、前記開判定部及び前記閉判定部の判定結果に基づき、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力し、a reference image acquisition core unit that controls the external device control unit to acquire the illuminated image based on the determination results of the open determination unit and the closed determination unit, and outputs the illuminated image as the reference image;
前記外部デバイス制御部は、光による物理現象に急激な変化があったことを通知するトリガーを契機として、前記開判定部及び前記閉判定部で用いる前記照明なしデータをそれぞれ取得し、the external device control unit acquires the no-illumination data used by the open determination unit and the close determination unit in response to a trigger notifying that a sudden change has occurred in a physical phenomenon caused by light;
前記参照画像取得コア部は、前記開判定部で開状態と判定され、続けて前記閉判定部で閉状態と判定された後、前記外部デバイス制御部を制御して前記照明付き画像を取得し、該照明付き画像を前記参照画像として出力するAfter the open determination unit determines an open state and the close determination unit subsequently determines a closed state, the reference image acquisition core unit controls the external device control unit to acquire the illuminated image and outputs the illuminated image as the reference image.
ことを特徴とする画像処理方法。13. An image processing method comprising:
JP2020017303A 2020-02-04 2020-02-04 IMAGE PROCESSING APPARATUS, IMAGE PROCESSING PROGRAM, AND IMAGE PROCESSING METHOD Active JP7505192B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2020017303A JP7505192B2 (en) 2020-02-04 2020-02-04 IMAGE PROCESSING APPARATUS, IMAGE PROCESSING PROGRAM, AND IMAGE PROCESSING METHOD

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2020017303A JP7505192B2 (en) 2020-02-04 2020-02-04 IMAGE PROCESSING APPARATUS, IMAGE PROCESSING PROGRAM, AND IMAGE PROCESSING METHOD

Publications (2)

Publication Number Publication Date
JP2021124906A JP2021124906A (en) 2021-08-30
JP7505192B2 true JP7505192B2 (en) 2024-06-25

Family

ID=77458994

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2020017303A Active JP7505192B2 (en) 2020-02-04 2020-02-04 IMAGE PROCESSING APPARATUS, IMAGE PROCESSING PROGRAM, AND IMAGE PROCESSING METHOD

Country Status (1)

Country Link
JP (1) JP7505192B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013122339A (en) 2011-12-12 2013-06-20 Sharp Corp Ion generation device
JP2018035983A (en) 2016-08-30 2018-03-08 シャープ株式会社 Food storage, internal shooting system
JP2018179344A (en) 2017-04-06 2018-11-15 三菱電機株式会社 Refrigerator and refrigerator system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013122339A (en) 2011-12-12 2013-06-20 Sharp Corp Ion generation device
JP2018035983A (en) 2016-08-30 2018-03-08 シャープ株式会社 Food storage, internal shooting system
JP2018179344A (en) 2017-04-06 2018-11-15 三菱電機株式会社 Refrigerator and refrigerator system

Also Published As

Publication number Publication date
JP2021124906A (en) 2021-08-30

Similar Documents

Publication Publication Date Title
EP3624439B1 (en) Imaging processing method for camera module in night scene, electronic device and storage medium
US7304681B2 (en) Method and apparatus for continuous focus and exposure in a digital imaging device
EP2081374B1 (en) Imaging apparatus and its control method
CN103733607B (en) For detecting the apparatus and method of moving object
CN110290323B (en) Image processing method, apparatus, electronic device, and computer-readable storage medium
US20080062275A1 (en) Image sensing apparatus and exposure control method
CN105959581A (en) Electronic device for image capture with dynamically controlled flash and related control method
TWI300159B (en) Camera system
US9344640B2 (en) Imaging device, integrated circuit, and flicker reduction method
JP6991733B2 (en) Controls, control methods, and programs
US20200314318A1 (en) Imaging apparatus and control method therefor
JP7505192B2 (en) IMAGE PROCESSING APPARATUS, IMAGE PROCESSING PROGRAM, AND IMAGE PROCESSING METHOD
CN101621630A (en) Automatic switching system and method of image sensing modes
US7167267B2 (en) Noise reduction in an image capturing device
US8294775B2 (en) Fluttering illumination system and method for encoding the appearance of a moving object
KR20110090098A (en) Digital image processing device and control method thereof
JP2023033804A (en) Imaging apparatus, control method of imaging apparatus, and program
CN113949784A (en) Synchronous imaging control method, device and storage medium
JP7218116B2 (en) IMAGING DEVICE AND METHOD OF CONTROLLING IMAGING DEVICE
KR20060135545A (en) Imaging device
US20130083963A1 (en) Electronic camera
JP2003143486A (en) Image pickup device
WO2020241093A1 (en) Image processing device, storage medium, and image processing method
JP2002281389A (en) Imaging device
JP2019022028A (en) Imaging apparatus, control method and program thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221108

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231226

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240226

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: 20240514

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240527