WO2019136588A1 - Cloud computing-based calibration method, device, electronic device, and computer program product - Google Patents

Cloud computing-based calibration method, device, electronic device, and computer program product Download PDF

Info

Publication number
WO2019136588A1
WO2019136588A1 PCT/CN2018/071886 CN2018071886W WO2019136588A1 WO 2019136588 A1 WO2019136588 A1 WO 2019136588A1 CN 2018071886 W CN2018071886 W CN 2018071886W WO 2019136588 A1 WO2019136588 A1 WO 2019136588A1
Authority
WO
WIPO (PCT)
Prior art keywords
conversion parameter
current user
coordinate system
parameter
existing
Prior art date
Application number
PCT/CN2018/071886
Other languages
French (fr)
Chinese (zh)
Inventor
王洛威
王恺
廉士国
Original Assignee
深圳前海达闼云端智能科技有限公司
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 深圳前海达闼云端智能科技有限公司 filed Critical 深圳前海达闼云端智能科技有限公司
Priority to PCT/CN2018/071886 priority Critical patent/WO2019136588A1/en
Priority to CN201880000117.6A priority patent/CN108235778B/en
Publication of WO2019136588A1 publication Critical patent/WO2019136588A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/80Analysis of captured images to determine intrinsic or extrinsic camera parameters, i.e. camera calibration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10016Video; Image sequence

Definitions

  • the present application relates to the field of augmented reality technology, and in particular, to a cloud computing-based calibration method, apparatus, electronic device, and computer program product.
  • AR augmented reality
  • AR augmented reality
  • users can not only interact with the real environment, but also be close to the senses in the senses.
  • Information such as the geometry and color of the environment enhances the user's ability to perceive the real environment.
  • the AR needs to set the real camera and the virtual camera.
  • the virtual camera parameters must be consistent with the real camera parameters.
  • the position and attitude parameters of the real object need to be tracked in real time, and the virtual object is updated by using these parameters.
  • Position and posture During the virtual and real alignment process, the internal parameters of some devices (such as cameras) in the system and the relative positional orientation between certain devices in the system remain unchanged, so these parameters can be measured or calibrated in advance.
  • OSTHMD optical see through head mounted displays
  • Figure 1 shows a schematic diagram of the conversion relationship between the coordinate systems of the OTHMD system.
  • the OTHMD involves three coordinate systems: the tracking coordinate system of the camera, the world coordinate system of the artificial identification, and the virtual coordinate system of the optical helmet.
  • T F represents the translational transformation of the world coordinate system to the tracking coordinate system
  • H is known.
  • Tuceryan et al. proposed a user-friendly SPAAM (Single Point Active Alignment Method) to calibrate OSTHMD.
  • the principle is to use the calibration target point in the real scene for OTHMD calibration.
  • the user's human eye observes the calibration point through the OTHMD screen, then rotates the head to align with the calibration point on the observation screen, and confirms by pressing the confirmation key to collect the alignment data of the group.
  • the alignment of the target virtual image with the target real image involves the translational rotation transformation of the target object, that is, the conversion of a point set from one coordinate system to another, a homogeneous coordinate transformation is required, so that the calibration camera is set at the calibration
  • the corresponding coordinate point of the corresponding image point in the virtual camera coordinate system is (u v1) T , then:
  • s is a scale factor and is a constant that is not zero.
  • 3 reflects the G * G 4 projection matrix to track coordinates projective transformation between the virtual camera coordinate system, i.e., the calibration OSTHMD, with g 1 T, g 2 T, g 3 T 3 each represent lines of G, then:
  • the 3*4 projection matrix has 12 unknown parameters to be determined, it can be known from the above equation (3) that each calibration point can determine two independent constraint equations. Therefore, the process of at least six single-point alignments is required to form 12 equations, and the 12 equations must be linearly independent. Then, 12 unknown parameters are calculated to obtain the solution of the 3*4 projection matrix G, thereby completing the calibration of the OSTHMD.
  • the SPAAM is subjected to more target calibration in the actual calibration process to reduce the degradation effect, and the actual operation is calibrated.
  • 20 sets of alignment data are collected for each of the left and right eyes of each user.
  • the virtual camera composed of each user's eyes and OTHMD is different, that is, G is different, so multiple sets of each OSTHMD wearer need to be performed. Align the collection of data to complete the calibration.
  • the embodiment of the present application proposes a calibration method, device, device and computer program product based on cloud computing, which is mainly used to reduce the collection of alignment data during the OSTHMD calibration process, simplify the operation, and shorten the calibration time.
  • an embodiment of the present application provides a cloud computing-based calibration method, the method comprising: determining an existing conversion parameter G, wherein the conversion parameter G is based on a SPAAM calibration of the OTHMD calibration. Converting a coordinate system to a virtual coordinate system; acquiring alignment data of the current user; calculating a conversion coordinate G′ of the current user's tracking coordinate system to the virtual coordinate system according to the current user's alignment data and the conversion parameter G.
  • the embodiment of the present application provides a calibration device based on cloud computing, wherein the device includes: an existing parameter determination module, configured to determine an existing conversion parameter G, and the conversion parameter G It is based on the conversion parameter of the tracking coordinate system obtained by the SPAAM to the OTHMD calibration to the virtual coordinate system; the alignment data acquisition module is configured to acquire the alignment data of the current user; and the current parameter calculation module is configured to be aligned according to the current user.
  • the data and the conversion parameter G calculate the conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system.
  • an embodiment of the present application provides an electronic device, including: a memory, one or more processors; and one or more modules, the one or more modules being Stored in the memory and configured to be executed by the one or more processors, the one or more modules including instructions for performing the various steps of the above methods.
  • embodiments of the present application provide a computer program product for use in conjunction with an electronic device, the computer program product comprising a computer program embedded in a computer readable storage medium, the computer program comprising An instruction to cause the electronic device to perform the various steps in the above methods.
  • the current user's OTHMD calibration can be completed by using the existing calibration data, and it is not necessary to perform complete SPAAM calibration on the current user, and only need to collect less alignment data, which simplifies the operation and consumes a short time.
  • Figure 1 is a schematic diagram showing the relationship between the coordinate systems of the OSTHMD system
  • FIG. 2 is a schematic flowchart diagram of a calibration method based on cloud computing in the embodiment of the present application
  • FIG. 3 is a schematic diagram showing changes in imaging of a virtual coordinate system between different users in the embodiment of the present application.
  • FIG. 4 is a schematic structural diagram of a calibration apparatus based on cloud computing in Embodiment 2 of the present application;
  • FIG. 5 is a schematic structural diagram of an electronic device in Embodiment 3 of the present application.
  • each user who performs calibration involves excessive alignment data collection, which is cumbersome and time consuming.
  • the present application provides a calibration method based on cloud computing, which acquires the conversion parameter G of the existing tracking coordinate system based on SPAAM to OSTHMD calibration to the virtual coordinate system, and obtains the current information by combining a small amount of alignment data of the current user.
  • the user converts the parameter G' to complete the calibration of the current user.
  • the current user's OTHMD calibration can be completed by using the existing calibration data, and it is not necessary to perform complete SPAAM calibration on the current user, and only need to collect less alignment data, which simplifies the operation and consumes a short time.
  • Embodiment 1 is a diagrammatic representation of Embodiment 1:
  • FIG. 2 is a schematic flowchart of a cloud computing-based calibration method according to Embodiment 1 of the present application. As shown in FIG. 2, the cloud computing-based calibration method includes:
  • Step 101 Determine an existing conversion parameter G, which is a conversion parameter based on a tracking coordinate system obtained by SPAAM to OSTHMD calibration to a virtual coordinate system;
  • Step 102 Acquire alignment data of a current user.
  • Step 103 Calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the current user's alignment data and the conversion parameter G.
  • step 101 an existing conversion parameter G is determined, and the conversion parameter G is a conversion parameter based on the tracking coordinate system obtained by SPAAM to OSTHMD calibration to the virtual coordinate system.
  • the calibration result of the OSTHMD calibration based on SPAAM is usually the calculated conversion parameter G of the tracking coordinate system to the virtual coordinate system when each user uses the OSTHMD.
  • an existing conversion parameter G is determined, and the parameter may be a conversion parameter obtained by other users using the OTHMD (or the same OSTHMD parameter) and based on the SPAAM calibration, or the current user uses the OTHMD. (or OSTHMD with the same parameters) Based on the conversion parameters that SPAAM has done to calibrate.
  • the conversion parameter G is typically a 3*4 matrix for characterizing the projection transformation relationship from the tracking coordinate system to the virtual coordinate system.
  • the conversion parameter G when wearing the same OSTHMD is usually unchanged, while another person wearing the same OTHMD, because each person's pupil distance and vision are different, so The conversion parameter G is usually also different, wherein the interpupillary distance affects the rotation and translation of the tracking coordinate system to the virtual coordinate system, resulting in a change in image position, and the visual acuity affects the size of the image.
  • ⁇ u and ⁇ v are mutually perpendicular stretching scale factors; u 0 and v 0 are mutually perpendicular translation scale factors, as shown in FIG. 3 .
  • the matrix K is the correction parameter.
  • s is a scale factor and is a constant that is not zero.
  • G reflects the projection transformation relationship of the existing user's calibrated tracking coordinate system to the virtual camera coordinate system.
  • G' reflects the projection transformation relationship of the current user tracking coordinate system to the virtual camera coordinate system to be calibrated.
  • step 102 the alignment data of the current user is acquired.
  • Data is collected for the left and right eyes of the current user respectively, and the data is collected in the same manner as the SPAAM.
  • the OTHMD calibration is performed by using a calibration target point in the real scene, and the user's eye observes the calibration point through the OSTHMD screen, and then rotates the head. To align with the calibration point on the observation screen, confirm by pressing the confirmation key, and collect the current alignment data.
  • step 103 the currently used conversion parameter matrix G' can be calculated using the conversion parameter matrix G in the calibration data of the existing user according to the above equation (9) and the correction parameter K, and the current user's OTHMD calibration is completed.
  • the transformation relationship between P E and P C caused by the difference in vision between the current user and the existing user can be expressed by the extension scale factors ⁇ u and ⁇ v and the translation scale factors u 0 and v 0 , It is also possible to use a combination of rotation and stretching or rotation and translation, or to use other functional relationships to characterize the conversion relationship between them.
  • the modified parameter matrix K may have other expressions, and the calculation process Different, the amount of alignment data that needs to be collected by the current user may also be different.
  • the known conversion parameter G of the existing user is corrected based on the alignment data collected by the current user, and the current user's conversion parameter G' will not require complete SPAAM calibration for the current user. Simply collecting less alignment data simplifies operation and takes less time.
  • the existing conversion parameter G is determined according to the current user's vision condition, and the conversion parameter G is a conversion parameter based on the SPAAM-to-OSTHMD calibration tracking coordinate system to the virtual coordinate system. .
  • the scale and location of the perceived imaging are different, because the a priori data is used to calibrate the new wearer based on SPAAM, considering that the closer the visual conditions are, the two users perceive The smaller the difference between the imaging scale and the position, the more accurate the current user calibration accuracy can be further improved by selecting the existing calibration data of the user whose vision is closer to the current user's vision.
  • the visual condition usually needs to be determined with reference to the user's myopia/farsight degree and the interocular distance.
  • the existing calibration data it is usually necessary to record the correspondence between the user and the existing calibration data, and record the visual acuity of the user corresponding to the calibration data, for example, the standard visual power and the distance of the user.
  • the user Before the current user calibration, the user may be required to log in to his own account. If the user is a historical user, the existing calibration data and the visual acuity of the user are saved in the account, and the existing calibration data is directly used. If the current user is a newly registered user, it needs to be measured by OTHMD or the user inputs his or her vision. For example, the user's distance is detected by OTHMD, and the visual power of both eyes is input by the user; OSTHMD is in the database according to the user's vision.
  • the calibration database can be stored in the cloud server, and the cloud server can select the user whose visual condition is close.
  • the step 101 further includes:
  • Step 1011 determining an eyesight situation score corresponding to each existing conversion parameter
  • Step 1012 determining a current user's visual condition score
  • Step 1013 determining that the conversion parameter corresponding to any score within the preset score range of the current user's visual condition score is the existing conversion parameter G, or determining the closest to the current user's visual condition score.
  • the conversion parameter corresponding to the score is the existing conversion parameter G.
  • step 1011 the visual grading score of the existing user and the calibration data of each user are determined (including the conversion of the tracking coordinate system based on SPAAM to OSTHMD calibration to the virtual coordinate system). Parameter G).
  • step 1012 the current user's visual condition score is determined, which may be pre-tested and input by the current user, or may be detected and calculated by the OTHMD for the current user.
  • the visual acuity score here is a comprehensive consideration of various aspects of the user's vision, such as myopia/farsightedness, interocular distance, and other factors calculated by a preset algorithm, which characterizes the visual acuity used. Users with identical vision conditions have identical visual acuity scores, and the difference in visual acuity scores between the two users with greater differences in visual acuity.
  • step 1013 the existing conversion parameter G is determined based on the preset score range, or the conversion parameter G of the user closest to the current user's vision condition score is determined to complete the subsequent steps.
  • the range may be a simple determination based on the threshold, for example, the preset threshold is recorded as threshold, and the current user's visual condition score is score, in the cloud database. Look for users whose visual scores are in the range of [score-threshold, score+threshold]. If there are no users in the range, expand the threshold threshold and continue searching until they are found. One of the users whose visual acuity score is within the threshold range is randomly selected, and the conversion parameter G in the calibration data is used as the calculation basis of the subsequent steps in the present embodiment.
  • the preset score range may also be determined based on a relatively complicated manner, for example, determining a preset score range according to the “Quadruple Elimination Extreme Value” method, that is, finding a visual score in the cloud database [score-threshold, score+threshold] Within the scope of the user, the visual acuity score of each user is recorded as score i , and the subscript i represents the i-th eligible user.
  • the culling is performed, and a user corresponding to the score is randomly selected within the subsequent score range, and the conversion parameter G in the calibration data is used as the calculation basis of the subsequent steps in the embodiment.
  • the visual condition score closest to the current user's visual condition score can be directly determined, and the conversion parameter G in the existing calibration data of the user to which the score belongs is used as the calculation basis of the subsequent steps in this embodiment.
  • the current user's OTHMD calibration can be completed by using the existing calibration data, and it is not necessary to perform complete SPAAM calibration on the current user, and only need to collect less alignment data, which simplifies the operation and consumes a short time.
  • selecting the existing calibration data it is possible to select the existing calibration data of the user who is closer to the current user's visual acuity, and improve the current user calibration accuracy; characterizing the visual condition of the user with the visual condition score can simplify the user's operation, and
  • OTHMD it is easier to make OTHMD obtain the multi-dimensional visual information of the user and complete the relevant calibration process as soon as possible.
  • Embodiment 2 is a diagrammatic representation of Embodiment 1:
  • the cloud computing-based calibration apparatus 200 includes:
  • the existing parameter determining module 201 is configured to determine an existing conversion parameter G, and the conversion parameter G is a conversion parameter based on a tracking coordinate system and a virtual coordinate system obtained by the SPAAM to the OTHMD calibration;
  • An alignment data obtaining module 202 configured to acquire alignment data of a current user
  • the current parameter calculation module 203 is configured to calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the current user's alignment data and the conversion parameter G.
  • the existing parameter determination module 201 is configured to determine an existing conversion parameter G according to the current user's vision condition.
  • the existing parameter determination module 201 includes:
  • the first determining unit 2011 is configured to determine a visual condition score corresponding to each existing conversion parameter
  • a second determining unit 2012 configured to determine a current user's visual condition score
  • the existing parameter determining unit 2013 is configured to determine that the conversion parameter corresponding to any score within the preset score range of the current user's visual condition score is the existing conversion parameter G, or determine the current user's The conversion parameter corresponding to the closest score of the visual condition score is the existing conversion parameter G.
  • the current parameter calculation module 203 includes:
  • a correction parameter calculation unit 2031 configured to calculate a correction parameter K according to the alignment data of the current user and the conversion parameter G;
  • the conversion parameter calculation unit 2032 is configured to calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the correction parameter K and the conversion parameter G.
  • the correction parameter K is:
  • ⁇ u and ⁇ v are mutually perpendicular stretching scale factors; u 0 and v 0 are mutually perpendicular translation scale factors;
  • Embodiment 3 is a diagrammatic representation of Embodiment 3
  • the electronic device 300 includes: a memory 301, one or more processors 302; and one or more modules, the one or more modules being stored in the memory and configured to Executed by the one or more processors, the one or more modules include instructions for performing the various steps of any of the above methods.
  • Embodiment 4 is a diagrammatic representation of Embodiment 4:
  • an embodiment of the present application further provides a computer program product for use in combination with an electronic device, the computer program product comprising a computer program embedded in a computer readable storage medium, the computer program comprising An instruction to cause the electronic device to perform each of the steps of any of the above methods.
  • embodiments of the present application can be provided as a method, system, or computer program product.
  • the present application can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment in combination of software and hardware.
  • the application can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • User Interface Of Digital Computer (AREA)
  • Processing Or Creating Images (AREA)

