WO2001015434A1 - Method and apparatus for automatic focusing in an image capture ystem using symmetric fir filters - Google Patents

Method and apparatus for automatic focusing in an image capture ystem using symmetric fir filters Download PDF

Info

Publication number
WO2001015434A1
WO2001015434A1 PCT/US2000/022128 US0022128W WO0115434A1 WO 2001015434 A1 WO2001015434 A1 WO 2001015434A1 US 0022128 W US0022128 W US 0022128W WO 0115434 A1 WO0115434 A1 WO 0115434A1
Authority
WO
WIPO (PCT)
Prior art keywords
focal length
image
focal
interest
absolute value
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.)
Ceased
Application number
PCT/US2000/022128
Other languages
English (en)
French (fr)
Inventor
Yap-Peng Tan
Brent Thomas
Tinku Acharya
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.)
Intel Corp
Original Assignee
Intel Corp
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 Intel Corp filed Critical Intel Corp
Priority to JP2001519029A priority Critical patent/JP2003507769A/ja
Priority to DE10084921T priority patent/DE10084921B4/de
Priority to AU65388/00A priority patent/AU771694B2/en
Priority to GB0203899A priority patent/GB2370111B/en
Priority to IL14824000A priority patent/IL148240A0/xx
Publication of WO2001015434A1 publication Critical patent/WO2001015434A1/en
Priority to IL148240A priority patent/IL148240A/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/60Control of cameras or camera modules
    • H04N23/67Focus control based on electronic image sensor signals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N23/00Cameras or camera modules comprising electronic image sensors; Control thereof
    • H04N23/60Control of cameras or camera modules
    • H04N23/67Focus control based on electronic image sensor signals
    • H04N23/675Focus control based on electronic image sensor signals comprising setting of focusing regions

