CN113676661A - Focus search method and system thereof - Google Patents

Focus search method and system thereof Download PDF

Info

Publication number
CN113676661A
CN113676661A CN202110927890.0A CN202110927890A CN113676661A CN 113676661 A CN113676661 A CN 113676661A CN 202110927890 A CN202110927890 A CN 202110927890A CN 113676661 A CN113676661 A CN 113676661A
Authority
CN
China
Prior art keywords
thread
image
lens group
queue
images
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110927890.0A
Other languages
Chinese (zh)
Other versions
CN113676661B (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.)
Shenzhen Ruiwode Life Technology Co ltd
Original Assignee
Rwd Life Science 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 Rwd Life Science Co ltd filed Critical Rwd Life Science Co ltd
Priority to CN202110927890.0A priority Critical patent/CN113676661B/en
Publication of CN113676661A publication Critical patent/CN113676661A/en
Application granted granted Critical
Publication of CN113676661B publication Critical patent/CN113676661B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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
    • H04N23/673Focus control based on electronic image sensor signals based on contrast or high frequency components of image signals, e.g. hill climbing method
    • 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

Abstract

The invention provides a focusing search method and a system thereof, comprising the following steps: the first thread controls the lens group to move and controls the lens group to shoot images at a preset first time interval in the moving process; the first thread places the shot images into a first image queue; the second thread acquires the shot image from the first image queue and calculates the definition of the image; the first thread determines the focus position according to the sharpness. The invention respectively puts the lens group movement, image shooting and image analysis into different threads to be carried out in a parallel mode, the first thread controls the lens group to shoot images in the moving process, and the second thread analyzes the images in the image queue, therefore, the image shooting and the image analysis are carried out simultaneously, the lens group does not need to be stopped and started frequently, and the running time of the focusing search method is greatly shortened.

Description