Abstract

A cloud computing-based calibration method, a device, an electronic device, and a computer program product. The method comprises: determining an existing conversion parameter G, the conversion parameter G being a conversion parameter from a tracking coordinate system to a virtual coordinate system produced by calibration of an OSTHMD on the basis of SPAAM; acquiring alignment data of a current user; and computing, on the basis of the alignment data of the current user and of the conversion parameter G, a conversion parameter G' from the tracking coordinate system to the virtual coordinate system of the current user. In the present application, the calibration of the OSTHMD of the current user can be completed by utilizing existing calibration data, the need to perform a full SPAAM calibration with respect to the current user is obviated, and only a small amount of alignment data needs to be collected, thus simplifying operation and reducing the time spent.

Description

基于云端计算的标定方法、装置、电子设备和计算机程序产品Cloud computing-based calibration method, device, electronic device and computer program product 技术领域Technical field
本申请涉及增强现实技术领域,特别涉及基于云端计算的标定方法、装置、电子设备和计算机程序产品。The present application relates to the field of augmented reality technology, and in particular, to a cloud computing-based calibration method, apparatus, electronic device, and computer program product.
背景技术Background technique
AR(augmented reality,增强现实)技术是在用户观察到的真实自然环境中添加计算机生成的文字、3D模型等信息的技术,通过AR技术用户不仅可以与真实环境交互,而且可在感官上接近自然环境的几何、色彩等信息,增强用户对真实环境的感知能力。AR需要设置真实摄像机和虚拟摄像机,当用户观察自然世界的视角改变时,虚拟摄像机参数必须与真实摄像机参数保持一致,同时需要实时跟踪真实物体的位置和姿态参数,利用这些参数去更新虚拟物体的位置和姿态。在虚实对准过程中,系统中某些设备(如摄像机)的内部参数以及系统某些设备之间的相对位置方向等参数始终保持不变,因而可以提前对这些参数进行测量或者标定。AR (augmented reality) technology is a technology that adds computer-generated text, 3D models and other information to the real natural environment observed by users. Through AR technology, users can not only interact with the real environment, but also be close to the senses in the senses. Information such as the geometry and color of the environment enhances the user's ability to perceive the real environment. The AR needs to set the real camera and the virtual camera. When the user observes the change of the natural world view, the virtual camera parameters must be consistent with the real camera parameters. At the same time, the position and attitude parameters of the real object need to be tracked in real time, and the virtual object is updated by using these parameters. Position and posture. During the virtual and real alignment process, the internal parameters of some devices (such as cameras) in the system and the relative positional orientation between certain devices in the system remain unchanged, so these parameters can be measured or calibrated in advance.
AR系统中有2种常用的显示设备:一种是VSTHMD(video see through head mounted displays,视频透射头盔显示器);另一种是OSTHMD(optical see through head mounted displays,光学透射头盔显示器)。因为OSTHMD系统是用户使用自身人眼透过半透明目镜直接获得自然环境中的物体,因此其标定不能像VSTHMD一样可以直接、方便地处理真实物体图像中的特征;同时OSTHMD标定主要是对由人眼和OSTHMD构成的虚拟摄像机进行标定,用户的不同次使用以及用户身份的改变都将导致人眼位置的潜在变化,这些人为的因素不可避免地增大了OSTHMD标定的难度。可见相对于VSTHMD,OSTHMD的标定更复杂、更困难。There are two commonly used display devices in the AR system: one is VSTHMD (video see through head mounted displays); the other is OSTHMD (optical see through head mounted displays). Because the OSTHMD system allows users to directly obtain objects in the natural environment through their translucent eyepieces, their calibration cannot directly and conveniently handle features in real object images like VSTHMD. At the same time, OSTHMD calibration is mainly for human eyes. Calibration with the virtual camera composed of OTHMD, the different use of the user and the change of the user's identity will lead to potential changes in the position of the human eye. These artificial factors inevitably increase the difficulty of the OSTHMD calibration. It can be seen that the calibration of OSTHMD is more complicated and more difficult than VSTHMD.
佩戴OSTHMD后,用户看到的景象是人眼和OSTHMD共同作用的结果,因此将光学透视头盔显示器与人眼的结合定义为虚拟摄像机来进行标定。图1示出了OSTHMD系统各坐标系间转换关系示意图,如图1所示,OSTHMD涉及3个坐标系:摄像机的跟踪坐标系、人工标识的世界坐标系以及光学头盔的虚拟坐标系。F为已知的世界坐标系到跟踪坐标系的转换关系,其可以通过摄像头对人工标识的识别实时得到,并且F=[R F|T F],其中R F代表世界坐标系到跟踪坐标系的旋转转换,T F代表世界坐标系到跟踪坐标系的平移转换;G为未知的跟踪坐标系到虚拟坐标系的转换关系,并且G可表示为G=K G[R G|T G],其中K G代表虚拟相机的内参,可将虚拟坐标系3D空间中的点投影到2D屏幕上,R G代表跟踪坐标系到虚拟坐标系的旋转,T G代表跟踪坐标系到虚拟坐标系的平移;H为已知的。 After wearing the OSTHMD, the user sees the result that the human eye and the OTHMD work together, so the combination of the optical perspective helmet display and the human eye is defined as a virtual camera for calibration. Figure 1 shows a schematic diagram of the conversion relationship between the coordinate systems of the OTHMD system. As shown in Figure 1, the OTHMD involves three coordinate systems: the tracking coordinate system of the camera, the world coordinate system of the artificial identification, and the virtual coordinate system of the optical helmet. F is the conversion relationship between the known world coordinate system and the tracking coordinate system, which can be obtained by the camera recognition of the artificial identification in real time, and F=[R F |T F ], where R F represents the world coordinate system to the tracking coordinate system. The rotation transformation, T F represents the translational transformation of the world coordinate system to the tracking coordinate system; G is the conversion relationship of the unknown tracking coordinate system to the virtual coordinate system, and G can be expressed as G=K G [R G |T G ], Where K G represents the internal reference of the virtual camera, and the point in the virtual coordinate system 3D space can be projected onto the 2D screen, R G represents the rotation of the tracking coordinate system to the virtual coordinate system, and T G represents the translation of the tracking coordinate system to the virtual coordinate system. ;H is known.
标定的最终效果是使得虚拟物体可以正确叠加在实际位置之上。若有一个真实3D位置Pw处于世界坐标系下和一个虚拟位置Pv处于虚拟坐标系下,若标定成功,则它们最终在真实3D世界的位置应当一致,即F -1*G -1*Pv=Pw。对于同一个佩戴者,G是不变并且未知的,即需要在H=F*G的约束条件下求取G,因此OSTHMD的标定主要为求取跟踪坐标系到虚拟坐标系之间的转换关系G。 The final result of the calibration is that the virtual object can be correctly superimposed over the actual position. If a real 3D position Pw is in the world coordinate system and a virtual position Pv is in the virtual coordinate system, if the calibration is successful, they should eventually be in the same position in the real 3D world, ie F -1 *G -1 *Pv= Pw. For the same wearer, G is constant and unknown, that is, G needs to be obtained under the constraint of H=F*G, so the calibration of OSTHMD is mainly to obtain the conversion relationship between the tracking coordinate system and the virtual coordinate system. G.
2000年,Tuceryan等提出了一个用户友好的SPAAM(Single Point Active Alignment Method,单点主动对准方法)来标定OSTHMD。其原理为:利用真实场景中的一个校准标靶点进行OSTHMD标定。用户人眼透过OSTHMD屏幕观察该校准点,然后转动头部,使之与观察屏幕上的校准点对准,通过按下确认键等方式进行确认,收集该组对准数据。因为靶标虚像与靶标实像的对准牵涉到靶标物体的平移旋转变换,即一个点集从一个坐标系到另一个坐标系的转换,需用到齐次坐标变换,因此设经过标定的跟踪摄像头在跟踪坐标系下的齐次坐标为P=(x y z 1) T。经过虚拟摄像 头的投影变换,对应的图像点在虚拟摄像机坐标系下的齐次坐标为(u v1) T,则有: In 2000, Tuceryan et al. proposed a user-friendly SPAAM (Single Point Active Alignment Method) to calibrate OSTHMD. The principle is to use the calibration target point in the real scene for OTHMD calibration. The user's human eye observes the calibration point through the OTHMD screen, then rotates the head to align with the calibration point on the observation screen, and confirms by pressing the confirmation key to collect the alignment data of the group. Because the alignment of the target virtual image with the target real image involves the translational rotation transformation of the target object, that is, the conversion of a point set from one coordinate system to another, a homogeneous coordinate transformation is required, so that the calibration camera is set at the calibration The homogeneous coordinate in the tracking coordinate system is P = (xyz 1) T . After the projection transformation of the virtual camera, the corresponding coordinate point of the corresponding image point in the virtual camera coordinate system is (u v1) T , then:
Figure PCTCN2018071886-appb-000001
Figure PCTCN2018071886-appb-000001
上式(1)中s为比例因子,是不为0的常数。G反映了跟踪坐标系到虚拟摄像机坐标系的投影变换关系,即标定OSTHMD的3*4投影矩阵G,用g 1 T,g 2 T,g 3 T分别表示G的3行,则有: In the above formula (1), s is a scale factor and is a constant that is not zero. 3 reflects the G * G 4 projection matrix to track coordinates projective transformation between the virtual camera coordinate system, i.e., the calibration OSTHMD, with g 1 T, g 2 T, g 3 T 3 each represent lines of G, then:
Figure PCTCN2018071886-appb-000002
Figure PCTCN2018071886-appb-000002
进一步可得到:Further available:
Figure PCTCN2018071886-appb-000003
Figure PCTCN2018071886-appb-000003
因为3*4投影矩阵共有12个需要确定的未知参数,由上式(3)可知,每个标定点可以确定两个独立的约束方程。所以至少需要六次单点对准的过程组成12个方程组,并且12个方程组必须线性无关,之后计算12个未知参数进而得到3*4投影矩阵G的解,从而完成对OSTHMD的标定。Since the 3*4 projection matrix has 12 unknown parameters to be determined, it can be known from the above equation (3) that each calibration point can determine two independent constraint equations. Therefore, the process of at least six single-point alignments is required to form 12 equations, and the 12 equations must be linearly independent. Then, 12 unknown parameters are calculated to obtain the solution of the 3*4 projection matrix G, thereby completing the calibration of the OSTHMD.
因为整个标定都需要人为使靶标对准,可能存在一定的误差,使得最后解方程组产生退化,所以在实际标定过程中对SPAAM进行更多次数的靶标标定来减少退化影响,实际操作进行标定时,通常为每个用户的左右两眼分别收集20组对准数据。此外,因为不同佩戴者的眼睛瞳距、视力度数等都不同,导致各用户的眼睛和OSTHMD组成的虚拟相机是不同的,也即G是不同的,所以需要针对每个OSTHMD佩戴者进行多组对准数据的收集 以完成标定。Because the entire calibration requires artificial alignment of the target, there may be some error, which causes the final solution equation to degenerate. Therefore, the SPAAM is subjected to more target calibration in the actual calibration process to reduce the degradation effect, and the actual operation is calibrated. Typically, 20 sets of alignment data are collected for each of the left and right eyes of each user. In addition, because different eyes of the wearer have different eye distances, visual strengths, etc., the virtual camera composed of each user's eyes and OTHMD is different, that is, G is different, so multiple sets of each OSTHMD wearer need to be performed. Align the collection of data to complete the calibration.
现有技术的不足在于:The shortcomings of the prior art are:
现有基于SPAAM实现OSTHMD标定的方案中,每个进行标定的用户都涉及过多的对准数据收集,操作繁琐,耗时长。In the existing scheme based on SPAAM to implement OSTHMD calibration, each user who performs calibration involves excessive alignment data collection, which is cumbersome and time consuming.
发明内容Summary of the invention
本申请实施例提出了基于云端计算的标定方法、装置、设备和计算机程序产品,主要用以在OSTHMD标定过程中减少对准数据的收集,简化操作,缩短标定时间。The embodiment of the present application proposes a calibration method, device, device and computer program product based on cloud computing, which is mainly used to reduce the collection of alignment data during the OSTHMD calibration process, simplify the operation, and shorten the calibration time.
在一个方面,本申请实施例提供了一种基于云端计算的标定方法,其特征在于,所述方法包括:确定已有的转换参数G,所述转换参数G是基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数;获取当前用户的对准数据;根据所述当前用户的对准数据和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。In one aspect, an embodiment of the present application provides a cloud computing-based calibration method, the method comprising: determining an existing conversion parameter G, wherein the conversion parameter G is based on a SPAAM calibration of the OTHMD calibration. Converting a coordinate system to a virtual coordinate system; acquiring alignment data of the current user; calculating a conversion coordinate G′ of the current user's tracking coordinate system to the virtual coordinate system according to the current user's alignment data and the conversion parameter G.
在另一个方面,本申请实施例提供了一种基于云端计算的标定装置,其特征在于,所述装置包括:已有参数确定模块,用于确定已有的转换参数G,所述转换参数G是基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数;对准数据获取模块,用于获取当前用户的对准数据;当前参数计算模块,用于根据所述当前用户的对准数据和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。In another aspect, the embodiment of the present application provides a calibration device based on cloud computing, wherein the device includes: an existing parameter determination module, configured to determine an existing conversion parameter G, and the conversion parameter G It is based on the conversion parameter of the tracking coordinate system obtained by the SPAAM to the OTHMD calibration to the virtual coordinate system; the alignment data acquisition module is configured to acquire the alignment data of the current user; and the current parameter calculation module is configured to be aligned according to the current user. The data and the conversion parameter G calculate the conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system.
在另一个方面,本申请实施例提供了一种电子设备,其特征在于,所述电子设备包括:存储器,一个或多个处理器;以及一个或多个模块,所述一个或多个模块被存储在所述存储器中,并被配置成由所述一个或多个处理器执行,所述一个或多个模块包括用于执行上述方法中各个步骤的指令。In another aspect, an embodiment of the present application provides an electronic device, including: a memory, one or more processors; and one or more modules, the one or more modules being Stored in the memory and configured to be executed by the one or more processors, the one or more modules including instructions for performing the various steps of the above methods.
在另一个方面,本申请实施例提供了一种与电子设备结合使用的计算机程序产品,所述计算机程序产品包括内嵌于计算机可读的存储介质中的计算机程序,所述计算机程序包括用于使所述电子设备执行上述方法中的各个步骤的指令。In another aspect, embodiments of the present application provide a computer program product for use in conjunction with an electronic device, the computer program product comprising a computer program embedded in a computer readable storage medium, the computer program comprising An instruction to cause the electronic device to perform the various steps in the above methods.
本申请实施例的有益效果如下:The beneficial effects of the embodiments of the present application are as follows:
本申请中,能够利用已有的标定数据完成当前用户的OSTHMD标定,无需对当前用户进行完整的SPAAM标定,只需收集较少的对准数据,简化了操作,消耗时间短。In the present application, the current user's OTHMD calibration can be completed by using the existing calibration data, and it is not necessary to perform complete SPAAM calibration on the current user, and only need to collect less alignment data, which simplifies the operation and consumes a short time.
附图说明DRAWINGS
下面将参照附图描述本申请的具体实施例,其中:Specific embodiments of the present application will be described below with reference to the accompanying drawings, in which:
图1示出了OSTHMD系统各坐标系间转换关系示意图;Figure 1 is a schematic diagram showing the relationship between the coordinate systems of the OSTHMD system;
图2示出了本申请实施例中基于云端计算的标定方法的流程示意图;FIG. 2 is a schematic flowchart diagram of a calibration method based on cloud computing in the embodiment of the present application;
图3示出了本申请实施例中不同用户间虚拟坐标系成像变化示意图;FIG. 3 is a schematic diagram showing changes in imaging of a virtual coordinate system between different users in the embodiment of the present application; FIG.
图4示出了本申请实施例二中基于云端计算的标定装置的结构示意图;4 is a schematic structural diagram of a calibration apparatus based on cloud computing in Embodiment 2 of the present application;
图5示出了本申请实施例三中电子设备的结构示意图。FIG. 5 is a schematic structural diagram of an electronic device in Embodiment 3 of the present application.
具体实施方式Detailed ways
为了使本申请的技术方案及优点更加清楚明白,以下结合附图对本申请的示例性实施例进行进一步详细的说明,显然,所描述的实施例仅是本申请的一部分实施例,而不是所有实施例的穷举。并且在不冲突的情况下,本说明中的实施例及实施例中的特征可以互相结合。The exemplary embodiments of the present application are further described in detail below with reference to the accompanying drawings, in which the embodiments described are only a part of the embodiments of the present application, but not all embodiments. An exhaustive example. And in the case of no conflict, the features in the embodiments and the embodiments in the description can be combined with each other.
发明人在发明过程中注意到:现有基于SPAAM实现OSTHMD标定的方案中,每个进行标定的用户都涉及过多的对准数据收集,操作繁琐,耗 时长。The inventor noticed during the invention that in the existing scheme of implementing OSTHMD calibration based on SPAAM, each user who performs calibration involves excessive alignment data collection, which is cumbersome and time consuming.
针对上述不足,本申请提供了一种基于云端计算的标定方法,获取已有的基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数G,结合当前用户的少量对准数据得到当前用户转换参数G’,完成当前用户的标定。本申请中,能够利用已有的标定数据完成当前用户的OSTHMD标定,无需对当前用户进行完整的SPAAM标定,只需收集较少的对准数据,简化了操作,消耗时间短。In view of the above deficiencies, the present application provides a calibration method based on cloud computing, which acquires the conversion parameter G of the existing tracking coordinate system based on SPAAM to OSTHMD calibration to the virtual coordinate system, and obtains the current information by combining a small amount of alignment data of the current user. The user converts the parameter G' to complete the calibration of the current user. In the present application, the current user's OTHMD calibration can be completed by using the existing calibration data, and it is not necessary to perform complete SPAAM calibration on the current user, and only need to collect less alignment data, which simplifies the operation and consumes a short time.
以下通过具体示例,进一步阐明本发明实施例技术方案的实质。The essence of the technical solution of the embodiment of the present invention is further clarified by specific examples below.
实施例一:Embodiment 1:
图2示出了本申请实施例一中基于云端计算的标定方法流程示意图,如图2所示,所述基于云端计算的标定方法包括:FIG. 2 is a schematic flowchart of a cloud computing-based calibration method according to Embodiment 1 of the present application. As shown in FIG. 2, the cloud computing-based calibration method includes:
步骤101,确定已有的转换参数G,所述转换参数G是基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数;Step 101: Determine an existing conversion parameter G, which is a conversion parameter based on a tracking coordinate system obtained by SPAAM to OSTHMD calibration to a virtual coordinate system;
步骤102,获取当前用户的对准数据;Step 102: Acquire alignment data of a current user.
步骤103,根据所述当前用户的对准数据和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。Step 103: Calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the current user's alignment data and the conversion parameter G.
在步骤101中,确定已有的转换参数G,所述转换参数G是基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数。In step 101, an existing conversion parameter G is determined, and the conversion parameter G is a conversion parameter based on the tracking coordinate system obtained by SPAAM to OSTHMD calibration to the virtual coordinate system.
对各已有用户来说,基于SPAAM实现对OSTHMD标定的标定结果通常是计算得到的各用户使用OSTHMD时跟踪坐标系到虚拟坐标系的转换参数G。在本实施例中,确定一已有的转换参数G,该参数可以是其他用户使用该OSTHMD(或者参数完全相同的OSTHMD)并基于SPAAM完成标定得到的转换参数,也可以是当前用户使用该OSTHMD(或者参数完全相同的OSTHMD)基于SPAAM完成标定曾经得到的转换参数。所述转换参数G通常为一3*4的矩阵,用以表征由跟踪坐标系到虚拟坐标系的投影 变换关系。For each existing user, the calibration result of the OSTHMD calibration based on SPAAM is usually the calculated conversion parameter G of the tracking coordinate system to the virtual coordinate system when each user uses the OSTHMD. In this embodiment, an existing conversion parameter G is determined, and the parameter may be a conversion parameter obtained by other users using the OTHMD (or the same OSTHMD parameter) and based on the SPAAM calibration, or the current user uses the OTHMD. (or OSTHMD with the same parameters) Based on the conversion parameters that SPAAM has done to calibrate. The conversion parameter G is typically a 3*4 matrix for characterizing the projection transformation relationship from the tracking coordinate system to the virtual coordinate system.
当同一个用户视力情况没有发生较大变化,佩戴相同OSTHMD时的转换参数G通常是不变的,而另一个人佩戴同样的OSTHMD时,因为每个人的瞳距和视力情况是不同的,因此转换参数G通常也是不同的,其中瞳距影响了跟踪坐标系到虚拟坐标系的旋转和平移,导致图像位置的改变,视力影响了图像的大小。When the same user's vision has not changed greatly, the conversion parameter G when wearing the same OSTHMD is usually unchanged, while another person wearing the same OTHMD, because each person's pupil distance and vision are different, so The conversion parameter G is usually also different, wherein the interpupillary distance affects the rotation and translation of the tracking coordinate system to the virtual coordinate system, resulting in a change in image position, and the visual acuity affects the size of the image.
对于一个点P,其在跟踪坐标系下的齐次坐标为P=(x y z 1) T,则已有用户在虚拟坐标系成像的齐次坐标为P C=(x C,y C,1) T。设当前用户对于该P点在虚拟坐标系成像的齐次坐标为P E=(x E,y E,1) T,则存在如下关系: For a point P whose homogeneous coordinate in the tracking coordinate system is P = (x y z 1) T , the homogeneous coordinates of the existing user in the virtual coordinate system are P C = (x C , y C , 1) T. Let the current user's homogeneous coordinate for imaging the P point in the virtual coordinate system be P E =(x E , y E , 1) T , then the following relationship exists:
Figure PCTCN2018071886-appb-000004
Figure PCTCN2018071886-appb-000004
其中α u和α v为互相垂直的拉伸比例因子;u 0和v 0为互相垂直的平移比例因子,如图3所示。 Where α u and α v are mutually perpendicular stretching scale factors; u 0 and v 0 are mutually perpendicular translation scale factors, as shown in FIG. 3 .
上式(4)的矩阵表示为The matrix of the above formula (4) is expressed as
Figure PCTCN2018071886-appb-000005
Figure PCTCN2018071886-appb-000005
其中矩阵K为修正参数。The matrix K is the correction parameter.
可见,根据式(1),对于已有用户,有:It can be seen that according to formula (1), for existing users, there are:
s*P C=G*P   (6) s*P C =G*P (6)
上式(6)中s为比例因子,是不为0的常数。G反映了已有用户经标定的跟踪坐标系到虚拟摄像机坐标系的投影变换关系。In the above formula (6), s is a scale factor and is a constant that is not zero. G reflects the projection transformation relationship of the existing user's calibrated tracking coordinate system to the virtual camera coordinate system.
同样根据式(1),对于当前用户,有:Also according to equation (1), for the current user, there are:
s*P E=G’*P   (7) s*P E =G'*P (7)
上式(7)中s为与上式(6)中相同的比例因子。G’反映了待标定的 当前用户跟踪坐标系到虚拟摄像机坐标系的投影变换关系。In the above formula (7), s is the same scale factor as in the above formula (6). G' reflects the projection transformation relationship of the current user tracking coordinate system to the virtual camera coordinate system to be calibrated.
联立上述(6)和(7)两式,得到:By combining the above two forms (6) and (7), we obtain:
G -1*P C=(G’) -1*P E   (8) G -1 *P C =(G') -1 *P E (8)
将上式(8)带入上式(5),得到:Bring the above formula (8) into the above formula (5), and obtain:
G’=KG   (9)G’=KG (9)
在步骤102中,获取当前用户的对准数据。In step 102, the alignment data of the current user is acquired.
分别对当前用户的左眼和右眼收集数据,收集数据的方式与SPAAM相同,利用真实场景中的一个校准标靶点进行OSTHMD标定,用户人眼透过OSTHMD屏幕观察该校准点,然后转动头部,使之与观察屏幕上的校准点对准,通过按下确认键等方式进行确认,收集当前的该对准数据。Data is collected for the left and right eyes of the current user respectively, and the data is collected in the same manner as the SPAAM. The OTHMD calibration is performed by using a calibration target point in the real scene, and the user's eye observes the calibration point through the OSTHMD screen, and then rotates the head. To align with the calibration point on the observation screen, confirm by pressing the confirmation key, and collect the current alignment data.
为计算α u、α v、u 0和v 0进而得到修正参数K,需要至少收集当前用户的2组数据,即P E,1和P E,2,并根据对应的已有用户标定数据计算得到相应P点的P C,1和P C,2,得到: In order to calculate α u , α v , u 0 and v 0 and obtain the modified parameter K, it is necessary to collect at least two sets of data of the current user, namely P E, 1 and P E, 2 , and calculate according to the corresponding existing user calibration data. Obtain P C,1 and P C,2 of the corresponding P points , and get:
Figure PCTCN2018071886-appb-000006
Figure PCTCN2018071886-appb-000006
在理想情况下,仅收集当前用户的2组标定数据带入上式(10)即可求解出α u、α v、u 0和v 0,进而得到修正参数K。 In an ideal case, only the two sets of calibration data of the current user are collected into the above equation (10) to obtain α u , α v , u 0 and v 0 , and the corrected parameter K is obtained.
在步骤103中,根据上式(9)和修正参数K即可利用已有用户的标定数据中的转换参数矩阵G计算当前用的转换参数矩阵G’,完成当前用户的OSTHMD标定。In step 103, the currently used conversion parameter matrix G' can be calculated using the conversion parameter matrix G in the calibration data of the existing user according to the above equation (9) and the correction parameter K, and the current user's OTHMD calibration is completed.
需要说明的是,当前用户与已有用户因视力情况差异导致的P E与P C间的变换关系除可以用拉伸比例因子α u和α v以及平移比例因子u 0和v 0表示外,还可以采用旋转与拉伸或者旋转与平移等相结合的方式完成转换, 或者采用其他函数关系表征二者之间的转换关系,在这些情况下修正参数矩阵K可能有其他表达方式,并且计算过程不同,需要当前用户采集的对准数据数量也可能不同。但是可以理解,利用已有用户的已知转换参数G,基于当前用户采集的对准数据对已知的G进行修正,得到当前用户的转换参数G’将无需对当前用户进行完整的SPAAM标定,只需收集较少的对准数据,简化了操作,消耗时间短。 It should be noted that the transformation relationship between P E and P C caused by the difference in vision between the current user and the existing user can be expressed by the extension scale factors α u and α v and the translation scale factors u 0 and v 0 , It is also possible to use a combination of rotation and stretching or rotation and translation, or to use other functional relationships to characterize the conversion relationship between them. In these cases, the modified parameter matrix K may have other expressions, and the calculation process Different, the amount of alignment data that needs to be collected by the current user may also be different. However, it can be understood that, by using the known conversion parameter G of the existing user, the known G is corrected based on the alignment data collected by the current user, and the current user's conversion parameter G' will not require complete SPAAM calibration for the current user. Simply collecting less alignment data simplifies operation and takes less time.
在一些实施方式中,在所述步骤101中,根据当前用户的视力情况确定已有的转换参数G,所述转换参数G是基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数。In some embodiments, in the step 101, the existing conversion parameter G is determined according to the current user's vision condition, and the conversion parameter G is a conversion parameter based on the SPAAM-to-OSTHMD calibration tracking coordinate system to the virtual coordinate system. .
对于不同视力状况的用户,其所感知的成像的尺度和位置有所不同,因为在SPAAM的基础上利用先验数据对新的佩戴者来进行标定,考虑到视力情况越相近,两用户感知的成像尺度和位置的差距越小,因此根据当前用户的视力情况,选择与其视力情况更接近的用户的已有标定数据能够进一步提高当前用户标定的精度。For users with different vision conditions, the scale and location of the perceived imaging are different, because the a priori data is used to calibrate the new wearer based on SPAAM, considering that the closer the visual conditions are, the two users perceive The smaller the difference between the imaging scale and the position, the more accurate the current user calibration accuracy can be further improved by selecting the existing calibration data of the user whose vision is closer to the current user's vision.
所述视力情况通常需要参考用户的近视/远视度数、双眼间瞳距确定。在已有的标定数据中,通常需要记录用户与已有标定数据的对应关系,同时记录已有标定数据对应的用户视力情况,例如该用户标准视力度数和瞳距。The visual condition usually needs to be determined with reference to the user's myopia/farsight degree and the interocular distance. In the existing calibration data, it is usually necessary to record the correspondence between the user and the existing calibration data, and record the visual acuity of the user corresponding to the calibration data, for example, the standard visual power and the distance of the user.
在当前用户标定之前,可要求用户登录其自己的账号,若为历史用户,则其账号中保存有已有的标定数据和其用户视力情况,直接采用已有标定数据。若当前用户为新注册用户,则需要由OSTHMD测量或者用户自己输入其视力情况,例如由OSTHMD检测得到用户瞳距值,同时由用户自己输入双眼的视力度数;OSTHMD根据用户的视力情况在数据库中搜索各已有标定数据的用户的视力情况,选择与当前用户视力情况最接近的用户的已有标定数据作为先验数据,例如先确定与当前用户瞳距相同或者最接近的 已有用户,在这些用户中确定双眼视力与当前用户相同或者差距最小的已有用户,将该已有用户的已有标定数据中的跟踪坐标系到虚拟坐标系的转换参数G作为本实施例中后续步骤的计算基础,以完成当前用户的标定。当存在多个视力情况与当前用户最接近的已有用户时,随机选用其中一个用户的已标定数据。Before the current user calibration, the user may be required to log in to his own account. If the user is a historical user, the existing calibration data and the visual acuity of the user are saved in the account, and the existing calibration data is directly used. If the current user is a newly registered user, it needs to be measured by OTHMD or the user inputs his or her vision. For example, the user's distance is detected by OTHMD, and the visual power of both eyes is input by the user; OSTHMD is in the database according to the user's vision. Searching for the visual acuity of each user who has the calibration data, and selecting the existing calibration data of the user closest to the current user's visual acuity as a priori data, for example, determining the existing user who is the same or closest to the current user's distance, Among the users, the existing user who determines that the binocular vision is the same as the current user or has the smallest gap, and the conversion parameter G in the existing user's existing calibration data to the virtual coordinate system is used as the calculation of the subsequent steps in this embodiment. Basic to complete the calibration of the current user. When there are multiple existing users whose visual conditions are closest to the current user, the calibrated data of one of the users is randomly selected.
当建立起庞大的已有用户的标定数据库后,将能够很容易为当前新用户找到与其视力情况相近的已有用户的标定数据以完成当前用户的标定。所述标定数据库可以存储在云端服务器,并由云端服务器进行视力情况接近的用户的选择。When a large existing user's calibration database is established, it will be easy to find the calibration data of the existing user whose current visual situation is similar to the current new user to complete the current user calibration. The calibration database can be stored in the cloud server, and the cloud server can select the user whose visual condition is close.
在一些实施方式中,在所述步骤101进一步包括:In some embodiments, the step 101 further includes:
步骤1011,确定已有的各转换参数对应的视力情况评分;Step 1011, determining an eyesight situation score corresponding to each existing conversion parameter;
步骤1012,确定当前用户的视力情况评分;Step 1012, determining a current user's visual condition score;
步骤1013,确定所述当前用户的视力情况评分预设分数范围内的任一评分对应的转换参数为所述已有的转换参数G,或者,确定与所述当前用户的视力情况评分最接近的评分对应的转换参数为所述已有的转换参数G。Step 1013, determining that the conversion parameter corresponding to any score within the preset score range of the current user's visual condition score is the existing conversion parameter G, or determining the closest to the current user's visual condition score. The conversion parameter corresponding to the score is the existing conversion parameter G.
上述步骤1011和步骤1012执行的先后顺序不限,在步骤1011中确定已有用户的视力情况评分以及各用户的标定数据(其中包括基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数G)。在步骤1012中确定当前用户的视力情况评分,该评分可以是当前用户预先测试并输入的,也可以是OSTHMD对当前用户进行检测和计算得到的。这里的视力情况评分为综合考虑用户各方面的视力情况,例如近视/远视度数、双眼间瞳距等通过预设算法进行计算得到的评分,表征了用的视力情况。视力情况完全相同的用户具有完全相同的视力情况评分,视力情况差距越大的两个用户间,视力情况评分差距越大。The sequence of steps 1011 and 1012 is not limited. In step 1011, the visual grading score of the existing user and the calibration data of each user are determined (including the conversion of the tracking coordinate system based on SPAAM to OSTHMD calibration to the virtual coordinate system). Parameter G). In step 1012, the current user's visual condition score is determined, which may be pre-tested and input by the current user, or may be detected and calculated by the OTHMD for the current user. The visual acuity score here is a comprehensive consideration of various aspects of the user's vision, such as myopia/farsightedness, interocular distance, and other factors calculated by a preset algorithm, which characterizes the visual acuity used. Users with identical vision conditions have identical visual acuity scores, and the difference in visual acuity scores between the two users with greater differences in visual acuity.
在步骤1013中,根据预设分数范围确定已有的转换参数G,或者确定 与当前用户的视力情况评分最接近的用户的转换参数G完成后续步骤。In step 1013, the existing conversion parameter G is determined based on the preset score range, or the conversion parameter G of the user closest to the current user's vision condition score is determined to complete the subsequent steps.
在基于预设分数范围确定已有的转换参数G的方案中,所述范围可以为基于阈值简单的确定,例如,预设阈值记为threshold,当前用户的视力情况评分为score,在云端数据库中寻找视力评分在[score-threshold,score+threshold]范围内的用户,若在该范围中无符合的用户,扩大阈值threshold,继续寻找,直到找到。从视力评分在阈值范围内的用户中随机选择一个,并以其标定数据中的转换参数G作为本实施例中后续步骤的计算基础。所述预设分数范围也可以基于相对复杂的方式确定,例如根据“四分法剔除极端值”法确定预设分数范围,即在云端数据库中寻找视力评分在[score-threshold,score+threshold]范围内的用户,将各用户的视力情况评分记为score i,下标i代表第i个符合条件的用户。将这些数据从小到大排序得到{score 1,score 2,score 3,…,score n},然后将数据等分成两组数据,得到{score 1,…,score m,}和{score m+1,…,score n},分别取得两组数据的中间值记为m1和m2,将视力情况评分小于m1-(m2-m1)*0.5或者视力情况评分大于m2+(m2-m1)*0.5的评分剔除,在之后的分数范围内随机选择一个分数对应的用户,并以其标定数据中的转换参数G作为本实施例中后续步骤的计算基础。 In the solution for determining the existing conversion parameter G based on the preset score range, the range may be a simple determination based on the threshold, for example, the preset threshold is recorded as threshold, and the current user's visual condition score is score, in the cloud database. Look for users whose visual scores are in the range of [score-threshold, score+threshold]. If there are no users in the range, expand the threshold threshold and continue searching until they are found. One of the users whose visual acuity score is within the threshold range is randomly selected, and the conversion parameter G in the calibration data is used as the calculation basis of the subsequent steps in the present embodiment. The preset score range may also be determined based on a relatively complicated manner, for example, determining a preset score range according to the “Quadruple Elimination Extreme Value” method, that is, finding a visual score in the cloud database [score-threshold, score+threshold] Within the scope of the user, the visual acuity score of each user is recorded as score i , and the subscript i represents the i-th eligible user. Sort the data from small to large to get {score 1 , score 2 , score 3 ,..., score n }, and then divide the data into two sets of data to get {score 1 ,...,score m ,} and {score m+1 ,...,score n }, respectively, the median values of the two sets of data are recorded as m1 and m2, and the visual acuity score is less than m1-(m2-m1)*0.5 or the visual acuity score is greater than m2+(m2-m1)*0.5 The culling is performed, and a user corresponding to the score is randomly selected within the subsequent score range, and the conversion parameter G in the calibration data is used as the calculation basis of the subsequent steps in the embodiment.
此外也可以直接确定与当前用户的视力情况评分最接近的视力情况评分,以该评分所属用户的已有标定数据中的转换参数G作为本实施例中后续步骤的计算基础。In addition, the visual condition score closest to the current user's visual condition score can be directly determined, and the conversion parameter G in the existing calibration data of the user to which the score belongs is used as the calculation basis of the subsequent steps in this embodiment.
本申请中,能够利用已有的标定数据完成当前用户的OSTHMD标定,无需对当前用户进行完整的SPAAM标定,只需收集较少的对准数据,简化了操作,消耗时间短。在选择已有的标定数据时,能够选择与当前用户视力情况更接近的用户的已有标定数据,提高当前用户标定准确程度;以视力情况评分表征用户的视力情况能够更简化用户的操作,并且在用户更换 不同种类的OSTHMD时,能够更简单的使OSTHMD获取用户的多维度的视力情况信息,尽快完成相关标定流程。In the present application, the current user's OTHMD calibration can be completed by using the existing calibration data, and it is not necessary to perform complete SPAAM calibration on the current user, and only need to collect less alignment data, which simplifies the operation and consumes a short time. When selecting the existing calibration data, it is possible to select the existing calibration data of the user who is closer to the current user's visual acuity, and improve the current user calibration accuracy; characterizing the visual condition of the user with the visual condition score can simplify the user's operation, and When the user replaces different types of OTHMD, it is easier to make OTHMD obtain the multi-dimensional visual information of the user and complete the relevant calibration process as soon as possible.
实施例二:Embodiment 2:
基于同一发明构思,本申请实施例中还提供了一种基于云端计算的标定装置,由于这些装置解决问题的原理与基于云端计算的标定方法相似,因此这些装置的实施可以参见方法的实施,重复之处不再赘述。如图4所示,所述基于云端计算的标定装置200包括:Based on the same inventive concept, a calibration device based on cloud computing is also provided in the embodiment of the present application. Since the principle of solving the problem is similar to the calibration method based on cloud computing, the implementation of these devices can be referred to the implementation of the method. It will not be repeated here. As shown in FIG. 4, the cloud computing-based calibration apparatus 200 includes:
已有参数确定模块201,用于确定已有的转换参数G,所述转换参数G是基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数;The existing parameter determining module 201 is configured to determine an existing conversion parameter G, and the conversion parameter G is a conversion parameter based on a tracking coordinate system and a virtual coordinate system obtained by the SPAAM to the OTHMD calibration;
对准数据获取模块202,用于获取当前用户的对准数据;An alignment data obtaining module 202, configured to acquire alignment data of a current user;
当前参数计算模块203,用于根据所述当前用户的对准数据和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。The current parameter calculation module 203 is configured to calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the current user's alignment data and the conversion parameter G.
在一些实施方式中,所述已有参数确定模块201,用于根据当前用户的视力情况确定已有的转换参数G。In some embodiments, the existing parameter determination module 201 is configured to determine an existing conversion parameter G according to the current user's vision condition.
在一些实施方式中,所述已有参数确定模块201包括:In some embodiments, the existing parameter determination module 201 includes:
第一确定单元2011,用于确定已有的各转换参数对应的视力情况评分;The first determining unit 2011 is configured to determine a visual condition score corresponding to each existing conversion parameter;
第二确定单元2012,用于确定当前用户的视力情况评分;a second determining unit 2012, configured to determine a current user's visual condition score;
已有参数确定单元2013,用于确定所述当前用户的视力情况评分预设分数范围内的任一评分对应的转换参数为所述已有的转换参数G,或者,确定与所述当前用户的视力情况评分最接近的评分对应的转换参数为所述已有的转换参数G。The existing parameter determining unit 2013 is configured to determine that the conversion parameter corresponding to any score within the preset score range of the current user's visual condition score is the existing conversion parameter G, or determine the current user's The conversion parameter corresponding to the closest score of the visual condition score is the existing conversion parameter G.
在一些实施方式中,所述当前参数计算模块203包括:In some embodiments, the current parameter calculation module 203 includes:
修正参数计算单元2031,用于根据所述当前用户的对准数据和所述转换参数G计算修正参数K;a correction parameter calculation unit 2031, configured to calculate a correction parameter K according to the alignment data of the current user and the conversion parameter G;
转换参数计算单元2032,用于根据所述修正参数K和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。The conversion parameter calculation unit 2032 is configured to calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the correction parameter K and the conversion parameter G.
在一些实施方式中,所述修正参数K为:In some embodiments, the correction parameter K is:
Figure PCTCN2018071886-appb-000007
Figure PCTCN2018071886-appb-000007
其中α u和α v为互相垂直的拉伸比例因子;u 0和v 0为互相垂直的平移比例因子; Wherein α u and α v are mutually perpendicular stretching scale factors; u 0 and v 0 are mutually perpendicular translation scale factors;
所述转换参数计算单元2032,用于基于G’=K*G,根据所述修正参数K和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。The conversion parameter calculation unit 2032 is configured to calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the correction parameter K and the conversion parameter G based on G'=K*G.
实施例三:Embodiment 3:
基于同一发明构思,本申请实施例中还提供了一种电子设备,由于其原理与基于云端计算的标定方法相似,因此其实施可以参见方法的实施,重复之处不再赘述。如图5所示,所述电子设备300包括:存储器301,一个或多个处理器302;以及一个或多个模块,所述一个或多个模块被存储在所述存储器中,并被配置成由所述一个或多个处理器执行,所述一个或多个模块包括用于执行任一上述方法中各个步骤的指令。Based on the same inventive concept, an electronic device is also provided in the embodiment of the present application. Since the principle is similar to the calibration method based on the cloud computing, the implementation of the method may refer to the implementation of the method, and the repeated description is not repeated. As shown in FIG. 5, the electronic device 300 includes: a memory 301, one or more processors 302; and one or more modules, the one or more modules being stored in the memory and configured to Executed by the one or more processors, the one or more modules include instructions for performing the various steps of any of the above methods.
实施例四:Embodiment 4:
基于同一发明构思,本申请实施例还提供了一种与电子设备结合使用的计算机程序产品,所述计算机程序产品包括内嵌于计算机可读的存储介质中的计算机程序,所述计算机程序包括用于使所述电子设备执行任一上述方法中的各个步骤的指令。Based on the same inventive concept, an embodiment of the present application further provides a computer program product for use in combination with an electronic device, the computer program product comprising a computer program embedded in a computer readable storage medium, the computer program comprising An instruction to cause the electronic device to perform each of the steps of any of the above methods.
为了描述的方便,以上所述装置的各部分以功能分为各种模块分别描述。当然,在实施本申请时可以把各模块或单元的功能在同一个或多个软 件或硬件中实现。For the convenience of description, the various parts of the above-described apparatus are separately described by functions into various modules. Of course, the functions of each module or unit may be implemented in one or more software or hardware when implementing the present application.
本领域内的技术人员应明白,本申请的实施例可提供为方法、系统、或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art will appreciate that embodiments of the present application can be provided as a method, system, or computer program product. Thus, the present application can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment in combination of software and hardware. Moreover, the application can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
本申请是参照根据本申请实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (system), and computer program products according to embodiments of the present application. It will be understood that each flow and/or block of the flowchart illustrations and/or FIG. These computer program instructions can be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing device to produce a machine for the execution of instructions for execution by a processor of a computer or other programmable data processing device. Means for implementing the functions specified in one or more of the flow or in a block or blocks of the flow chart.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。The computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device. The apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device. The instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
尽管已描述了本申请的优选实施例,但本领域内的技术人员一旦得知 了基本创造性概念,则可对这些实施例作出另外的变更和修改。所以,所附权利要求意欲解释为包括优选实施例以及落入本申请范围的所有变更和修改。While the preferred embodiment of the present application has been described, it will be apparent that those skilled in the art can make further changes and modifications to the embodiments. Therefore, the appended claims are intended to be interpreted as including the preferred embodiments and the modifications and