Definitions

  • the invention relates to the field of digital imaging. Specifically, the present invention is directed towards a method and apparatus for automatic focusing in an image capture system using symmetric FIR filters.
  • Video capture may be used for such applications as video conferencing, video editing, and distributed video training.
  • Still image capture with a digital camera may be used for such applications as photo albums, photo editing, and compositing.
  • Each pixel element is responsible for capturing one of three- color channels: red, green, or blue. Specifically, each pixel element is made sensitive to a certain color channel through the use of a color filter placed over the pixel element such that the light energy reaching the pixel element is due only to the light energy from a particular spectrum. Each pixel element generates a signal that corresponds to the amount of light energy to which it is exposed.
  • a method for determining a focus value in an image including selecting an area of interest in the image and a color plane of interest. Then, filtering the color plane of interest within the area of interest to produce a filtered region; and, determining the mean absolute value of the filtered region.
  • a system for implementing the method is also disclosed.
  • Figure 1 is a diagram illustrating an image with an area of interest.
  • FIG 2 is a flow diagram illustrating the determination of a focal value (V) from an image such as the image in Figure 1 in accordance with one mode of operation of the present invention.
  • Figure 3 contains the impulse and frequency responses (both the magnitude and phase responses) of a filter configured in accordance with one embodiment of the present invention.
  • Figure 4 is a flow diagram illustrating one mode of operation of an auto- focusing system configured in accordance with the present invention.
  • Figure 5 contains the graphs of the focal values of images from four series of images as determined using the flow diagram of Figure 2.
  • the present invention provides an automatic focusing method and apparatus developed for digital image capture systems such as digital imaging and video cameras (to be generally referred to herein as "camera”).
  • digital image capture systems such as digital imaging and video cameras
  • camera to be generally referred to herein as "camera”
  • a sequence of images at different focal lengths is captured.
  • each image is filtered by a symmetric finite impulse response (FIR) filter.
  • a focus value which indicates the level of camera focus, is derived from the filtered image.
  • An FIR filter is adopted by the algorithm as it may be implemented by a fixed function digital signal processing (FFDSP) hardware with smaller computation costs and also avoid the error accumulation problem normally seen in infinite impulse response (IIR) filters.
  • FFTDSP fixed function digital signal processing
  • IIR infinite impulse response
  • using a symmetric filter can reduce the number of multiplications for filtering the image roughly by half, as compared to an asymmetric filter.
  • the focal distance at which the captured image has the largest focus value is considered the optimal focal distance
  • a processor and a memory is used to process the images to extract focus values for determining when the image capturing system is in focus.
  • the processor may be a digital signal processor or an application specific integrated circuit (ASIC).
  • the processor may also be a general purpose processor.
  • the memory may be any storage device suitable for access by the processor.
  • Figure 1 is a diagram illustrating an image 100 with a width X and a height Y.
  • Image 100 is composed of a set of pixels, each overlaid with a color filter from a color filter array (CFA) 102.
  • CFA 102 is in a Bayer pattern, with a repeated red (R), green (G), green (G), and blue (B) filter pattern.
  • Figure 1 also includes an area of interest 104, which has a size of N pixels and M rows.
  • FIG 2 is a flow diagram illustrating the determination of a focal value (V) from an image such as image 100 of Figure 1 in accordance with one mode of operation of the present invention.
  • an area of interest such as area of interest 104 is selected from an image such as image 100.
  • an area of interest is selected from the image in the calculation of the focal value for the image.
  • multiple areas of interest may be chosen, and multiple focal values may be calculated. The following description is directed towards determining one focal value per image.
  • a color plane of interest is chosen from the area of interest.
  • what is chosen is the green color plane, as the green spectrum is better suited for determining luminance.
  • another color plane may be chosen with the requirement that the color plane chosen contains most of the luminance information of the scene. For example, in a Y-
  • the yellow plane which contains most of the luminance information, would be chosen as the color plane of interest.
  • the pixel at location (0,0) of the cropped image region e.g., area of interest 104 is set to be a green pixel. Specifically, the top-left corner of the cropped image region is placed so that the top-left pixel is a green pixel.
  • every two green pixel columns in the cropped image region are merged into a single complete green pixel column to generate a green plane
  • G(i,j) is the value of the green pixel at location (i,j) of the cropped image region.
  • the G' is reduced to a size of M by N/2 pixels.
  • This merge operation is used for the specific CFA pattern (e.g., the Bayer pattern) used in this image capturing system, but may be modified for any CFA pattern as necessary.
  • merged color plane G' is filtered using a low-pass filter to reduce inaccuracies caused by noise (e.g., artifact edges introduced by the use of the Bayer pattern).
  • the interpolated green plane ⁇ « remains the same size of M by N/2 pixels.
  • operation then continues with block 208.
  • the system divides the interpolated green plane G a into three sub-regions, G ⁇ , G 2 and G 3 f with equal sizes.
  • the interpolated green plane G a is divided into three sub-regions of size M x N/6 pixels.
  • the interpolated green plane G a may be divided into three sub-regions of size M/3 x N/2 pixels.
  • the interpolated green plane G a may be divided into multiple regions of any size for other embodiments.
  • each sub region r G 2 and G 3 are filtered by a p- tap FIR filter:
  • the filter attempts to extract relevant edge information useful for determining whether the camera is in focus.
  • the p-tap FIR filter used to filter the sub regions G > , G ⁇ and G 3 of interpolated green plane G . is a 20-tap symmetric FIR filter.
  • a symmetric FIR filter is used in the algorithm because it can be implemented in current existing hardware with smaller computation costs and the number of multiplications required for filtering the image may be reduced roughly by half when compared to a non-symmetric FIR filter.
  • the FIR filter does not suffer from error accumulation problems normally encountered by IIR filters.
  • Table 1 contains one possible set of filter coefficients of the FIR filter that may be used to produce desired results.
  • Table 1 The coefficients of the symmetric FIR filter.
  • Figure 3 shows the impulse and frequency responses (both the magnitude and phase responses) of the filter designed.
  • the filter has a magnitude response similar to a band-pass filter. After each sub-region has been filtered, operation then continues with block 212.
  • a mean absolute value is computed for each filtered sub- region G ⁇ k :
  • V(r) the focus value of current image r
  • V(r) max .
  • Figure 4 is a flow diagram illustrating one mode of operation of an auto- focusing system configured in accordance with the present invention.
  • the scheme is presented with a series of images captured at different focal distances.
  • the scheme locates a focal distance at which the image would be focused before a complete series of images at different focal distances are captured.
  • the images to be processed by this scheme are captured as the scheme searches for the focused picture.
  • the scheme performs a quick search to find a focal length that produces a relatively focused image (e.g., by examining the focal values to find the highest focal value available) and overshoots that focal length to where the focal value is smaller by a certain percentage than the previous focal value.
  • the scheme performs a detailed search to determine a focal length that produces a more in-focus image.
  • This scheme works under the assumption that the computed focus value is a unimodal function of the focal distance, which is the case of most of the scenes encountered.
  • J f opt / J max where / is a focal distance; V(f) is the focal value that is computed for an image taken at/; V m ⁇ X is the largest focal value that has been found; _ ⁇ . « and mm are longest and shortest focal distances, respectively, capable by the image capture system; and P ⁇ is the optimal focal distance located by this scheme.
  • a focal value, V(f), is determined for an image captured at the focal distance /.
  • V(f) is determined following the description for Figure 2. As noted above, if the scheme is not presented with a series of captured images, then the system captures the image immediately during block 104, before the focal value is determined. After the focal value is computed in block 104, it is compared, in block 106, with the maximum focal value that has been found. If the focal value is greater than largest previously calculated focal value ( V( J ) > v mR , ) / operation continues with block 108. Otherwise, operation continues with block 110.
  • the coarse focal distance searching step is a step size for changing the focal distance during the search for the coarse focal distance.
  • the coarse focal distance searching step i is found by: where SN1 and SFN1 control the total number of image evaluations. SFN1 depends on the current F-Number setting as well as the current focal distance /. SFN1 may be tabularized or formulated with simple equations based on prior experiments.
  • SN1 is a number that controls the number of searches within the coarse search.
  • the step size may be larger as the image capturing system is in focus over a wider range of focal distances.
  • the step size should be smaller as the image capturing system is in focus over a narrow range of focal distances.
  • the scheme uses a predetermined percentage to evaluate whether the optimum focal value has been passed by the algorithm and the system is now evaluating images that are more and more out of focus (e.g., the focal value is becoming smaller and smaller). In other embodiments, the percentage may be variable based on the current focal distance or other parameters.
  • the focal distance that provides a focussed image is contained in the range from the maximum focal distance supported by the image capture system, f max , to the current focal distance,/.
  • the coarse search started from the maximum focal distance and examined the focal values of images captured at decreasing focal distances until a preset condition was met, it is logical that the focal distance of interest is contained in the range.
  • the current focal distance is subtracted with the coarse focal distance searching step in block 110, and one of the conditions that would cause the coarse search to end is if the current focal distance is not greater than or equal to ⁇ , there is the possibility that the current focal distance is a value that is lower tha f mi ⁇ , which is not a valid value.
  • a focal value, V(f), is determined for an image captured at the focal distance / V(f) is determined following the description for Figure 2.
  • the focal value is computed in block 116, it is compared, in block 118, with the maximum focal value that has been found. If the focal value is greater than largest previously calculated focal value ( ) > ⁇ « ' ), operation continues with block 120. Otherwise, operation continues with block 122.
  • the fine focal distance searching step is a step size for changing the focal distance during the search for the fine focal distance.
  • the focal distance searching step tsi is found by:
  • step size' is set much smaller than the step size ⁇ i to have provide higher fine tune capability.
  • the step size may be larger as the image capturing system is in focus over a wider range of focal distances.
  • the step size should be smaller as the image capturing system is in focus over a narrow range of focal distances.
  • the scheme uses a predetermined percentage to evaluate whether the optimum focal value has been passed by the algorithm and the system is now evaluating images that are more and more out of focus (e.g., the focal value is becoming smaller and smaller). In other embodiments, the percentage may be variable based on the current focal distance or other parameters.
  • the optimal focal distance, J pl , is output and the operation ends for the series of images (or, in the case where the system is capturing images as needed for evaluation of the focal value, the operation ends until a new focal distance is needed).
  • Figure 5 illustrates the focus values for the images of four sequences (normalized to the maximum focus value within each test sequence).
  • the images marked with circles (o) are well focused images indicated.
  • the computed focus values may be user to identify well focused images for the four sequences.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Studio Devices (AREA)
  • Automatic Focus Adjustment (AREA)
  • Image Processing (AREA)
  • Color Television Image Signal Generators (AREA)
  • Focusing (AREA)
  • Color Image Communication Systems (AREA)
PCT/US2000/022128 1999-08-25 2000-08-11 Method and apparatus for automatic focusing in an image capture ystem using symmetric fir filters Ceased WO2001015434A1 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
JP2001519029A JP2003507769A (ja) 1999-08-25 2000-08-11 対称firフィルタを使用した画像キャプチャ・システムにおける自動焦点合わせのための方法および装置
DE10084921T DE10084921B4 (de) 1999-08-25 2000-08-11 Verfahren und Einrichtung zum automatischen Fokussieren in einem Bildaufnahmesystem unter Verwendung symmetrischer FIR-Filter
AU65388/00A AU771694B2 (en) 1999-08-25 2000-08-11 Method and apparatus for automatic focusing in an image capture ystem using symmetric FIR filters
GB0203899A GB2370111B (en) 1999-08-25 2000-08-11 Method and apparatus for automatic focusing in an image capture ystem using symmetric fir filters
IL14824000A IL148240A0 (en) 1999-08-25 2000-08-11 Method and apparatus for automatic focusing in an image capture system using symmetric fir filters
IL148240A IL148240A (en) 1999-08-25 2002-02-19 Method and device for auto-targeting in a reflection-capturing system that uses finite, symmetric attack response filters

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/383,117 US6373481B1 (en) 1999-08-25 1999-08-25 Method and apparatus for automatic focusing in an image capture system using symmetric FIR filters
US09/383,117 1999-08-25

Publications (1)

Publication Number Publication Date
WO2001015434A1 true WO2001015434A1 (en) 2001-03-01

Family

ID=23511795

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/022128 Ceased WO2001015434A1 (en) 1999-08-25 2000-08-11 Method and apparatus for automatic focusing in an image capture ystem using symmetric fir filters

Country Status (10)

Country Link
US (1) US6373481B1 (https=)
JP (1) JP2003507769A (https=)
KR (1) KR100449835B1 (https=)
AU (1) AU771694B2 (https=)
DE (1) DE10084921B4 (https=)
GB (1) GB2370111B (https=)
IL (2) IL148240A0 (https=)
RU (1) RU2222113C2 (https=)
TW (1) TW490976B (https=)
WO (1) WO2001015434A1 (https=)

Families Citing this family (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6658399B1 (en) 1999-09-10 2003-12-02 Intel Corporation Fuzzy based thresholding technique for image segmentation
US6625308B1 (en) 1999-09-10 2003-09-23 Intel Corporation Fuzzy distinction based thresholding technique for image segmentation
US7053944B1 (en) 1999-10-01 2006-05-30 Intel Corporation Method of using hue to interpolate color pixel signals
US6628827B1 (en) 1999-12-14 2003-09-30 Intel Corporation Method of upscaling a color image
US7158178B1 (en) 1999-12-14 2007-01-02 Intel Corporation Method of converting a sub-sampled color image
US6933970B2 (en) * 1999-12-20 2005-08-23 Texas Instruments Incorporated Digital still camera system and method
US6748118B1 (en) 2000-02-18 2004-06-08 Intel Corporation Method of quantizing signal samples of an image during same
US6961472B1 (en) 2000-02-18 2005-11-01 Intel Corporation Method of inverse quantized signal samples of an image during image decompression
US7046728B1 (en) 2000-06-30 2006-05-16 Intel Corporation Method of video coding the movement of a human face from a sequence of images
US6775413B1 (en) 2000-09-18 2004-08-10 Intel Corporation Techniques to implement one-dimensional compression
US6636167B1 (en) * 2000-10-31 2003-10-21 Intel Corporation Method of generating Huffman code length information
US6563439B1 (en) 2000-10-31 2003-05-13 Intel Corporation Method of performing Huffman decoding
US20020118746A1 (en) * 2001-01-03 2002-08-29 Kim Hyun Mun Method of performing video encoding rate control using motion estimation
US6766286B2 (en) 2001-03-28 2004-07-20 Intel Corporation Pyramid filter
US6889237B2 (en) * 2001-03-30 2005-05-03 Intel Corporation Two-dimensional pyramid filter architecture
US20020184276A1 (en) * 2001-03-30 2002-12-05 Tinku Acharya Two-dimensional pyramid filter architecture
US7538815B1 (en) 2002-01-23 2009-05-26 Marena Systems Corporation Autofocus system and method using focus measure gradient
US7266151B2 (en) * 2002-09-04 2007-09-04 Intel Corporation Method and system for performing motion estimation using logarithmic search
US20040042551A1 (en) * 2002-09-04 2004-03-04 Tinku Acharya Motion estimation
US20040057626A1 (en) * 2002-09-23 2004-03-25 Tinku Acharya Motion estimation using a context adaptive search
US20040169748A1 (en) * 2003-02-28 2004-09-02 Tinku Acharya Sub-sampled infrared sensor for use in a digital image capture device
US7274393B2 (en) * 2003-02-28 2007-09-25 Intel Corporation Four-color mosaic pattern for depth and image capture
US20040174446A1 (en) * 2003-02-28 2004-09-09 Tinku Acharya Four-color mosaic pattern for depth and image capture
KR100827240B1 (ko) * 2006-10-02 2008-05-07 삼성전자주식회사 다채널 보간 장치 및 방법
JP2010015024A (ja) * 2008-07-04 2010-01-21 Canon Inc 撮像装置、その制御方法、プログラム及び記憶媒体
KR101531709B1 (ko) * 2008-10-17 2015-07-06 삼성전자 주식회사 고감도 컬러 영상을 제공하기 위한 영상 처리 장치 및 방법
US8624998B2 (en) * 2009-06-05 2014-01-07 Apple Inc. Camera image selection based on detected device movement
US8289400B2 (en) 2009-06-05 2012-10-16 Apple Inc. Image capturing device having continuous image capture
US8134115B2 (en) * 2009-06-23 2012-03-13 Nokia Corporation Color filters for sub-diffraction limit-sized light sensors
US9354489B2 (en) * 2014-02-10 2016-05-31 Raytheon Company Robust autofocus algorithm for multi-spectral imaging systems
KR101912322B1 (ko) 2017-08-08 2018-10-26 인천대학교 산학협력단 스파우트 스트랩

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0436511A2 (en) * 1990-01-05 1991-07-10 Canon Kabushiki Kaisha In-focus detecting device
EP0633688A2 (en) * 1993-06-04 1995-01-11 Canon Kabushiki Kaisha Image forming apparatus and method
EP0833501A2 (en) * 1996-09-30 1998-04-01 Samsung Electronics Co., Ltd. Image quality enhancement circuit and method therefor
EP0860988A2 (en) * 1991-02-20 1998-08-26 Canon Kabushiki Kaisha Image processing apparatus
US5808697A (en) * 1995-06-16 1998-09-15 Mitsubishi Denki Kabushiki Kaisha Video contrast enhancer

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SU1587662A1 (ru) * 1988-01-12 1990-08-23 Предприятие П/Я А-1335 Способ формировани сигнала фокусировки телевизионной камеры и устройство дл его осуществлени
JPH06138362A (ja) * 1991-02-06 1994-05-20 Sony Corp オートフォーカス装置
JPH04373370A (ja) * 1991-06-24 1992-12-25 Sanyo Electric Co Ltd オートフォーカスビデオカメラ
JPH06141225A (ja) * 1992-10-27 1994-05-20 Canon Inc 固体撮像装置
US5835143A (en) * 1993-09-02 1998-11-10 Asahi Kogaku Kogyo Kabushiki Kaisha Automatic focusing system for a still video camera
US5666569A (en) * 1994-08-25 1997-09-09 Flashpoint Technology, Inc. System and method for detecting and indicating proper focal distance in a fixed lens camera
JP3563508B2 (ja) * 1995-10-19 2004-09-08 富士写真フイルム株式会社 自動焦点調節装置
JPH09211308A (ja) * 1996-02-06 1997-08-15 Eastman Kodak Japan Kk 自動焦点撮像装置の被写体検出機構
US6151415A (en) * 1998-12-14 2000-11-21 Intel Corporation Auto-focusing algorithm using discrete wavelet transform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0436511A2 (en) * 1990-01-05 1991-07-10 Canon Kabushiki Kaisha In-focus detecting device
EP0860988A2 (en) * 1991-02-20 1998-08-26 Canon Kabushiki Kaisha Image processing apparatus
EP0633688A2 (en) * 1993-06-04 1995-01-11 Canon Kabushiki Kaisha Image forming apparatus and method
US5808697A (en) * 1995-06-16 1998-09-15 Mitsubishi Denki Kabushiki Kaisha Video contrast enhancer
EP0833501A2 (en) * 1996-09-30 1998-04-01 Samsung Electronics Co., Ltd. Image quality enhancement circuit and method therefor

Also Published As

Publication number Publication date
TW490976B (en) 2002-06-11
IL148240A (en) 2007-08-19
DE10084921T1 (de) 2002-08-29
GB0203899D0 (en) 2002-04-03
JP2003507769A (ja) 2003-02-25
RU2222113C2 (ru) 2004-01-20
IL148240A0 (en) 2002-09-12
RU2002107312A (ru) 2004-02-10
GB2370111A (en) 2002-06-19
US6373481B1 (en) 2002-04-16
DE10084921B4 (de) 2008-03-20
GB2370111B (en) 2003-12-31
KR20020033461A (ko) 2002-05-06
KR100449835B1 (ko) 2004-09-22
AU6538800A (en) 2001-03-19
AU771694B2 (en) 2004-04-01

Similar Documents

Publication Publication Date Title
US6373481B1 (en) Method and apparatus for automatic focusing in an image capture system using symmetric FIR filters
TWI496463B (zh) 形成全彩色影像之方法
CN102652432B (zh) 图像处理设备、图像处理方法
US6271883B1 (en) Automatic focusing apparatus for a video camera
US7454134B2 (en) Image signal processing unit and digital camera
CN103139476B (zh) 图像摄取装置及图像摄取装置的控制方法
WO2007020930A1 (ja) 撮像装置、ノイズリダクション装置およびノイズリダクション方法、ならびに、プログラム
CN102365860A (zh) 利用彩色滤光片阵列图像产生全彩图像
JPH09243906A (ja) 自動焦点合わせ装置および自動焦点合わせ方法
JP6548437B2 (ja) 焦点調節装置、その制御方法、および制御プログラム、並びに撮像装置
JPH10248068A (ja) 撮像装置及び画像処理装置
JP2004325517A (ja) 撮像装置
US7327395B2 (en) Autofocus apparatus
JP4255186B2 (ja) 焦点合わせ装置
US20110134309A1 (en) Method to Evaluate Contrast Value for an Image and Applications Thereof
JP2000155257A (ja) 自動焦点調節装置および方法
WO1998034400A1 (en) Scene-motion based dynamic shutter speed adjustment system and method
JP4160664B2 (ja) オートフォーカス装置、カメラ、および合焦位置決定方法
US7733411B2 (en) Image capturing apparatus performing filtering process with variable cut-off frequency
JPH1042184A (ja) フイルムスキャナーの自動焦点調節装置
US7864860B2 (en) Image pickup apparatus and motion vector deciding method
JP4520792B2 (ja) 自動焦点制御方法及び自動焦点制御装置
JP3361619B2 (ja) 電子カメラの合焦位置検出装置
JP3469590B2 (ja) 合焦装置
JP5412849B2 (ja) オートフォーカス装置

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
ENP Entry into the national phase

Ref document number: 200203899

Country of ref document: GB

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 148240

Country of ref document: IL

WWE Wipo information: entry into national phase

Ref document number: 1020027002348

Country of ref document: KR

Ref document number: 65388/00

Country of ref document: AU

WWE Wipo information: entry into national phase

Ref document number: IN/PCT/2002/00289/MU

Country of ref document: IN

ENP Entry into the national phase

Ref document number: 2002 2002107312

Country of ref document: RU

Kind code of ref document: A

WWP Wipo information: published in national office

Ref document number: 1020027002348

Country of ref document: KR

122 Ep: pct application non-entry in european phase
WWG Wipo information: grant in national office

Ref document number: 65388/00

Country of ref document: AU

WWG Wipo information: grant in national office

Ref document number: 1020027002348

Country of ref document: KR

REG Reference to national code

Ref country code: DE

Ref legal event code: 8607