Focus search method and system thereof
The application is a divisional application of an invention application with the application date of 2019, 11 and 9, and the application number of China being 201911091263.7, and the invention name of the invention being 'focus search method and system thereof'.
Technical Field
The invention relates to the field of image recognition, in particular to a focusing search method and a system thereof.
Background
In the auto-focusing process, the focus search method is an important component. Common focus search methods are an equidistant search method and a hill-climbing method. The focusing process of the equidistant search method is as follows: and (3) shooting a plurality of images at equal intervals, selecting the image with the highest definition, taking the position of the image as a focusing position, and moving the lens group to the focusing position to complete the focusing process. After a focusing position is searched, the distance between the shot images can be reduced, and the process is repeated to obtain the focusing position with higher precision. The focusing process of the hill climbing method is as follows: the lens group shoots and analyzes images at a certain interval along a set direction, reduces the interval when monotonicity of the definition of the images changes, and shoots and analyzes the images along the opposite direction. And iterating in this way, stopping the search when the distance reaches the set minimum unit and monotonicity changes.
Whether the equidistant search method or the hill climbing method is adopted, the lens group is required to be moved in place and stopped stably, then the image is shot, and then the definition of the image is analyzed. In terms of implementation, hardware time consumption and software time consumption are serial and long in time consumption. And the serial operation requires that the four steps of lens group stopping, image capturing, image analysis, lens group starting and the like are executed strictly in sequence. If the imaging device is bulky, such as in microscope imaging, the lens group requires a long time to start, move, and stop. All of the above factors result in slow focus search methods.
Disclosure of Invention
The embodiment of the invention provides a focusing search method, aiming at solving the problem that the focusing search method in the prior art is slow in process.
In a first aspect, a focus search method is provided, including:
the first thread controls the lens group to move and controls the lens group to shoot images at a preset first time interval in the moving process;
the first thread places the shot images into a first image queue;
the second thread acquires the shot image from the first image queue and calculates the definition of the image;
the first thread determines the focus position according to the sharpness.
In a second aspect, there is provided a focus search system comprising:
a lens group, a memory and a processor, wherein the memory is used for storing executable program codes; the processor is connected with the lens group and comprises a first thread and a second thread, and executes a program corresponding to the executable program code by reading the executable program code stored in the memory so as to execute the following steps:
the first thread controls the lens group to move and controls the lens group to shoot images at a preset first time interval in the moving process;
the first thread places the shot images into a first image queue;
the second thread acquires the shot image from the first image queue and calculates the definition of the image;
the first thread determines the focus position according to the sharpness.
The embodiment of the invention respectively puts the moving of the lens group, the image shooting and the image analysis into different threads to be carried out in a parallel mode, the first thread controls the lens group to shoot images in the moving process, and the second thread analyzes the images in the image queue, so that the image shooting and the image analysis are carried out simultaneously, the lens group does not need to be stopped and started frequently, and the running time of the focusing search method is greatly shortened.
Drawings
The foregoing and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flowchart of a focus search method according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a first image queue according to an embodiment of the present invention;
FIG. 3 is a flowchart of an asynchronous equidistant search method according to a second embodiment of the present invention;
FIG. 4 is a flowchart of another asynchronous equidistant search method according to the second embodiment of the present invention;
FIG. 5 is a flowchart of an asynchronous hill-climbing method according to a third embodiment of the present invention;
FIG. 6 is a flowchart of another asynchronous hill-climbing method according to a third embodiment of the present invention;
fig. 7 is a schematic structural diagram of a focus search system according to a fourth embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar modules or modules having the same or similar functionality throughout. The embodiments described below with reference to the accompanying drawings are illustrative only for the purpose of explaining the present invention, and are not to be construed as limiting the present invention. On the contrary, the embodiments of the invention include all changes, modifications and equivalents coming within the spirit and terms of the claims appended hereto.
The optical imaging technology is inseparable from our lives, from cameras in daily life,Video cameraTelescopes, projectors, microscopes in the laboratory, laser speckle imaging systems, all involve optical imaging. In optical imaging, the focus search method is an important component. Factors that affect the operation time of the focus search method include the start, movement, and stop of the lens group, and the photographing and analysis of the image.
In the embodiment of the invention, the lens group movement, the image shooting and the image analysis are respectively put into different threads to be carried out in a parallel mode, the first thread controls the lens group to shoot images in the moving process, and the second thread analyzes the images in the image queue, so that the image shooting and the image analysis are carried out simultaneously, the lens group does not need to be stopped and started frequently, and the running time of the focusing search method is greatly shortened.
Example one
Fig. 1 is a flowchart of a focus search method according to an embodiment of the present invention. As shown in fig. 1, the method includes:
step S101: the first thread controls the lens group to move and controls the lens group to take images at a preset first time interval during the movement.
In the embodiment of the invention, the first thread controls the lens group to move in one direction and takes images in the moving process, and the lens group does not need to stop and start again in the midway. The lens group is shot at a preset first time interval in the moving process to obtain a plurality of images, wherein the first time interval is 400 ms. In the case that the lens group is continuously moved, the interval of taking images adopts a time interval instead of a distance interval, simplifying thread control.
Step S102: the first thread places the shot images into a first image queue.
In the embodiment of the present invention, the first image queue is a First Input First Output (FIFO) queue, the length of which is N, and N is a positive integer. The first thread adds images at the tail of the first image queue, and the second thread obtains images from the head of the first image queue for analysis. Since the operation of the FIFO by the first thread and the second thread is asynchronous, the length N of the FIFO depends on the speed at which the second thread analyzes the image, the faster the second thread analyzes the image, the smaller N. Fig. 2 is a schematic diagram of a first image queue according to an embodiment of the present invention. The length of the first image queue is N =10, the queue head is on the left, and the image is fuzzy; the right side is the tail of the queue, and the image is clearer.
In addition, in order to prevent access conflict, a thread mutual exclusion technology is adopted to prevent the first thread and the second thread from reading and writing the same image at the same time.
Step S103: and the second thread acquires the shot image from the first image queue and calculates the definition of the image.
And the second thread acquires the image from the queue head of the first image queue for resolution analysis. The focus merit function is used to calculate a value D that characterizes the sharpness, with larger D being sharper or smaller D being sharper. The focus evaluation function may use an existing algorithm, and will not be described herein.
Step S104: the first thread determines the focus position according to the sharpness.
In the embodiment of the invention, after the numerical value D of the image in the first image queue is obtained by the second thread, the information representing the definition is sent to the first thread, and the first thread moves the lens group according to the information.
It should be noted that step S101 and step S102 executed by the first thread and step S103 executed by the second thread are executed in parallel. In the embodiment of the invention, the lens group movement, the image shooting and the image analysis are respectively put into different threads to be carried out in a parallel mode, the first thread controls the lens group to shoot images in the moving process, and the second thread analyzes the images in the image queue, so that the image shooting and the image analysis are carried out simultaneously, the lens group does not need to be stopped and started frequently, and the running time of the focusing search method is greatly shortened.
Example two
As an embodiment of the present invention, an asynchronous equidistant search method is shown in fig. 3, and the method includes:
step S301: the first thread controls the lens group to move and controls the lens group to take images at a preset first time interval during the movement.
Step S301 is the same as step S101 in the first embodiment, and is not described again here.
Step S302: the first thread puts the shot image into the first image queue until the first image queue is filled.
In the embodiment of the invention, the lens group does not need to stop midway when the first thread moves in one direction to shoot the image, and the lens group stops till the first image queue is filled up.
Step S303: and the second thread acquires the shot images from the first image queue, calculates the definition of all the images in the first image queue, determines the first sequence number of the image with the highest definition in the first image queue and sends the first sequence number to the first thread.
The step S103 of acquiring the captured image from the first image queue by the second thread is the same as that in the first embodiment, and is not repeated here.
And the second thread calculates the definition of all the images in the first image queue by adopting a focusing evaluation function, selects the image with the highest definition, and sends the serial number of the image as a message to the first thread.
Step S304: the first thread calculates a first position for shooting the image with the highest definition in the first image queue according to the first sequence number and controls the lens group to move to the first position.
Due to the asynchronous mechanism, the position of the image with the highest definition is not the current position of the lens group, and the first thread needs to control the lens group to move back to the position of the image with the highest definition from the current position.
In the embodiment of the present invention, the first thread calculation and the control of the movement of the lens group to the first position are measured by the time interval. For example: assuming that the initial position of the lens group is a, the end position after the unidirectional movement is B, the length of the first image queue is N, the first time interval is t1, and the total time of the lens group moving in the AB segment is N × t 1. The second thread calculates that the first sequence number is M (M < = N), and it takes (N-M) × t1 to move from the end position B to the position of the shot image M, and the lens group is considered to reach the first position as the focusing position after moving in the opposite direction of the end position B by (N-M) × t 1.
It should be noted that, if the current search is the last search, the first thread controls the lens group to move to the focusing position; otherwise, the time interval for shooting the image is reduced, the lens group repeats the searching process in a certain preset interval taking the focusing position as a central point until reaching the preset unidirectional movement times or the minimum time interval for shooting the image, and the searching is stopped, so that the focusing position with higher precision can be obtained.
As another embodiment of the present invention, as shown in fig. 4, the asynchronous equidistant search method further includes:
step S401: the first thread controls the lens group to move in a preset interval taking the first position as a central point, and controls the lens group to shoot images at a preset second time interval in the moving process.
In the embodiment of the invention, the lens group moves at equal intervals in a preset interval taking the first position as a central point, and the length of the preset interval is shorter than that of the last unidirectional movement; the second time interval is smaller than the first time interval to improve the accuracy of the re-search.
Step S402: and the first thread puts the shot images into a second image queue until the second image queue is filled up.
In the embodiment of the invention, the length of the second image queue is less than that of the first image queue, so that the time required by searching again can be saved.
Step S403: and the second thread acquires the shot images from the second image queue and calculates the definition of all the images in the second image queue.
Step S404: and the second thread determines a second sequence number of the image with the highest definition in the second image queue and sends the second sequence number to the first thread.
Step S405: the first thread calculates a second position for shooting the image with the highest definition in the second image queue according to the second sequence number and controls the lens group to move to the second position.
Steps S403, S404, and S405 are the same as steps S303 and S304, and are not described herein again.
In the embodiment of the invention, the lens group movement, the image shooting and the image analysis are respectively put into different threads to be carried out in a parallel mode, so that the image shooting and the image analysis are carried out simultaneously, the lens group does not need to be stopped and started frequently, and the running time of the equidistant search method is greatly shortened. When the searching is repeated, the time interval for shooting the images and the length of the image queue are shortened, so that the accuracy of searching again is improved, and the time required by searching again is saved.
EXAMPLE III
As an embodiment of the present invention, an asynchronous hill climbing method is shown in fig. 5, and the method includes:
step S501: the first thread controls the lens group to move and controls the lens group to take images at a preset first time interval during the movement.
Step S502: the first thread places the shot images into a first image queue.
Steps S501 and S502 are the same as steps S101 and S102 in the first embodiment, and are not repeated here.
Step S503: and the second thread acquires the shot images from the first image queue, sequentially calculates the definition of the images in the first image queue, and sends the third sequence number of the image with the highest definition in the first image queue to the first thread as a first stop message when the definition of the image is reduced.
In the embodiment of the invention, the second thread calculates the definition of the images in the first image queue in sequence. When the definition of the image is reduced, namely the image is changed from definition to blur, the second thread stops calculating, the third sequence number of the image with the highest definition is sent to the first thread, and then all the images in the first image queue are emptied.
Step S504: and the first thread controls the lens group to stop moving and shooting after receiving the first stop message.
In the embodiment of the present invention, the first thread controls the lens group to stop moving and shooting after receiving the third sequence number as the first stop message, without filling up the first image queue.
Due to the asynchronous mechanism, the position of the image with the highest definition is not the position where the lens group is currently located. If the search is the last search, the first thread controls the lens group to move to the position of the image with the highest definition as the focusing position; otherwise, the lens group performs the next search from the current position.
As another embodiment of the present invention, as shown in fig. 6, after the lens group stops moving and photographing, the asynchronous hill climbing method further includes:
step S601: the first thread controls the lens group to move and controls the lens group to take images at a preset third time interval during the movement.
In the embodiment of the invention, the third time interval is smaller than the first time interval so as to improve the accuracy of searching again.
Step S602: and the first thread puts the shot images into a third image queue.
Step S603: and the second thread acquires the shot images from the third image queue and sequentially calculates the definition of the images in the third image queue.
Step S604: and when the definition of the image is reduced, the second thread sends the fourth sequence number of the image with the highest definition in the third image queue to the first thread as a second stop message.
Step S605: and the first thread controls the lens group to stop moving and shooting after receiving the second stop message.
Steps S602, S603, S604, and S605 are the same as steps S502, S503, and S504 in the third embodiment, and are not repeated here.
Step S606: the first thread calculates a third position where the image with the highest sharpness in the third image queue is photographed according to the fourth sequence number, and controls the lens group to move to the third position in the reverse direction.
In an embodiment of the invention, the third time interval is equal to the predetermined minimum time interval, the current search is the last search, and the first thread controls the lens group to move to the third position as the focusing position in the opposite direction.
In the embodiment of the invention, the lens group movement, the image shooting and the image analysis are respectively put into different threads to be carried out in a parallel mode, so that the image shooting and the image analysis are carried out simultaneously, and the lens group does not need to be stopped and started frequently, thereby greatly shortening the running time of the hill climbing method.
Example four
Fig. 7 is a schematic structural diagram of a focus search system according to a fourth embodiment of the present invention. As shown in fig. 7, the system includes: a lens group 71, a memory 72 and a processor 73, wherein the memory 72 is used for storing executable program codes, the processor 73 is connected with the lens group 71 and comprises a first thread and a second thread to control the action of the lens group 71, and the processor 73 further runs a program corresponding to the executable program codes by reading the executable program codes stored in the memory 72 to execute the following steps:
the first thread controls the lens group 71 to move and controls the lens group 71 to take images at a preset first time interval during the movement.
The first thread places the shot images into a first image queue.
And the second thread acquires the shot image from the first image queue and calculates the definition of the image.
The first thread determines the focus position according to the sharpness.
As an embodiment of the present invention, the first thread placing the captured image in the first image queue includes: the first thread puts the shot image into the first image queue until the first image queue is filled.
The second thread calculating the sharpness of the image comprises:
the second thread calculates the definition of all the images in the first image queue;
and the second thread determines the first sequence number of the image with the highest definition in the first image queue and sends the first sequence number to the first thread.
The first thread determining the focus position according to the sharpness includes:
the first thread calculates a first position for shooting the image with the highest definition in the first image queue according to the first sequence number and controls the lens group to move to the first position.
As another embodiment of the present invention, the calculating the sharpness of the image by the second thread includes:
the second thread calculates the definition of the images in the first image queue in sequence;
and when the definition of the image is reduced, the second thread sends the third sequence number of the image with the highest definition in the first image queue to the first thread as a first stop message.
The first thread determining the focus position according to the sharpness includes: and the first thread controls the lens group to stop moving and shooting after receiving the first stop message.
It should be noted that the first thread and the second thread are executed in parallel. In the embodiment of the invention, the lens group movement, the image shooting and the image analysis are respectively put into different threads to be carried out in a parallel mode, the first thread controls the lens group to shoot images in the moving process, and the second thread analyzes the images in the image queue, so that the image shooting and the image analysis are carried out simultaneously, the lens group does not need to be stopped and started frequently, and the running time of the focusing search method is greatly shortened.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (6)