Claims (12)

  1. 一种基于云端计算的标定方法,其特征在于,所述方法包括:A cloud computing-based calibration method, the method comprising:
    确定已有的转换参数G,所述转换参数G是基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数;Determining an existing conversion parameter G, which is a conversion parameter based on a tracking coordinate system obtained by SPAAM to OSTHMD calibration to a virtual coordinate system;
    获取当前用户的对准数据;Obtain alignment data of the current user;
    根据所述当前用户的对准数据和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。The conversion parameter G' of the current user's tracking coordinate system to the virtual coordinate system is calculated based on the current user's alignment data and the conversion parameter G.
  2. 如权利要求1所述的方法,其特征在于,所述确定已有的转换参数G,包括:The method of claim 1 wherein said determining said existing conversion parameter G comprises:
    根据当前用户的视力情况确定已有的转换参数G。The existing conversion parameter G is determined according to the current user's vision.
  3. 如权利要求2所述的方法,其特征在于,所述根据当前用户的视力情况确定已有的转换参数G,包括:The method of claim 2, wherein the determining the existing conversion parameter G according to the current user's vision condition comprises:
    确定已有的各转换参数对应的视力情况评分;Determining the visual condition score corresponding to each existing conversion parameter;
    确定当前用户的视力情况评分;Determine the current user's visual condition score;
    确定所述当前用户的视力情况评分预设分数范围内的任一评分对应的转换参数为所述已有的转换参数G,或者,Determining, by the current user, the conversion parameter corresponding to any score within the preset score range of the current user is the existing conversion parameter G, or
    确定与所述当前用户的视力情况评分最接近的评分对应的转换参数为所述已有的转换参数G。The conversion parameter corresponding to the score closest to the current user's visual condition score is determined as the existing conversion parameter G.
  4. 如权利要求1至3中任一所述的方法,其特征在于,所述根据所述当前用户的对准数据和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’,包括:The method according to any one of claims 1 to 3, wherein the calculating the conversion parameter G of the current user's tracking coordinate system to the virtual coordinate system according to the current user's alignment data and the conversion parameter G ',include:
    根据所述当前用户的对准数据和所述转换参数G计算修正参数K;Calculating a correction parameter K according to the alignment data of the current user and the conversion parameter G;
    根据所述修正参数K和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。The conversion parameter G' of the current user's tracking coordinate system to the virtual coordinate system is calculated based on the correction parameter K and the conversion parameter G.
  5. 如权利要求4所述的方法,其特征在于,所述修正参数K为:The method of claim 4 wherein said correction parameter K is:
    Figure PCTCN2018071886-appb-100001
    Figure PCTCN2018071886-appb-100001
    其中α u和α v为互相垂直的拉伸比例因子;u 0和v 0为互相垂直的平移比例因子; Wherein α u and α v are mutually perpendicular stretching scale factors; u 0 and v 0 are mutually perpendicular translation scale factors;
    所述根据所述修正参数K和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’包括:The calculating the conversion parameter G' of the current user's tracking coordinate system to the virtual coordinate system according to the correction parameter K and the conversion parameter G includes:
    基于G’=K*G,根据所述修正参数K和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。Based on the G'=K*G, the tracking parameter system of the current user is converted to the conversion parameter G' of the virtual coordinate system based on the correction parameter K and the conversion parameter G.
  6. 一种基于云端计算的标定装置,其特征在于,所述装置包括:A calibration device based on cloud computing, characterized in that the device comprises:
    已有参数确定模块,用于确定已有的转换参数G,所述转换参数G是基于SPAAM对OSTHMD标定得到的跟踪坐标系到虚拟坐标系的转换参数;An existing parameter determining module is configured to determine an existing conversion parameter G, wherein the conversion parameter G is a conversion parameter based on a tracking coordinate system obtained by SPAAM to OSTHMD calibration to a virtual coordinate system;
    对准数据获取模块,用于获取当前用户的对准数据;Aligning the data acquisition module, configured to acquire alignment data of the current user;
    当前参数计算模块,用于根据所述当前用户的对准数据和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。The current parameter calculation module is configured to calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the current user's alignment data and the conversion parameter G.
  7. 如权利要求6所述的装置,其特征在于,The device of claim 6 wherein:
    所述已有参数确定模块,用于根据当前用户的视力情况确定已有的转换参数G。The existing parameter determining module is configured to determine an existing conversion parameter G according to the current user's visual condition.
  8. 如权利要求7所述的装置,其特征在于,所述已有参数确定模块包括:The device of claim 7, wherein the existing parameter determination module comprises:
    第一确定单元,用于确定已有的各转换参数对应的视力情况评分;a first determining unit, configured to determine a visual condition score corresponding to each existing conversion parameter;
    第二确定单元,用于确定当前用户的视力情况评分;a second determining unit, configured to determine a current user's visual condition score;
    已有参数确定单元,用于确定所述当前用户的视力情况评分预设分数范围内的任一评分对应的转换参数为所述已有的转换参数G,或者,The existing parameter determining unit is configured to determine that the conversion parameter corresponding to any score within the preset score range of the current user's visual condition score is the existing conversion parameter G, or
    确定与所述当前用户的视力情况评分最接近的评分对应的转换参数为所述已有的转换参数G。The conversion parameter corresponding to the score closest to the current user's visual condition score is determined as the existing conversion parameter G.
  9. 如权利要求6至8中任一所述的装置,其特征在于,所述当前参数计算模块包括:The device according to any one of claims 6 to 8, wherein the current parameter calculation module comprises:
    修正参数计算单元,用于根据所述当前用户的对准数据和所述转换参数G计算修正参数K;a correction parameter calculation unit, configured to calculate a correction parameter K according to the alignment data of the current user and the conversion parameter G;
    转换参数计算单元,用于根据所述修正参数K和所述转换参数G计算 当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。The conversion parameter calculation unit is configured to calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system according to the correction parameter K and the conversion parameter G.
  10. 如权利要求9所述的装置,其特征在于,所述修正参数K为:The apparatus of claim 9 wherein said correction parameter K is:
    Figure PCTCN2018071886-appb-100002
    Figure PCTCN2018071886-appb-100002
    其中α u和α v为互相垂直的拉伸比例因子;u 0和v 0为互相垂直的平移比例因子; Wherein α u and α v are mutually perpendicular stretching scale factors; u 0 and v 0 are mutually perpendicular translation scale factors;
    所述转换参数计算单元,用于基于G’=K*G,根据所述修正参数K和所述转换参数G计算当前用户的跟踪坐标系到虚拟坐标系的转换参数G’。The conversion parameter calculation unit is configured to calculate a conversion coordinate G' of the current user's tracking coordinate system to the virtual coordinate system based on the correction parameter K and the conversion parameter G based on G'=K*G.
  11. 一种电子设备,其特征在于,所述电子设备包括:An electronic device, comprising:
    存储器,一个或多个处理器;以及一个或多个模块,所述一个或多个模块被存储在所述存储器中,并被配置成由所述一个或多个处理器执行,所述一个或多个模块包括用于执行权利要求1至5中任一所述方法中各个步骤的指令。a memory, one or more processors; and one or more modules, the one or more modules being stored in the memory and configured to be executed by the one or more processors, the one or The plurality of modules includes instructions for performing the various steps of the method of any of claims 1 to 5.
  12. 一种与电子设备结合使用的计算机程序产品,所述计算机程序产品包括内嵌于计算机可读的存储介质中的计算机程序,所述计算机程序包括用于使所述电子设备执行权利要求1至5中任一所述方法中的各个步骤的指令。A computer program product for use in conjunction with an electronic device, the computer program product comprising a computer program embedded in a computer readable storage medium, the computer program comprising means for causing the electronic device to perform claims 1 to 5 The instructions of the various steps in any of the methods described.
