CN112308014A - High-speed accurate searching and positioning method for reflective points of pupils and cornea of eyes - Google Patents

High-speed accurate searching and positioning method for reflective points of pupils and cornea of eyes Download PDF

Info

Publication number
CN112308014A
CN112308014A CN202011291428.8A CN202011291428A CN112308014A CN 112308014 A CN112308014 A CN 112308014A CN 202011291428 A CN202011291428 A CN 202011291428A CN 112308014 A CN112308014 A CN 112308014A
Authority
CN
China
Prior art keywords
eyes
pupils
image
gray
points
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
CN202011291428.8A
Other languages
Chinese (zh)
Other versions
CN112308014B (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 Jisimingzhi Technology Co.,Ltd.
Original Assignee
Chengdu Jisi Mingzhi Technology 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 Chengdu Jisi Mingzhi Technology Co Ltd filed Critical Chengdu Jisi Mingzhi Technology Co Ltd
Priority to CN202011291428.8A priority Critical patent/CN112308014B/en
Publication of CN112308014A publication Critical patent/CN112308014A/en
Application granted granted Critical
Publication of CN112308014B publication Critical patent/CN112308014B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V40/00Recognition of biometric, human-related or animal-related patterns in image or video data
    • G06V40/10Human or animal bodies, e.g. vehicle occupants or pedestrians; Body parts, e.g. hands
    • G06V40/18Eye characteristics, e.g. of the iris
    • G06V40/19Sensors therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • G06T7/62Analysis of geometric attributes of area, perimeter, diameter or volume
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/60Analysis of geometric attributes
    • G06T7/66Analysis of geometric attributes of image moments or centre of gravity

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Geometry (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Ophthalmology & Optometry (AREA)
  • Human Computer Interaction (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Multimedia (AREA)
  • Eye Examination Apparatus (AREA)
  • Image Analysis (AREA)

Abstract

The invention discloses a high-speed accurate searching and positioning method for reflective points of pupils and corneas of two eyes, belonging to the field of image processing. The invention comprises the following steps: collecting gray level images of two eyes; selecting a first threshold value set based on finding the pupil boundary of the two eyes according to the gray value of the gray image, and converting the current gray image into a binary image according to the first threshold value; calculating the boundary of the pupils of the two eyes according to the binary image, and calculating the center point coordinates of the pupils of the two eyes according to the boundary of the pupils of the two eyes; and meanwhile, selecting a second threshold set based on searching for the corneal reflection points of the eyes according to the gray value of the gray image, searching for a position exceeding the second threshold on the gray image according to the second threshold, and calculating the central coordinates of the corneal reflection points of the eyes according to the position. The invention can rapidly find the accurate positions of the boundary and the center of the pupil of the two eyes and the accurate position of the cornea reflecting point of the two eyes on each frame image at the frame rate of 1018-1020fps, and the processing speed is far higher than the eye movement speed.

Description

High-speed accurate searching and positioning method for reflective points of pupils and cornea of eyes
Technical Field
The invention relates to the field of image processing, in particular to a high-speed accurate searching and positioning method for reflecting points of pupils and corneas of two eyes.
Background
There are some mature algorithms for searching and locating pupils through image analysis (e.g., OpenCV, etc.), and these mature algorithms are fully tested, powerful and very stable, but these mature algorithms all have the problem of efficiency, and cannot quickly find out the boundary points of the pupils in the images with 1408 × 290 resolution within 600 microseconds, and cannot directly calculate the parameters of the coordinates of the center point of the pupils, the diameter and the area of the pupils.
The current mature library of algorithms also requires custom development to enable finding corneal glints present near the pupillary region in the images captured by the camera, which also presents efficiency issues and does not allow finding two corneal glints near the pupillary region of both eyes in an image of 1408 x 290 resolution within 200 microseconds.
According to the needs of actual conditions, the algorithm needs to support positioning of both eyes or positioning of only one eye during processing, needs to anchor the position of the pupil of the eye, and needs to smooth the data of the eye position, and the requirements of customization are all deficient in a mature image processing algorithm library.
Disclosure of Invention
The invention aims to provide a high-speed accurate searching and positioning method for a binocular pupil and a corneal reflection point, which can quickly find the accurate positions of the boundary and the center of the binocular pupil and the accurate positions of the corneal reflection point of the binocular on each frame of image at a frame rate of 1018-1020fps, and the processing speed is much higher than the eye movement speed.
The invention solves the technical problem, and adopts the technical scheme that: the high-speed accurate searching and positioning method for the reflective points of the pupils and the cornea of the eyes comprises the following steps:
collecting gray level images of two eyes;
selecting a first threshold value set based on finding the pupil boundary of the two eyes according to the gray value of the gray image, and converting the current gray image into a binary image according to the first threshold value;
calculating the boundary of the pupils of the two eyes according to the binary image, and calculating the center point coordinates of the pupils of the two eyes according to the boundary of the pupils of the two eyes;
and meanwhile, selecting a second threshold set based on searching for the corneal reflection points of the eyes according to the gray value of the gray image, searching for a position exceeding the second threshold on the gray image according to the second threshold, and calculating the central coordinates of the corneal reflection points of the eyes according to the position.
As a preferable scheme, before acquiring the grayscale images of both eyes, a light source corresponding to an image acquisition device for acquiring the grayscale images of both eyes needs to be installed, and the light source faces to the direction and the position of the tested both eyes.
Preferably, the image acquisition device is an industrial camera, and the industrial camera can support and output images with the highest frame rate of 1018 and 1020fps through a data acquisition card.
As a preferable scheme, the selecting of the threshold set based on finding the pupil boundary of the two eyes according to the gray value of the gray image is:
extracting and selecting a threshold value adapted to the current gray level image based on the gray level histogram characteristics of the image; or,
the self-defined threshold value is manually set or selected on the parameter setting interface.
As a preferred scheme, the calculating the boundary of the pupils of both eyes according to the binary image, and calculating the coordinates of the central points of the pupils of both eyes according to the boundary of the pupils of both eyes specifically includes the following steps:
positioning the boundaries of the pupils of the two eyes based on a ray algorithm of a horizontal ray and a vertical ray from inside to outside;
fitting each positioned pupil boundary into a circle or an ellipse by adopting a least square fitting circle algorithm;
and finding the position of the circle center by adopting a least square fitting circle algorithm, namely the calculated coordinates of the central points of the pupils of the two eyes.
As a preferable scheme, when the coordinates of the central points of the pupils of both eyes are calculated, the diameters and the areas of the pupils of both eyes are calculated at the same time.
As a preferred scheme, after the coordinates of the central points of the pupils of both eyes are calculated, the central positions of the pupils of both eyes are drawn by using vertical lines with the length being the radius of the pupils of both eyes in a video image window, and the central point of each pupil is in the middle position of the corresponding vertical line;
after the central positions of the pupils of the two eyes are drawn, connecting the central points of the pupils of the two eyes by using a straight line in a video image window;
and a vertical line is drawn at the center of the straight line connecting the pupil center points of the two eyes, and the length of the vertical line is the longitudinal height difference of the pupil centers of the two eyes, so that whether the two eyes are positioned at the horizontal position or not can be observed or judged more easily.
As a preferable scheme, when the threshold value two set based on finding the cornea reflection point of both eyes is selected according to the gray value of the gray image:
extracting and selecting a threshold value adapted to the current gray level image based on the gray level histogram characteristics of the image; or,
the self-defined threshold value is manually set or selected on the parameter setting interface.
As a preferable scheme, the searching for a position exceeding the second threshold on the grayscale image according to the second threshold, and calculating the central coordinate of the cornea reflection point of both eyes according to the position specifically includes:
and calculating the mass center or the gravity center of the cornea reflection points of the eyes according to the positions, wherein the mass center or the gravity center is the central coordinate of the cornea reflection points of the eyes.
As a preferred scheme, after the central coordinates of the corneal reflection points of both eyes are calculated, the central positions of the corneal reflection points of both eyes are drawn by a cross in a video image window.
The method has the advantages that the method can quickly capture the movement change of the eyes by the high-speed accurate searching and positioning method of the reflective points of the pupils and the cornea, is completely faster than the movement speed of the eyes, can lay a good foundation for the follow-up study of the biological characteristics of the eye movements, and simultaneously makes early preparation work for the study of the physiological and cognitive function levels of the brain.
Drawings
Fig. 1 is a flowchart of a method for high-speed and accurate searching and positioning of reflective spots of pupils and cornea of both eyes according to an embodiment of the present invention.
Detailed Description
The technical solution of the present invention is described in detail below with reference to the accompanying drawings and embodiments.
Examples
The embodiment provides a high-speed and accurate searching and positioning method for a binocular pupil and a corneal reflection point, a flow chart of which is shown in fig. 1, wherein the method comprises the following steps:
and step S1, installing a light source corresponding to the image acquisition equipment for acquiring the gray scale images of the two eyes, wherein the light source faces to the direction and the position of the tested two eyes.
Here, in order to capture a clear image by the camera in a relatively closed equipment environment, a suitable light source is used, and the light source also forms two cornea reflection spots on the surfaces of the eyes, namely two small bright spots seen on the camera image.
And step S2, installing an industrial-grade professional camera and a data acquisition card, capturing image data of the eyes by the camera, wherein the image data is a gray image in the embodiment, and transmitting the data to a corresponding processing module for calculating the coordinates of the center point of the pupil of the eyes and the center coordinates of the reflective point of the cornea of the eyes by the data acquisition card.
Here, the industrial camera supports outputting an image with the highest frame rate of 1018 + 1020fps through the data acquisition card, and the embodiment can efficiently and accurately calculate the coordinates of the pupil center point of the two eyes and the coordinates of the cornea reflection point of the two eyes in real time.
And step S3, calculating the boundary of the pupils of the two eyes and the coordinates of the central points of the pupils of the two eyes, and simultaneously calculating the central coordinates of the cornea reflection points of the two eyes.
For calculating the boundary of the pupils of the two eyes and the coordinates of the central points of the pupils of the two eyes, the method specifically comprises the following steps:
selecting a first threshold value set based on finding the pupil boundary of the two eyes according to the gray value of the gray image, and converting the current gray image into a binary image according to the first threshold value; and calculating the boundary of the pupils of the two eyes according to the binary image, and calculating the center point coordinates of the pupils of the two eyes according to the boundary of the pupils of the two eyes.
Selecting a threshold set based on finding the pupil boundary of the two eyes according to the gray value of the gray image: a threshold value for current gray level image adaptation can be extracted and selected based on the gray level histogram features of the image; alternatively, a self-defined threshold value is manually set or selected on the parameter setting interface.
Calculating the boundary of the pupil of the two eyes according to the binary image, and calculating the coordinate of the central point of the pupil of the two eyes according to the boundary of the pupil of the two eyes, which comprises the following steps:
positioning the boundaries of the pupils of the two eyes based on a ray algorithm of a horizontal ray and a vertical ray from inside to outside;
fitting each positioned pupil boundary into a circle or an ellipse by adopting a least square fitting circle algorithm;
and finding the position of the circle center by adopting a least square fitting circle algorithm, namely the calculated coordinates of the central points of the pupils of the two eyes.
It should be noted that, when calculating the coordinates of the central points of the pupils of both eyes, the diameters and the areas of the pupils of both eyes can be calculated at the same time.
In addition, after the coordinates of the central points of the pupils of the two eyes are calculated, the central positions of the pupils of the two eyes can be drawn by using vertical lines with the length being the radius of the pupils of the two eyes in a video image window, and the central point of each pupil is positioned in the middle of the corresponding vertical line; after the central positions of the pupils of the two eyes are drawn, the central points of the pupils of the two eyes are connected by a straight line in a video image window, a vertical line is drawn at the center of the straight line connected with the central points of the pupils of the two eyes, the length of the vertical line is the longitudinal height difference of the centers of the pupils of the two eyes, so that a pilot can observe whether the two eyes keep horizontal positions when using the system conveniently, if the connecting line between the pupils of the two eyes in the horizontal position is not horizontal, some distortion can occur, and meanwhile, a straight line segment is seen in the middle of the connecting line between the centers of the pupils of the two eyes (the ideal condition is that the straight line segment cannot be seen.
For calculating the central coordinates of the cornea reflection points of the eyes, the method specifically comprises the following steps:
and selecting a second threshold set based on searching the cornea reflection points of the eyes according to the gray value of the gray image, searching a position exceeding the second threshold on the gray image according to the second threshold, and calculating the central coordinates of the cornea reflection points of the eyes according to the position.
Here, when selecting the threshold value two set based on finding the cornea reflection point of both eyes according to the gray value of the gray image: a threshold value for current gray level image adaptation can be extracted and selected based on the gray level histogram features of the image; alternatively, a self-defined threshold value is manually set or selected on the parameter setting interface.
And searching a position exceeding the second threshold value on the gray level image according to the second threshold value, and calculating the central coordinate of the cornea reflection point of the eyes according to the position, wherein the central coordinate specifically refers to: and calculating the mass center or the gravity center of the cornea reflection points of the eyes according to the position, wherein the mass center or the gravity center is the central coordinate of the cornea reflection points of the eyes.
In this embodiment, after the central coordinates of the corneal reflection points of both eyes are calculated, the central positions of the corneal reflection points of both eyes can be drawn by a cross in a video image window.
In summary, in this embodiment, after receiving the image data of the tested two eyes, the algorithm library for searching and positioning the two-eye pupils and the reflective points of the two-eye cornea may perform analysis according to the image gray-scale values of the image data to find out the positions of the two-eye pupils, gradually find out the boundary points of the two-eye pupils, find out the coordinates of the positions of the centers of the two-eye pupils according to the boundary points of the two-eye pupils, calculate the number of pixels in the range of the two-eye pupils as the areas of the two-eye pupils according to the gray-scale values of the two-eye pupils, and calculate the radii and diameters of the two-eye pupils according to the found centers of the two-eye pupils and the.
And after the tested binocular image data is received by searching and positioning the binocular pupil and the binocular cornea reflection point, analyzing according to the image gray value of the image data to find out the position coordinates of the binocular cornea reflection point. And drawing the centers of the pupils of the two eyes by using a vertical line (the length is the radius of the pupils of the two eyes) in a video image window and drawing the central positions of the cornea reflecting points of the two eyes by using a cross.
Here, if the simultaneous searching and positioning of the pupils of both eyes are selected, after the pupils of both eyes are found, a straight line is required to connect the center positions of the pupils of both eyes in the video image window, a vertical line is drawn at the center of the straight line connecting the center points of the pupils of both eyes, the length of the vertical line is the longitudinal height difference of the centers of the pupils of both eyes, so that a pilot can observe whether both eyes keep horizontal positions when using the system conveniently, if the straight line is not in the horizontal position, some distortion occurs on the connecting line between the pupils of both eyes, and meanwhile, a straight line segment is seen in the middle of the connecting line between the centers of the pupils of both eyes (ideally, the straight line segment cannot be seen, namely, the pupil.
And finally, searching an algorithm library for positioning the binocular pupil and the binocular cornea reflection point, and finally transmitting the coordinate position (horizontal direction X and vertical direction Y) of the center point of the binocular pupil, the diameter of the binocular pupil, the area of the binocular pupil and the coordinate position (horizontal direction X and vertical direction Y) of the binocular cornea reflection point to an upper-layer application, namely, a system for analyzing eye movement data.
Therefore, the invention solves the problem that the time consumption of some pupil positioning algorithms is too long at present, and simultaneously solves the problems that the demands of people are that the pupils and the cornea reflecting points of the eyes are found at the same time, the real-time positions of the pupils of the eyes and the real-time positions of the cornea reflecting points of the eyes are marked in the real-time video image window of the camera, and parameters such as the central position coordinates (X coordinates in the horizontal direction and Y coordinates in the vertical direction), the pupil area and the diameter of the pupils of the eyes, the central coordinates (X coordinates in the horizontal direction and Y coordinates in the vertical direction) of the cornea reflecting points of the eyes, the mark for determining whether the pupils of the eyes are positioned, the mark for determining whether the cornea reflecting points of the eyes are found and the like are.
That is to say, this embodiment can support the highest frame rate (1018 and 1020fps) output by the industrial camera, quickly find the accurate pupil center positions and the accurate positions of the reflective points of the cornea of both eyes on each frame of image, and mark out the boundary points of the pupil of both eyes and the positions of the reflective points of the cornea of both eyes, if both pupils of both eyes are found, it is further necessary to connect the center points of the pupil of both eyes with a straight line, and draw a vertical line at the center of the straight line connecting the center points of the pupil of both eyes, the length of the vertical line being the longitudinal height difference of the center of the pupil of both eyes, so as to observe whether both eyes are in the horizontal position. At present, the accurate positions of the eyes and the accurate positions of the cornea reflecting points of the eyes of each frame image can be found without losing one frame under the condition of no blinking, and the frame rate is always kept between 1018 and 1020 fps.

Claims (10)

1. The high-speed accurate searching and positioning method for the reflective points of the pupils and the cornea of the eyes is characterized by comprising the following steps of:
collecting gray level images of two eyes;
selecting a first threshold value set based on finding the pupil boundary of the two eyes according to the gray value of the gray image, and converting the current gray image into a binary image according to the first threshold value;
calculating the boundary of the pupils of the two eyes according to the binary image, and calculating the center point coordinates of the pupils of the two eyes according to the boundary of the pupils of the two eyes;
and meanwhile, selecting a second threshold set based on searching for the corneal reflection points of the eyes according to the gray value of the gray image, searching for a position exceeding the second threshold on the gray image according to the second threshold, and calculating the central coordinates of the corneal reflection points of the eyes according to the position.
2. The method for high-speed and accurate searching and positioning of the pupils and the reflective points of the cornea of the two eyes as claimed in claim 1, wherein before the gray scale images of the two eyes are collected, a light source corresponding to an image collecting device for collecting the gray scale images of the two eyes needs to be installed, and the light source faces to the direction and the position of the tested two eyes.
3. The method as claimed in claim 2, wherein the image capturing device is an industrial camera, and the industrial camera can output images with a maximum frame rate of 1018 and 1020fps through a data capturing card.
4. The method for high-speed and accurate searching and positioning of the pupils and the corneal reflection points of the eyes as claimed in claim 1, wherein the selecting of the gray scale value according to the gray scale image is based on the setting of the threshold value for searching the boundaries of the pupils of the eyes:
extracting and selecting a threshold value adapted to the current gray level image based on the gray level histogram characteristics of the image; or,
the self-defined threshold value is manually set or selected on the parameter setting interface.
5. The method for high-speed and accurate searching and positioning of the pupils of both eyes and the reflective spots of the cornea as claimed in claim 1, wherein the method for calculating the boundaries of the pupils of both eyes according to the binary image and calculating the coordinates of the center points of the pupils of both eyes according to the boundaries of the pupils of both eyes comprises the following steps:
positioning the boundaries of the pupils of the two eyes based on a ray algorithm of a horizontal ray and a vertical ray from inside to outside;
fitting each positioned pupil boundary into a circle or an ellipse by adopting a least square fitting circle algorithm;
and finding the position of the circle center by adopting a least square fitting circle algorithm, namely the calculated coordinates of the central points of the pupils of the two eyes.
6. The method for high-speed and accurate searching and positioning of the pupils and the corneal reflection points as claimed in claim 5, wherein the diameter and the area of the pupils are calculated simultaneously when the coordinates of the central points of the pupils are calculated.
7. The method for high-speed and accurate searching and positioning of pupils and corneal reflection points of both eyes according to claim 1 or 6, wherein after the coordinates of the center points of the pupils of both eyes are calculated, the center positions of the pupils of both eyes are drawn by using a vertical line with the length being the radius of the pupil in a video image window, and the center point of each pupil is located at the middle position of the corresponding vertical line;
after the central positions of the pupils of the two eyes are drawn, connecting the central points of the pupils of the two eyes by using a straight line in a video image window;
and drawing a vertical line at the center of the straight line connecting the pupil center points of the two eyes, wherein the length of the vertical line is the longitudinal height difference of the pupil centers of the two eyes.
8. The method for high-speed and accurate searching and positioning of the pupils and the corneal reflection points of the eyes as claimed in claim 1, wherein the threshold value set based on searching for the corneal reflection points of the eyes is selected according to the gray value of the gray image:
extracting and selecting a threshold value adapted to the current gray level image based on the gray level histogram characteristics of the image; or,
the self-defined threshold value is manually set or selected on the parameter setting interface.
9. The method for high-speed and accurate searching and positioning of the pupils and the corneal reflection points of the eyes according to claim 1 or 8, wherein the method comprises the steps of searching for a position exceeding a second threshold on the gray-scale image according to the second threshold, and calculating the center coordinates of the corneal reflection points of the eyes according to the position, which specifically comprises the following steps:
and calculating the mass center or the gravity center of the cornea reflection points of the eyes according to the positions, wherein the mass center or the gravity center is the central coordinate of the cornea reflection points of the eyes.
10. The method for high-speed and accurate searching and positioning of pupils and corneal reflection points of both eyes as claimed in claim 9, wherein after the central coordinates of the corneal reflection points of both eyes are calculated, the central positions of the corneal reflection points of both eyes are plotted by a cross in a video image window.
CN202011291428.8A 2020-11-18 2020-11-18 High-speed accurate searching and positioning method for pupil and cornea reflecting spot of two eyes Active CN112308014B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011291428.8A CN112308014B (en) 2020-11-18 2020-11-18 High-speed accurate searching and positioning method for pupil and cornea reflecting spot of two eyes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011291428.8A CN112308014B (en) 2020-11-18 2020-11-18 High-speed accurate searching and positioning method for pupil and cornea reflecting spot of two eyes

Publications (2)

Publication Number Publication Date
CN112308014A true CN112308014A (en) 2021-02-02
CN112308014B CN112308014B (en) 2024-05-14

Family

ID=74334984

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011291428.8A Active CN112308014B (en) 2020-11-18 2020-11-18 High-speed accurate searching and positioning method for pupil and cornea reflecting spot of two eyes

Country Status (1)

Country Link
CN (1) CN112308014B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113052898A (en) * 2021-04-08 2021-06-29 四川大学华西医院 Point cloud and strong-reflection target real-time positioning method based on active binocular camera
CN114129126A (en) * 2022-01-29 2022-03-04 北京九辰智能医疗设备有限公司 Cornea center positioning method, device, equipment and storage medium

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160019420A1 (en) * 2014-07-15 2016-01-21 Qualcomm Incorporated Multispectral eye analysis for identity authentication
US20170192654A1 (en) * 2016-01-05 2017-07-06 Samsung Electronics Co., Ltd. Method for storing image and electronic device thereof
CN107536598A (en) * 2016-06-29 2018-01-05 沈阳新松机器人自动化股份有限公司 Binocular vision pupil positioning method and relevant device
CN107833251A (en) * 2017-11-13 2018-03-23 京东方科技集团股份有限公司 Pupil positioning device and method, the display driver of virtual reality device
CN108229392A (en) * 2018-01-02 2018-06-29 京东方科技集团股份有限公司 A kind of pupil positioning method, device, equipment and medium
CN108921010A (en) * 2018-05-15 2018-11-30 北京环境特性研究所 A kind of pupil detection method and detection device
CN109525774A (en) * 2017-09-19 2019-03-26 三星电子株式会社 For correcting the electronic device of image and operating the method for the electronic device
CN109857254A (en) * 2019-01-31 2019-06-07 京东方科技集团股份有限公司 Pupil positioning method and device, VR/AR equipment and computer-readable medium
WO2019144710A1 (en) * 2018-01-23 2019-08-01 北京七鑫易维信息技术有限公司 Method and apparatus for determining position of pupil
CN110623629A (en) * 2019-07-31 2019-12-31 毕宏生 Visual attention detection method and system based on eyeball motion
CN111462156A (en) * 2020-03-30 2020-07-28 温州医科大学 Image processing method for acquiring corneal vertex

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160019420A1 (en) * 2014-07-15 2016-01-21 Qualcomm Incorporated Multispectral eye analysis for identity authentication
US20170192654A1 (en) * 2016-01-05 2017-07-06 Samsung Electronics Co., Ltd. Method for storing image and electronic device thereof
CN107536598A (en) * 2016-06-29 2018-01-05 沈阳新松机器人自动化股份有限公司 Binocular vision pupil positioning method and relevant device
CN109525774A (en) * 2017-09-19 2019-03-26 三星电子株式会社 For correcting the electronic device of image and operating the method for the electronic device
CN107833251A (en) * 2017-11-13 2018-03-23 京东方科技集团股份有限公司 Pupil positioning device and method, the display driver of virtual reality device
CN108229392A (en) * 2018-01-02 2018-06-29 京东方科技集团股份有限公司 A kind of pupil positioning method, device, equipment and medium
WO2019144710A1 (en) * 2018-01-23 2019-08-01 北京七鑫易维信息技术有限公司 Method and apparatus for determining position of pupil
CN108921010A (en) * 2018-05-15 2018-11-30 北京环境特性研究所 A kind of pupil detection method and detection device
CN109857254A (en) * 2019-01-31 2019-06-07 京东方科技集团股份有限公司 Pupil positioning method and device, VR/AR equipment and computer-readable medium
CN110623629A (en) * 2019-07-31 2019-12-31 毕宏生 Visual attention detection method and system based on eyeball motion
CN111462156A (en) * 2020-03-30 2020-07-28 温州医科大学 Image processing method for acquiring corneal vertex

Non-Patent Citations (6)

* Cited by examiner, † Cited by third party
Title
KIYOTAKA FUKUMOTO 等: "Detection of Pupil and Corneal Reflection Using High-speed Camera for Gaze Detection Under Face Intense Illumination and a Solution of Glass Reflection Problem by Improving Light Source", 《HCI INTERNATIONAL 2015 - POSTERS’ EXTENDED ABSTRACTS》, 7 August 2015 (2015-08-07), pages 475 *
LIN, Y 等: "A Fast and Accurate Pupil Localization Method Using Gray Gradient Differential and Curve Fitting", 《PROCEEDINGS OF THE 4TH INTERNATIONAL CONFERENCE ON COMPUTER ENGINEERING AND NETWORKS》, vol. 355, pages 495 *
大脑技术: "瞳孔-角膜追踪技术方法(Pupil-CR)", pages 1 - 8, Retrieved from the Internet <URL:https://zhuanlan.zhihu.com/p/280746366?utm_id=0> *
宗瑞山: "基于虹膜采集定位系统的研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》, pages 138 - 810 *
王博宇: "动基座下双目鱼眼视觉系统目标定位算法研究", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》, 15 August 2019 (2019-08-15), pages 036 - 63 *
黄国林: "角膜曲率和瞳孔直径数字化检测方法研究", 《中国优秀硕士学位论文全文数据库 医药卫生科技辑》, pages 073 - 104 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113052898A (en) * 2021-04-08 2021-06-29 四川大学华西医院 Point cloud and strong-reflection target real-time positioning method based on active binocular camera
CN113052898B (en) * 2021-04-08 2022-07-12 四川大学华西医院 Point cloud and strong-reflection target real-time positioning method based on active binocular camera
CN114129126A (en) * 2022-01-29 2022-03-04 北京九辰智能医疗设备有限公司 Cornea center positioning method, device, equipment and storage medium
CN114129126B (en) * 2022-01-29 2022-05-27 北京九辰智能医疗设备有限公司 Cornea center positioning method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN112308014B (en) 2024-05-14

Similar Documents

Publication Publication Date Title
CN108918519B (en) Cell smear image acquisition and analysis system
US11172817B2 (en) Fundus image capture system
CN106774863B (en) Method for realizing sight tracking based on pupil characteristics
JP4895847B2 (en) 瞼 Detection device and program
CN107609516B (en) Adaptive eye movement method for tracing
CN112308014A (en) High-speed accurate searching and positioning method for reflective points of pupils and cornea of eyes
CN107169419B (en) Non-contact human body sign detection method and device based on machine vision
CN109431452B (en) Unmanned eye health screening instrument
CN103006174A (en) Image processing apparatus, ophthalmologic imaging apparatus, and image processing method
CN112399817A (en) Measuring refraction of eye
CN111932535A (en) Method, apparatus, device and storage medium for processing image
JP2021534948A (en) Pre-processing method and storage device for fundus image quantitative analysis
CN105180802B (en) A kind of dimension of object information identifying method and device
CN109194952B (en) Head-mounted eye movement tracking device and eye movement tracking method thereof
Caya et al. Development of Pupil Diameter Determination using Tiny-YOLO Algorithm
CN110598635B (en) Method and system for face detection and pupil positioning in continuous video frames
CN114429670A (en) Pupil detection method, device, equipment and storage medium
CN115762772B (en) Method, device, equipment and storage medium for determining emotional characteristics of target object
CN112233118A (en) Eye fundus lesion image identification method and system based on incremental learning
CN114615484B (en) Vision tracking and positioning system based on retina monitoring
CN103955941A (en) Corneal endothelial cell analysis meter and analysis method
CN115022616B (en) Image focusing enhancement display device and display method based on human eye tracking
CN115890693A (en) Mobile explosion-removing device and method based on immersive perception and bionic control
CN115375611A (en) Model training-based refraction detection method and detection system
CN109522868A (en) A kind of method and apparatus of detection blink

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
TR01 Transfer of patent right

Effective date of registration: 20240803

Address after: No. 299 Huamao Road, Loucun Community, Xinhu Street, Guangming District, Shenzhen City, Guangdong Province 518000, China Academy of Science and Technology, Building 1, Shenzhen University of Technology, Room 403

Patentee after: Shenzhen Jisimingzhi Technology Co.,Ltd.

Country or region after: China

Address before: Room 302, Tianfu Jingrong building, 2039 Tianfu Avenue South, Tianfu New District, Chengdu, Sichuan 610000

Patentee before: Chengdu Jisi Mingzhi Technology Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right