1. A focus search method, characterized in that the method comprises:
the first thread controls the lens group to move continuously and controls the lens group to shoot images at a preset first time interval in the moving process;
the first thread puts the shot images into a first image queue;
the second thread acquires the shot image from the first image queue and calculates the definition of the image;
the first thread determines a focus position according to the sharpness.
2. The method of claim 1,
the step of the first thread placing the shot image into a first image queue comprises the following steps:
the first thread puts the shot images into a first image queue until the first image queue is filled up;
the second thread calculating the sharpness of the image comprises:
the second thread calculates the definition of all images in the first image queue;
the second thread determines a first sequence number of the image with the highest definition in the first image queue and sends the first sequence number to the first thread;
the first thread determining a focus position according to the sharpness comprises:
and the first thread calculates a first position for shooting the image with the highest definition in the first image queue according to the first sequence number and controls the lens group to move to the first position.
3. The method of claim 2, wherein the method further comprises:
the first thread controls the lens group to continuously move in a preset interval taking the first position as a central point, and controls the lens group to shoot images at a preset second time interval in the moving process;
the first thread puts the shot images into a second image queue until the second image queue is filled up;
the second thread acquires the shot images from the second image queue and calculates the definition of all the images in the second image queue;
the second thread determines a second sequence number of the image with the highest definition in the second image queue and sends the second sequence number to the first thread;
and the first thread calculates a second position for shooting the image with the highest definition in the second image queue according to the second sequence number and controls the lens group to move to the second position.
4. The method of claim 3, wherein the second time interval is less than the first time interval.
5. A focus search system, comprising: a lens group, a memory, and a processor, wherein the memory is to store executable program code; the processor is connected with the lens group and comprises a first thread and a second thread, and executes a program corresponding to the executable program code by reading the executable program code stored in the memory so as to execute the following steps:
the first thread controls the lens group to move continuously and controls the lens group to shoot images at a preset first time interval in the moving process;
the first thread puts the shot images into a first image queue;
the second thread acquires the shot image from the first image queue and calculates the definition of the image;
the first thread determines a focus position according to the sharpness.
6. The system of claim 5,
the step of the first thread placing the shot image into a first image queue comprises the following steps:
the first thread puts the shot images into a first image queue until the first image queue is filled up;
the second thread calculating the sharpness of the image comprises:
the second thread calculates the definition of all images in the first image queue;
the second thread determines a first sequence number of the image with the highest definition in the first image queue and sends the first sequence number to the first thread;
the first thread determining a focus position according to the sharpness comprises:
and the first thread calculates a first position for shooting the image with the highest definition in the first image queue according to the first sequence number and controls the lens group to move to the first position.
CN202110927890.0A 2019-11-09 2019-11-09 Focusing searching method and system thereof Active CN113676661B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110927890.0A CN113676661B (en) 2019-11-09 2019-11-09 Focusing searching method and system thereof

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202110927890.0A CN113676661B (en) 2019-11-09 2019-11-09 Focusing searching method and system thereof
CN201911091263.7A CN110913127B (en) 2019-11-09 2019-11-09 Focus search method and system thereof

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN201911091263.7A Division CN110913127B (en) 2019-11-09 2019-11-09 Focus search method and system thereof