PCT/CN2018/071886 2018-01-09 2018-01-09 Cloud computing-based calibration method, device, electronic device, and computer program product WO2019136588A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2018/071886 WO2019136588A1 (en) 2018-01-09 2018-01-09 Cloud computing-based calibration method, device, electronic device, and computer program product
CN201880000117.6A CN108235778B (en) 2018-01-09 2018-01-09 Calibration method and device based on cloud computing, electronic equipment and computer program product

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2018/071886 WO2019136588A1 (en) 2018-01-09 2018-01-09 Cloud computing-based calibration method, device, electronic device, and computer program product

Publications (1)

Publication Number Publication Date
WO2019136588A1 true WO2019136588A1 (en) 2019-07-18

Family

ID=62657686

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/071886 WO2019136588A1 (en) 2018-01-09 2018-01-09 Cloud computing-based calibration method, device, electronic device, and computer program product

Country Status (2)

Country Link
CN (1) CN108235778B (en)
WO (1) WO2019136588A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112837376A (en) * 2021-01-12 2021-05-25 中国第一汽车股份有限公司 Vehicle camera sensor calibration method, device, equipment and storage medium

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109949228A (en) * 2019-03-14 2019-06-28 北京航空航天大学 A kind of on-line proving device and method of the AR glasses of optical perspective
CN111145268B (en) * 2019-12-26 2023-10-31 四川航天神坤科技有限公司 Video registration method and device
US11961258B2 (en) 2022-01-26 2024-04-16 Industrial Technology Research Institute Calibration method for optical see-through display and calibration system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103793936A (en) * 2012-10-31 2014-05-14 波音公司 Automated frame of reference calibration for augmented reality
JP2014170374A (en) * 2013-03-04 2014-09-18 Kddi Corp Ar system employing optical see-through type hmd
WO2016168913A1 (en) * 2015-04-22 2016-10-27 Esight Corp. Methods and devices for optical aberration correction
CN107016704A (en) * 2017-03-09 2017-08-04 杭州电子科技大学 A kind of virtual reality implementation method based on augmented reality
CN107408314A (en) * 2015-01-20 2017-11-28 微软技术许可有限责任公司 Mixed reality system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20110087407A (en) * 2010-01-26 2011-08-03 한국과학기술연구원 Camera simulation system and localization sensing method using the same
CN104076949B (en) * 2013-03-29 2017-05-24 华为技术有限公司 Laser pointer beam synchronization method and related equipment and system
CN105321174B (en) * 2015-09-23 2019-03-26 浙江大学 A kind of multiple plane mirror reflection tracking clouds terrace system scaling method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103793936A (en) * 2012-10-31 2014-05-14 波音公司 Automated frame of reference calibration for augmented reality
JP2014170374A (en) * 2013-03-04 2014-09-18 Kddi Corp Ar system employing optical see-through type hmd
CN107408314A (en) * 2015-01-20 2017-11-28 微软技术许可有限责任公司 Mixed reality system
WO2016168913A1 (en) * 2015-04-22 2016-10-27 Esight Corp. Methods and devices for optical aberration correction
CN107016704A (en) * 2017-03-09 2017-08-04 杭州电子科技大学 A kind of virtual reality implementation method based on augmented reality

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
LI, HAILONG ET AL.: "Optical See-Through HMD Calibration", COMPUTER SYSTEMS & APPLICATIONS, vol. 22, no. 7, 31 July 2013 (2013-07-31) *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112837376A (en) * 2021-01-12 2021-05-25 中国第一汽车股份有限公司 Vehicle camera sensor calibration method, device, equipment and storage medium
CN112837376B (en) * 2021-01-12 2024-03-15 中国第一汽车股份有限公司 Vehicle camera sensor calibration method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN108235778A (en) 2018-06-29
CN108235778B (en) 2021-09-10

