EP3710981A4 - Détection et description de point d'intérêt entièrement convolutif par adaptation homographique - Google Patents

Détection et description de point d'intérêt entièrement convolutif par adaptation homographique Download PDF

Info

Publication number
EP3710981A4
EP3710981A4 EP18878061.3A EP18878061A EP3710981A4 EP 3710981 A4 EP3710981 A4 EP 3710981A4 EP 18878061 A EP18878061 A EP 18878061A EP 3710981 A4 EP3710981 A4 EP 3710981A4
Authority
EP
European Patent Office
Prior art keywords
point detection
interest point
fully convolutional
description via
homographic adaptation
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.)
Pending
Application number
EP18878061.3A
Other languages
German (de)
English (en)
Other versions
EP3710981A1 (fr
Inventor
Andrew Rabinovich
Daniel DETONE
Tomasz Jan MALISIEWICZ
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.)
Magic Leap Inc
Original Assignee
Magic Leap Inc
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 Magic Leap Inc filed Critical Magic Leap Inc
Publication of EP3710981A1 publication Critical patent/EP3710981A1/fr
Publication of EP3710981A4 publication Critical patent/EP3710981A4/fr
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2413Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on distances to training or reference patterns
    • G06F18/24133Distances to prototypes
    • G06F18/24143Distances to neighbourhood prototypes, e.g. restricted Coulomb energy networks [RCEN]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/0464Convolutional networks [CNN, ConvNet]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/048Activation functions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/082Learning methods modifying the architecture, e.g. adding, deleting or silencing nodes or connections
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/97Determining parameters from multiple pictures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/24Aligning, centring, orientation detection or correction of the image
    • G06V10/242Aligning, centring, orientation detection or correction of the image by image rotation, e.g. by 90 degrees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
    • G06V10/443Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
    • G06V10/449Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters
    • G06V10/451Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters with interaction between the filter responses, e.g. cortical complex cells
    • G06V10/454Integrating the filters into a hierarchical structure, e.g. convolutional neural networks [CNN]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/46Descriptors for shape, contour or point-related descriptors, e.g. scale invariant feature transform [SIFT] or bags of words [BoW]; Salient regional features
    • G06V10/462Salient features, e.g. scale invariant feature transforms [SIFT]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/74Image or video pattern matching; Proximity measures in feature spaces
    • G06V10/75Organisation of the matching processes, e.g. simultaneous or sequential comparisons of image or video features; Coarse-fine approaches, e.g. multi-scale approaches; using context analysis; Selection of dictionaries
    • G06V10/751Comparing pixel values or logical combinations thereof, or feature values having positional relevance, e.g. template matching
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/764Arrangements for image or video recognition or understanding using pattern recognition or machine learning using classification, e.g. of video objects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/70Arrangements for image or video recognition or understanding using pattern recognition or machine learning
    • G06V10/82Arrangements for image or video recognition or understanding using pattern recognition or machine learning using neural networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/10Terrestrial scenes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/20Scenes; Scene-specific elements in augmented reality scenes
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02TCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO TRANSPORTATION
    • Y02T10/00Road transport of goods or passengers
    • Y02T10/10Internal combustion engine [ICE] based vehicles
    • Y02T10/40Engine management systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Multimedia (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Software Systems (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Molecular Biology (AREA)
  • Biomedical Technology (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Mathematical Physics (AREA)
  • Biophysics (AREA)
  • Databases & Information Systems (AREA)
  • Medical Informatics (AREA)
  • Biodiversity & Conservation Biology (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Image Analysis (AREA)
  • Image Processing (AREA)
  • Investigating Or Analysing Materials By The Use Of Chemical Reactions (AREA)
  • Investigating Or Analyzing Materials By The Use Of Fluid Adsorption Or Reactions (AREA)
EP18878061.3A 2017-11-14 2018-11-14 Détection et description de point d'intérêt entièrement convolutif par adaptation homographique Pending EP3710981A4 (fr)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201762586149P 2017-11-14 2017-11-14
US201762608248P 2017-12-20 2017-12-20
PCT/US2018/061048 WO2019099515A1 (fr) 2017-11-14 2018-11-14 Détection et description de point d'intérêt entièrement convolutif par adaptation homographique

Publications (2)

Publication Number Publication Date
EP3710981A1 EP3710981A1 (fr) 2020-09-23
EP3710981A4 true EP3710981A4 (fr) 2020-12-23

Family

ID=66431332

Family Applications (1)

Application Number Title Priority Date Filing Date
EP18878061.3A Pending EP3710981A4 (fr) 2017-11-14 2018-11-14 Détection et description de point d'intérêt entièrement convolutif par adaptation homographique

Country Status (9)

Country Link
US (2) US10977554B2 (fr)
EP (1) EP3710981A4 (fr)
JP (2) JP7270623B2 (fr)
KR (1) KR20200087757A (fr)
CN (1) CN111344716B (fr)
AU (1) AU2018369757B2 (fr)
CA (1) CA3078977A1 (fr)
IL (2) IL304881B2 (fr)
WO (1) WO2019099515A1 (fr)

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3710981A4 (fr) 2017-11-14 2020-12-23 Magic Leap, Inc. Détection et description de point d'intérêt entièrement convolutif par adaptation homographique
US11080562B1 (en) * 2018-06-15 2021-08-03 Apple Inc. Key point recognition with uncertainty measurement
US11227435B2 (en) 2018-08-13 2022-01-18 Magic Leap, Inc. Cross reality system
US10957112B2 (en) 2018-08-13 2021-03-23 Magic Leap, Inc. Cross reality system
US10832437B2 (en) * 2018-09-05 2020-11-10 Rakuten, Inc. Method and apparatus for assigning image location and direction to a floorplan diagram based on artificial intelligence
WO2020072985A1 (fr) 2018-10-05 2020-04-09 Magic Leap, Inc. Rendu d'un contenu virtuel spécifique à un emplacement dans n'importe quel emplacement
EP3654247A1 (fr) * 2018-11-15 2020-05-20 IMEC vzw Moteur de convolution pour réseaux neuronaux
KR102335389B1 (ko) * 2019-01-30 2021-12-03 바이두닷컴 타임즈 테크놀로지(베이징) 컴퍼니 리미티드 자율 주행 차량의 lidar 위치 추정을 위한 심층 학습 기반 특징 추출
US11210547B2 (en) * 2019-03-20 2021-12-28 NavInfo Europe B.V. Real-time scene understanding system
IT201900007815A1 (it) * 2019-06-03 2020-12-03 The Edge Company S R L Metodo per il rilevamento di oggetti in movimento
CN110766024B (zh) * 2019-10-08 2023-05-23 湖北工业大学 基于深度学习的视觉里程计特征点提取方法及视觉里程计
CN114586071A (zh) 2019-10-15 2022-06-03 奇跃公司 支持多设备类型的交叉现实系统
JP2022551735A (ja) 2019-10-15 2022-12-13 マジック リープ, インコーポレイテッド 無線フィンガプリントを用いたクロスリアリティシステム
US11568605B2 (en) 2019-10-15 2023-01-31 Magic Leap, Inc. Cross reality system with localization service
JP2023501952A (ja) 2019-10-31 2023-01-20 マジック リープ, インコーポレイテッド 持続座標フレームについての品質情報を伴うクロスリアリティシステム
JP7525603B2 (ja) 2019-11-12 2024-07-30 マジック リープ, インコーポレイテッド 位置特定サービスおよび共有場所ベースのコンテンツを伴うクロスリアリティシステム
EP4073763A4 (fr) 2019-12-09 2023-12-27 Magic Leap, Inc. Système de réalité étendue avec programmation simplifiée de contenu virtuel
US11900626B2 (en) 2020-01-31 2024-02-13 Toyota Research Institute, Inc. Self-supervised 3D keypoint learning for ego-motion estimation
CN115398314A (zh) 2020-02-13 2022-11-25 奇跃公司 使用多分辨率帧描述符进行地图处理的交叉现实系统
WO2021163295A1 (fr) 2020-02-13 2021-08-19 Magic Leap, Inc. Système de réalité croisée avec hiérarchisation d'informations de géolocalisation à des fins de localisation
US11410395B2 (en) 2020-02-13 2022-08-09 Magic Leap, Inc. Cross reality system with accurate shared maps
US11551430B2 (en) 2020-02-26 2023-01-10 Magic Leap, Inc. Cross reality system with fast localization
US11741728B2 (en) * 2020-04-15 2023-08-29 Toyota Research Institute, Inc. Keypoint matching using graph convolutions
JP2023524446A (ja) 2020-04-29 2023-06-12 マジック リープ, インコーポレイテッド 大規模環境のためのクロスリアリティシステム
CN115552477A (zh) 2020-05-01 2022-12-30 奇跃公司 采用施加的分层归一化的图像描述符网络
US11830160B2 (en) * 2020-05-05 2023-11-28 Nvidia Corporation Object detection using planar homography and self-supervised scene structure understanding
EP3958167B1 (fr) * 2020-08-21 2024-03-20 Toyota Jidosha Kabushiki Kaisha Procédé de formation d'un réseau neuronal pour fournir les points de vue d'objets à l'aide de paires d'images sans étiquette et système correspondant
US20220230410A1 (en) * 2021-01-19 2022-07-21 Objectvideo Labs, Llc Object localization in video
US11822620B2 (en) * 2021-02-18 2023-11-21 Microsoft Technology Licensing, Llc Personalized local image features using bilevel optimization
CN113361542B (zh) * 2021-06-02 2022-08-30 合肥工业大学 一种基于深度学习的局部特征提取方法
CN117836818A (zh) * 2021-08-20 2024-04-05 索尼集团公司 信息处理装置、信息处理系统、模型以及模型的生成方法
US20230120604A1 (en) * 2021-10-14 2023-04-20 Ubotica Technologies Limited System and Method for Maximizing Inference Accuracy using Recaptured Datasets
CN114663594A (zh) * 2022-03-25 2022-06-24 中国电信股份有限公司 图像特征点检测方法、装置、介质及设备
CN114863134B (zh) * 2022-04-01 2024-06-14 浙大宁波理工学院 基于交替优化深度学习模型的三维模型兴趣点提取方法
KR102600939B1 (ko) 2022-07-15 2023-11-10 주식회사 브이알크루 비주얼 로컬라이제이션을 위한 데이터를 생성하기 위한 방법 및 장치
JP2024077816A (ja) * 2022-11-29 2024-06-10 ソニーグループ株式会社 情報処理方法、情報処理装置およびプログラム
KR102615412B1 (ko) 2023-01-19 2023-12-19 주식회사 브이알크루 비주얼 로컬라이제이션을 수행하기 위한 방법 및 장치
KR102600915B1 (ko) 2023-06-19 2023-11-10 주식회사 브이알크루 비주얼 로컬라이제이션을 위한 데이터를 생성하기 위한 방법 및 장치

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8401276B1 (en) * 2008-05-20 2013-03-19 University Of Southern California 3-D reconstruction and registration
WO2014002554A1 (fr) * 2012-06-29 2014-01-03 日本電気株式会社 Dispositif, procédé et programme de traitement d'image
US9076257B2 (en) * 2013-01-03 2015-07-07 Qualcomm Incorporated Rendering augmented reality based on foreground object
US9177224B1 (en) * 2013-03-14 2015-11-03 Amazon Technologies, Inc. Object recognition and tracking
US9002085B1 (en) * 2013-10-22 2015-04-07 Eyenuk, Inc. Systems and methods for automatically generating descriptions of retinal images
IL231862A (en) * 2014-04-01 2015-04-30 Superfish Ltd Image representation using a neural network
US9576221B2 (en) * 2014-07-09 2017-02-21 Ditto Labs, Inc. Systems, methods, and devices for image matching and object recognition in images using template image classifiers
JP2017041113A (ja) * 2015-08-20 2017-02-23 日本電気株式会社 画像処理装置、画像処理システム、画像処理方法及びプログラム
KR102380862B1 (ko) * 2015-09-01 2022-03-31 삼성전자주식회사 영상 처리 방법 및 장치
CN108603922A (zh) * 2015-11-29 2018-09-28 阿特瑞斯公司 自动心脏体积分割
WO2017168899A1 (fr) * 2016-03-30 2017-10-05 ソニー株式会社 Procédé de traitement d'informations et dispositif de traitement d'informations
KR102529137B1 (ko) * 2016-08-22 2023-05-03 매직 립, 인코포레이티드 딥 러닝 센서들을 갖는 증강 현실 디스플레이 디바이스
US11379688B2 (en) * 2017-03-16 2022-07-05 Packsize Llc Systems and methods for keypoint detection with convolutional neural networks
BR112019022447A2 (pt) * 2017-04-27 2020-06-09 Bober Miroslaw sistema e método para análise de imagem funduscópica automatizada
KR102662201B1 (ko) * 2017-06-28 2024-04-30 매직 립, 인코포레이티드 콘볼루셔널 이미지 변환을 사용하여 동시 로컬화 및 맵핑을 수행하기 위한 방법 및 시스템
EP3710981A4 (fr) * 2017-11-14 2020-12-23 Magic Leap, Inc. Détection et description de point d'intérêt entièrement convolutif par adaptation homographique

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
ALTWAIJRY HANI ET AL: "Learning to Match Aerial Images with Deep Attentive Architectures", 2016 IEEE CONFERENCE ON COMPUTER VISION AND PATTERN RECOGNITION (CVPR), IEEE, 27 June 2016 (2016-06-27), pages 3539 - 3547, XP033021538, DOI: 10.1109/CVPR.2016.385 *
DANIEL DETONE ET AL: "Deep Image Homography Estimation", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 13 June 2016 (2016-06-13), XP080707525 *
DANIEL DETONE ET AL: "Toward Geometric Deep SLAM", 24 July 2017 (2017-07-24), XP055554935, Retrieved from the Internet <URL:https://arxiv.org/pdf/1707.07410.pdf> [retrieved on 20201111] *
HANI ALTWAIJRY ET AL: "Learning to Detect and Match Keypoints with Deep Architectures", 1 August 2016 (2016-08-01), pages 1 - 12, XP055352514, Retrieved from the Internet <URL:https://vision.cornell.edu/se3/wp-content/uploads/2016/08/learning-detect-match.pdf> [retrieved on 20170307], DOI: 10.5244/C.30.49 *
LIANG ZHENG ET AL: "SIFT Meets CNN: A Decade Survey of Instance Retrieval", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 5 August 2016 (2016-08-05), XP080718446 *
MICHAEL JAHRER ET AL: "Learned local descriptors for recognition and matching", COMPUTER VISION WINTER WORKSHOP 2008, 4 February 2008 (2008-02-04), Ljubljana, Slovenia, pages 1 - 7, XP055397999 *
TY NGUYEN ET AL: "Unsupervised Deep Homography: A Fast and Robust Homography Estimation Model", ARXIV.ORG, CORNELL UNIVERSITY LIBRARY, 201 OLIN LIBRARY CORNELL UNIVERSITY ITHACA, NY 14853, 12 September 2017 (2017-09-12), XP080820535 *

Also Published As

Publication number Publication date
JP7270623B2 (ja) 2023-05-10
IL274426A (en) 2020-06-30
US20210241114A1 (en) 2021-08-05
JP2021503131A (ja) 2021-02-04
KR20200087757A (ko) 2020-07-21
IL304881A (en) 2023-10-01
IL304881B2 (en) 2024-07-01
CN111344716A (zh) 2020-06-26
US20190147341A1 (en) 2019-05-16
JP2023083561A (ja) 2023-06-15
IL274426B1 (en) 2023-09-01
US11537894B2 (en) 2022-12-27
AU2018369757B2 (en) 2023-10-12
IL274426B2 (en) 2024-01-01
AU2018369757A1 (en) 2020-05-14
EP3710981A1 (fr) 2020-09-23
US10977554B2 (en) 2021-04-13
WO2019099515A1 (fr) 2019-05-23
IL304881B1 (en) 2024-03-01
CN111344716B (zh) 2024-07-19
CA3078977A1 (fr) 2019-05-23
JP7403700B2 (ja) 2023-12-22

Similar Documents

Publication Publication Date Title
EP3710981A4 (fr) Détection et description de point d&#39;intérêt entièrement convolutif par adaptation homographique
EP3614737A4 (fr) Procédé de mesure, procédé de configuration de mesure, et dispositif associé
EP3403079A4 (fr) Capteurs moléculaires et procédés associés
EP3592768A4 (fr) Détection d&#39;analytes
EP3559648A4 (fr) Dispositif de détection et procédés
EP3392689A4 (fr) Élément de dispositif d&#39;imagerie, et dispositif d&#39;imagerie
EP3665987A4 (fr) Détermination d&#39;une association entre un dmrs et un ptrs
EP3156499A4 (fr) Nécessaire ou dispositif de détection du cancer colorectal et méthode de détection associée
EP3182329A4 (fr) Capteur d&#39;empreinte digitale et procédé de correction correspondant
EP3717944A4 (fr) Guide d&#39;ondes et son capteur
EP3720116A4 (fr) Dispositif d&#39;imagerie, procédé d&#39;imagerie, et élément d&#39;imagerie
EP3664697A4 (fr) Détection biomagnétique
EP3663712A4 (fr) Dispositif de mesure de structure, dispositif de correction de point de mesure, et procédé de correction de point de mesure
EP3731521A4 (fr) Dispositif d&#39;imagerie, procédé d&#39;imagerie, et élément d&#39;imagerie
EP3594617A4 (fr) Dispositif de mesure de formes tridimensionnelles, procédé de mesure de formes tridimensionnelles, et programme
EP3430495A4 (fr) Détection de condition de baisse de tension et étalonnage de dispositif
EP3634098A4 (fr) Dispositif de détermination d&#39;ordre de montage, dispositif d&#39;examen d&#39;ordre de montage, procédé de détermination d&#39;ordre de montage et procédé d&#39;examen d&#39;ordre de montage
EP3667367A4 (fr) Capteur de distance, capteur de mesure de distance et capteur d&#39;image
EP3431917A4 (fr) Capteur de jeu et procédé de mesure de jeu
AU2018290327A1 (en) Analyte sensor
EP3622727A4 (fr) Détection et analyse d&#39;une quantité de contenu
EP3637054A4 (fr) Dispositif de mesure, procédé de mesure et programme
EP3593719A4 (fr) Dispositif de mesure, procédé de mesure, et programme associé
EP3398775A4 (fr) Imprimante biologique et son procédé d&#39;étalonnage
EP3564746A4 (fr) Dispositif d&#39;imagerie, procédé d&#39;imagerie et programme

Legal Events

Date Code Title Description
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE INTERNATIONAL PUBLICATION HAS BEEN MADE

PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: REQUEST FOR EXAMINATION WAS MADE

17P Request for examination filed

Effective date: 20200427

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AL AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO RS SE SI SK SM TR

AX Request for extension of the european patent

Extension state: BA ME

A4 Supplementary search report drawn up and despatched

Effective date: 20201123

RIC1 Information provided on ipc code assigned before grant

Ipc: G06K 9/00 20060101AFI20201117BHEP

Ipc: G06T 3/40 20060101ALI20201117BHEP

Ipc: G06K 9/46 20060101ALI20201117BHEP

Ipc: G06N 3/08 20060101ALI20201117BHEP

Ipc: G06K 9/32 20060101ALI20201117BHEP

Ipc: G06K 9/62 20060101ALI20201117BHEP

Ipc: G06N 3/04 20060101ALI20201117BHEP

DAV Request for validation of the european patent (deleted)
DAX Request for extension of the european patent (deleted)
STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: EXAMINATION IS IN PROGRESS

17Q First examination report despatched

Effective date: 20221116

P01 Opt-out of the competence of the unified patent court (upc) registered

Effective date: 20230607