Publications (2)

Publication Number Publication Date
CN113676661A true CN113676661A (en) 2021-11-19
CN113676661B CN113676661B (en) 2023-08-01

Family

ID=69816577

Family Applications (2)

Application Number Title Priority Date Filing Date
CN201911091263.7A Active CN110913127B (en) 2019-11-09 2019-11-09 Focus search method and system thereof
CN202110927890.0A Active CN113676661B (en) 2019-11-09 2019-11-09 Focusing searching method and system thereof

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN201911091263.7A Active CN110913127B (en) 2019-11-09 2019-11-09 Focus search method and system thereof

Country Status (1)

Country Link
CN (2) CN110913127B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102053339A (en) * 2010-11-23 2011-05-11 天津市亚安科技电子有限公司 Automatic focusing method
JP2011205263A (en) * 2010-03-24 2011-10-13 Fujifilm Corp Method of adjusting position of imaging device, method and device of manufacturing camera module, and camera module
CN104104880A (en) * 2014-07-28 2014-10-15 深圳市中兴移动通信有限公司 Mobile terminal and shooting method thereof
CN107797262A (en) * 2017-11-03 2018-03-13 华东师范大学 Microscope different multiples camera lens joint focus method based on image texture

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009003003A (en) * 2007-06-19 2009-01-08 Hoya Corp Camera provided with automatic focusing device
CN101840055B (en) * 2010-05-28 2012-01-18 浙江工业大学 Video auto-focusing system based on embedded media processor
CN102387309A (en) * 2011-11-04 2012-03-21 王兴国 Automatic focusing control system for electric lens of digital camera
CN102707545B (en) * 2012-06-21 2014-12-17 武汉烽火众智数字技术有限责任公司 DFF-based auto-focusing method
CN102967983A (en) * 2012-11-07 2013-03-13 苏州科达科技股份有限公司 Automatic focusing method of camera
CN103217855B (en) * 2013-04-02 2015-07-15 金三立视频科技(深圳)有限公司 Automatic focusing method of camera
CN110392200B (en) * 2018-04-20 2021-01-26 杭州海康威视数字技术股份有限公司 Method and apparatus for auto-focusing
CN116308992A (en) * 2018-10-31 2023-06-23 Oppo广东移动通信有限公司 Image processing method and device, electronic equipment and computer readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011205263A (en) * 2010-03-24 2011-10-13 Fujifilm Corp Method of adjusting position of imaging device, method and device of manufacturing camera module, and camera module
CN102053339A (en) * 2010-11-23 2011-05-11 天津市亚安科技电子有限公司 Automatic focusing method
CN104104880A (en) * 2014-07-28 2014-10-15 深圳市中兴移动通信有限公司 Mobile terminal and shooting method thereof
CN107797262A (en) * 2017-11-03 2018-03-13 华东师范大学 Microscope different multiples camera lens joint focus method based on image texture