Similar Documents

Publication Publication Date Title
US11126842B2 (en) Eye pose identification using eye features
WO2019136588A1 (en) Cloud computing-based calibration method, device, electronic device, and computer program product
JP7015152B2 (en) Processing equipment, methods and programs related to key point data
US9628697B2 (en) Method and device for measuring an interpupillary distance
CN104978548A (en) Visual line estimation method and visual line estimation device based on three-dimensional active shape model
Mlot et al. 3D gaze estimation using eye vergence
Dierkes et al. A fast approach to refraction-aware eye-model fitting and gaze prediction
CN109344714B (en) Sight estimation method based on key point matching
CN110913751A (en) Wearable eye tracking system with slip detection and correction functions
US20220207919A1 (en) Methods, devices and systems for determining eye parameters
Su et al. Cross-validated locally polynomial modeling for 2-D/3-D gaze tracking with head-worn devices
CN109308472B (en) Three-dimensional sight estimation method based on iris projection matching function
Kang et al. A robust extrinsic calibration method for non-contact gaze tracking in the 3-D space
CN113723293B (en) Method and device for determining sight direction, electronic equipment and storage medium
Lu et al. Neural 3D gaze: 3D pupil localization and gaze tracking based on anatomical eye model and neural refraction correction
US10036902B2 (en) Method of determining at least one behavioural parameter
CN108510542B (en) Method and device for matching light source and light spot
O'Reilly et al. A novel remote eye gaze tracking system using line illumination sources
JP2013226397A (en) Apparatus for measuring objective near field distance and method and system for manufacturing spectacle lens using the apparatus for measuring objective near field distance
Xia et al. IR image based eye gaze estimation
CA3094239A1 (en) Measuring a posterior corneal surface of an eye
CN115861899A (en) Sight line difference value measuring method and device based on sight line estimation
CN114155280A (en) Binocular line tracking method, device and equipment
Kao et al. Eyeball model construction and matching for visible-spectrum gaze tracking systems
Wu et al. Depth-disparity calibration for augmented reality on binocular optical see-through displays

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18900503

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 16.11.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18900503

Country of ref document: EP

Kind code of ref document: A1