Also Published As

Publication number Publication date
CN113676661B (en) 2023-08-01
CN110913127A (en) 2020-03-24
CN110913127B (en) 2021-09-21

Similar Documents

Publication Publication Date Title
US10848680B2 (en) Zooming control apparatus, image capturing apparatus and control methods thereof
CN103364921B (en) Focus-regulating device and camera arrangement
US7518651B2 (en) Multiple image autofocus
CN107710735B (en) System and method for autofocus triggering
US20110058097A1 (en) External ranging image pickup apparatus and ranging method
JP4843002B2 (en) IMAGING DEVICE, IMAGING DEVICE CONTROL METHOD, AND COMPUTER PROGRAM
CN104155740A (en) Camera system and focus adjusting method
JP2003241070A (en) Camera, object image taking device, automatic focusing system and automatic focusing method
JP4730478B2 (en) IMAGING DEVICE, IMAGING DEVICE CONTROL METHOD, AND PROGRAM
JPWO2009119091A1 (en) Camera system
JP2011145313A (en) Auto-focus controlling apparatus, electronic imaging apparatus and digital still camera
EP1895768A2 (en) Focus adjustment apparatus, image pickup apparatus, and control method
JP2020046637A (en) Control device, image capturing device, control method, and program
CN110913127B (en) Focus search method and system thereof
JP2011107501A (en) Focusing device and imaging apparatus
CN110830726A (en) Automatic focusing method, device, equipment and storage medium
US9448463B2 (en) Focus control in continuous shooting in digital photographing apparatus
JP2015052799A (en) Focus adjustment device and imaging apparatus
JP4535462B2 (en) Subject image acquisition device
JP6552408B2 (en) Image pickup apparatus and control method thereof
JP2006189648A (en) Camera
JP5476947B2 (en) TRACKING DEVICE, FOCUS ADJUSTMENT DEVICE, AND IMAGING DEVICE
JP2004037732A (en) Digital camera
JP7024790B2 (en) Interchangeable lens equipment, imaging equipment, imaging systems, and methods, and programs
JP7358086B2 (en) Imaging device and its control method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: 518057, Room 1901, Building A, Building 7, Shenzhen International Innovation Valley, Dashi Road, Xili Community, Xili Street, Nanshan District, Shenzhen City, Guangdong Province (9th, 19th, 20th, and 9th floors of Building A)

Patentee after: Shenzhen Ruiwode Life Technology Co.,Ltd.

Country or region after: China

Address before: 518057 room 1901, block a, building 9, area C, Wanke Yuncheng phase III, Liuxin 4th Road, Xili community, Xili street, Nanshan District, Shenzhen City, Guangdong Province

Patentee before: RWD LIFE SCIENCE Co.,Ltd.

Country or region before: China

CP03 Change of name, title or address