GB2562924B - Method and apparatus for identifying fragmented material portions within an image - Google Patents

Method and apparatus for identifying fragmented material portions within an image Download PDF

Info

Publication number
GB2562924B
GB2562924B GB1811304.3A GB201811304A GB2562924B GB 2562924 B GB2562924 B GB 2562924B GB 201811304 A GB201811304 A GB 201811304A GB 2562924 B GB2562924 B GB 2562924B
Authority
GB
United Kingdom
Prior art keywords
image
material portions
fragmented material
identifying fragmented
identifying
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.)
Active
Application number
GB1811304.3A
Other languages
English (en)
Other versions
GB201811304D0 (en
GB2562924A (en
Inventor
Tafazoli Bilandi Shahram
Ramezani Mahdi
Law Bell Ian
Sameti Mohammad
Abolmaesumi Purang
Nouranian Saman
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.)
Motion Metrics International Corp
Original Assignee
Motion Metrics International Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Motion Metrics International Corp filed Critical Motion Metrics International Corp
Publication of GB201811304D0 publication Critical patent/GB201811304D0/en
Publication of GB2562924A publication Critical patent/GB2562924A/en
Application granted granted Critical
Publication of GB2562924B publication Critical patent/GB2562924B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/22Matching criteria, e.g. proximity measures
    • 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/08Learning methods
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/60Memory management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4046Scaling of whole images or parts thereof, e.g. expanding or contracting using neural networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4053Scaling of whole images or parts thereof, e.g. expanding or contracting based on super-resolution, i.e. the output image resolution being higher than the sensor resolution
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/13Edge detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/50Depth or shape recovery
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/20Image preprocessing
    • G06V10/26Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion
    • G06V10/267Segmentation of patterns in the image field; Cutting or merging of image elements to establish the pattern region, e.g. clustering-based techniques; Detection of occlusion by performing operations on regions, e.g. growing, shrinking or watersheds
    • 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/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
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20084Artificial neural networks [ANN]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/22Cropping

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • Artificial Intelligence (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Multimedia (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Biomedical Technology (AREA)
  • Molecular Biology (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Mathematical Physics (AREA)
  • Databases & Information Systems (AREA)
  • Medical Informatics (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Biodiversity & Conservation Biology (AREA)
  • Image Analysis (AREA)
GB1811304.3A 2015-12-14 2016-12-13 Method and apparatus for identifying fragmented material portions within an image Active GB2562924B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201562267059P 2015-12-14 2015-12-14
PCT/CA2016/000317 WO2017100903A1 (fr) 2015-12-14 2016-12-13 Procédé et appareil permettant d'identifier des parties de matériau fragmenté dans une image

Publications (3)

Publication Number Publication Date
GB201811304D0 GB201811304D0 (en) 2018-08-29
GB2562924A GB2562924A (en) 2018-11-28
GB2562924B true GB2562924B (en) 2021-05-19

Family

ID=59055495

Family Applications (1)

Application Number Title Priority Date Filing Date
GB1811304.3A Active GB2562924B (en) 2015-12-14 2016-12-13 Method and apparatus for identifying fragmented material portions within an image

Country Status (8)

Country Link
US (1) US10783610B2 (fr)
AU (1) AU2016374520C1 (fr)
CA (1) CA2972183C (fr)
CL (1) CL2018001583A1 (fr)
GB (1) GB2562924B (fr)
RU (1) RU2694021C1 (fr)
WO (1) WO2017100903A1 (fr)
ZA (1) ZA201804286B (fr)

Families Citing this family (60)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017106998A1 (fr) * 2015-12-21 2017-06-29 Sensetime Group Limited Procédé et système de traitement d'images
US10706348B2 (en) * 2016-07-13 2020-07-07 Google Llc Superpixel methods for convolutional neural networks
US10599977B2 (en) * 2016-08-23 2020-03-24 International Business Machines Corporation Cascaded neural networks using test ouput from the first neural network to train the second neural network
KR102580519B1 (ko) * 2016-09-07 2023-09-21 삼성전자주식회사 영상처리장치 및 기록매체
KR102631381B1 (ko) * 2016-11-07 2024-01-31 삼성전자주식회사 컨볼루션 신경망 처리 방법 및 장치
US11138724B2 (en) 2017-06-01 2021-10-05 International Business Machines Corporation Neural network classification
US10713783B2 (en) 2017-06-01 2020-07-14 International Business Machines Corporation Neural network classification
JP6762382B2 (ja) * 2017-06-06 2020-09-30 ミデア グループ カンパニー リミテッドMidea Group Co., Ltd. ディープニューラルネットワークを用いた粗略から精細な手検出方法
JP6937884B2 (ja) * 2017-07-11 2021-09-22 シーメンス・ヘルスケア・ダイアグノスティックス・インコーポレーテッドSiemens Healthcare Diagnostics Inc. 試料管頭部円の学習ベース画像エッジ強調方法及びシステム
CN107463952B (zh) * 2017-07-21 2020-04-03 清华大学 一种基于多模态融合深度学习的物体材质分类方法
EP3676750B1 (fr) * 2017-09-01 2024-06-05 PHIO scientific GmbH Détection de cellules biologiques et traçage de lignée cellulaire
CA3075770A1 (fr) 2017-09-12 2019-03-21 Schlumberger Canada Limited Systeme d'interpretation de donnees d'images sismiques
US10796202B2 (en) * 2017-09-21 2020-10-06 VIMOC Technologies, Inc. System and method for building an edge CNN system for the internet of things
US11093820B2 (en) 2017-10-19 2021-08-17 General Electric Company Image analysis using deviation from normal data
US10460440B2 (en) 2017-10-24 2019-10-29 General Electric Company Deep convolutional neural network with self-transfer learning
US10643383B2 (en) 2017-11-27 2020-05-05 Fotonation Limited Systems and methods for 3D facial modeling
DE102018100238A1 (de) * 2018-01-08 2019-07-11 Connaught Electronics Ltd. Verfahren zum Trainieren eines künstlichen neuronalen Netzwerks
DE102018100315A1 (de) * 2018-01-09 2019-07-11 Connaught Electronics Ltd. Erzeugen von Eingabedaten für ein konvolutionelles neuronales Netzwerk
US10410354B1 (en) 2018-03-06 2019-09-10 Mitsubishi Electric Research Laboratories, Inc. Method and apparatus for multi-model primitive fitting based on deep geometric boundary and instance aware segmentation
EP3803693A4 (fr) * 2018-05-24 2022-06-22 Nokia Technologies OY Procédé et appareil de vision artificielle
CN110555800A (zh) * 2018-05-30 2019-12-10 北京三星通信技术研究有限公司 图像处理装置及方法
WO2019227194A1 (fr) 2018-06-01 2019-12-05 Motion Metrics International Corp. Procédé, appareil et système de surveillance de conditions associées au maniement d'un équipement lourd tel qu'une pelle chargeuse ou une excavatrice
US10572989B2 (en) * 2018-06-06 2020-02-25 The Boeing Company Chopped fiber additive manufacturing void detection
MX2020013580A (es) 2018-09-30 2021-02-26 Boe Technology Group Co Ltd Aparato y metodo para procesamiento de imagenes y sistema para entrenamiento de red neuronal.
US11307863B1 (en) * 2018-10-08 2022-04-19 Nvidia Corporation Graphics processing unit systems for performing data analytics operations in data science
US20200210775A1 (en) * 2018-12-28 2020-07-02 Harman Connected Services, Incorporated Data stitching and harmonization for machine learning
CN109903219B (zh) * 2019-02-28 2023-06-30 深圳市商汤科技有限公司 图像处理方法及装置、电子设备、计算机可读存储介质
CN110046561A (zh) * 2019-03-29 2019-07-23 贵阳铝镁设计研究院有限公司 一种基于三维视觉的电解铝阳极炭块表面钢印识别方法
CN110046570B (zh) * 2019-04-12 2022-09-30 河南工业大学 一种粮仓粮食库存动态监管方法和装置
CN117234356A (zh) * 2019-05-08 2023-12-15 义隆电子股份有限公司 用于触控装置的控制***及方法
CN110197166B (zh) * 2019-06-04 2022-09-09 西安建筑科技大学 一种基于图像识别的车体装载状态识别装置及方法
JP7117273B2 (ja) * 2019-07-01 2022-08-12 Jx金属株式会社 破砕片検出方法、破砕片小割方法、破砕片検出装置および破砕片小割装置
WO2021055585A1 (fr) 2019-09-17 2021-03-25 Boston Polarimetrics, Inc. Systèmes et procédés de modélisation de surface utilisant des repères de polarisation
EP3798679B1 (fr) * 2019-09-30 2023-06-21 STMicroelectronics (Research & Development) Limited Vérification de sécurité au laser
US11525906B2 (en) 2019-10-07 2022-12-13 Intrinsic Innovation Llc Systems and methods for augmentation of sensor systems and imaging systems with polarization
US11769180B2 (en) 2019-10-15 2023-09-26 Orchard Technologies, Inc. Machine learning systems and methods for determining home value
CN110942060B (zh) * 2019-10-22 2023-05-23 清华大学 基于激光散斑和模态融合的材质识别方法及装置
KR20230116068A (ko) 2019-11-30 2023-08-03 보스턴 폴라리메트릭스, 인크. 편광 신호를 이용한 투명 물체 분할을 위한 시스템및 방법
CN111325236B (zh) * 2020-01-21 2023-04-18 南京大学 一种基于卷积神经网络的超声图像分类方法
WO2021154386A1 (fr) 2020-01-29 2021-08-05 Boston Polarimetrics, Inc. Systèmes et procédés pour caractériser une détection de pose d'objet et systèmes de mesure
US11797863B2 (en) 2020-01-30 2023-10-24 Intrinsic Innovation Llc Systems and methods for synthesizing data for training statistical models on different imaging modalities including polarized images
US11613275B2 (en) * 2020-04-27 2023-03-28 Baidu Usa Llc Grayscale-based camera perception
AT523755A2 (de) * 2020-05-13 2021-11-15 Rubble Master Hmh Gmbh Verfahren zum abschnittsweisen Bestimmen der Korngrößenverteilung eines auf ein Förderband aufgegebenen Schüttgutes
US11953700B2 (en) 2020-05-27 2024-04-09 Intrinsic Innovation Llc Multi-aperture polarization optical systems using beam splitters
US11367167B2 (en) * 2020-08-21 2022-06-21 Apple Inc. Neural network-based image processing with artifact compensation
RU2762636C1 (ru) * 2020-09-28 2021-12-21 Федеральное государственное бюджетное образовательное учреждение высшего образования "МИРЭА - Российский технологический университет" Устройство параллельной обработки разнородной сенсорной информации в режиме реального времени
CN112200788B (zh) * 2020-10-16 2021-03-26 清华大学 高温变形测量装置及方法
US12020455B2 (en) 2021-03-10 2024-06-25 Intrinsic Innovation Llc Systems and methods for high dynamic range image reconstruction
CA3129016A1 (fr) * 2021-04-07 2022-10-07 Queen's University At Kingston Classification automatique de materiaux d'excavation
US20220350305A1 (en) * 2021-04-09 2022-11-03 3Dfortify Inc. Digital image transformation to reduce effects of scatter during digital light processing-style manufacturing
CN113240583B (zh) * 2021-04-13 2022-09-16 浙江大学 一种基于卷积核预测的图像超分辨方法
US11954886B2 (en) 2021-04-15 2024-04-09 Intrinsic Innovation Llc Systems and methods for six-degree of freedom pose estimation of deformable objects
US11290658B1 (en) 2021-04-15 2022-03-29 Boston Polarimetrics, Inc. Systems and methods for camera exposure control
EP4327128A1 (fr) * 2021-04-19 2024-02-28 Orica International Pte Ltd Géoréférencement de fragmentation
US11669956B2 (en) * 2021-06-01 2023-06-06 Caterpillar Inc. Ground engaging tool wear and loss detection system and method
US11689813B2 (en) 2021-07-01 2023-06-27 Intrinsic Innovation Llc Systems and methods for high dynamic range imaging using crossed polarizers
US20240161262A1 (en) 2022-11-15 2024-05-16 Motion Metric International Corp. Monitoring an operating cycle of heavy equipment
CN116188719B (zh) * 2023-04-27 2023-11-17 中地云智慧科技有限公司 一种实景三维数据的碎片去除方法
CN116596921B (zh) * 2023-07-14 2023-10-20 济宁市质量计量检验检测研究院(济宁半导体及显示产品质量监督检验中心、济宁市纤维质量监测中心) 一种焚烧炉渣分选方法及***
CN117021417B (zh) * 2023-08-22 2024-03-29 河北泽源橡胶制品有限公司 橡胶破碎分解控制方法及其***

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150078653A1 (en) * 2013-09-17 2015-03-19 Motion Metrics International Corp. Method and apparatus for performing a fragmentation assessment of a material

Family Cites Families (33)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4519041A (en) * 1982-05-03 1985-05-21 Honeywell Inc. Real time automated inspection
EP0766205B1 (fr) * 1995-09-29 2003-12-03 Koninklijke Philips Electronics N.V. Procédé et dispositif de traitement d'image, pour la détection automatique de régions d'un type prédéterminé de cancer dans une image d'intensité
TW514513B (en) * 1996-02-06 2002-12-21 Deus Technologies Inc Method for the detection of lung nodule in radiological images using digital image processing and artificial neural network
US5975893A (en) * 1997-06-20 1999-11-02 Align Technology, Inc. Method and system for incrementally moving teeth
US6549646B1 (en) * 2000-02-15 2003-04-15 Deus Technologies, Llc Divide-and-conquer method and system for the detection of lung nodule in radiological images
US7013439B2 (en) * 2002-01-31 2006-03-14 Juan Andres Torres Robles Contrast based resolution enhancing technology
US7020307B2 (en) * 2002-02-15 2006-03-28 Inco Limited Rock fragmentation analysis system
US7231086B2 (en) * 2002-05-09 2007-06-12 General Dynamics C4 Systems, Inc. Knowledge-based hierarchical method for detecting regions of interest
JP2007502647A (ja) * 2003-08-21 2007-02-15 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ 血管造影図及び現x線画像の複合表示のための装置及び方法
US7747070B2 (en) * 2005-08-31 2010-06-29 Microsoft Corporation Training convolutional neural networks on graphics processing units
US20070058856A1 (en) * 2005-09-15 2007-03-15 Honeywell International Inc. Character recoginition in video data
US8542928B2 (en) * 2005-09-26 2013-09-24 Canon Kabushiki Kaisha Information processing apparatus and control method therefor
US8249302B2 (en) * 2009-06-30 2012-08-21 Mitsubishi Electric Research Laboratories, Inc. Method for determining a location from images acquired of an environment with an omni-directional camera
JP5554987B2 (ja) * 2009-12-28 2014-07-23 キヤノン株式会社 オブジェクト識別装置及びその制御方法
WO2012030872A1 (fr) * 2010-09-02 2012-03-08 Edge3 Technologies Inc. Procédé et dispositif d'apprentissage par l'erreur
ES2395102B1 (es) * 2010-10-01 2013-10-18 Telefónica, S.A. Metodo y sistema para segmentacion de primer plano de imagenes en tiempo real
US8861814B2 (en) * 2010-12-22 2014-10-14 Chevron U.S.A. Inc. System and method for multi-phase segmentation of density images representing porous media
CN102496004B (zh) * 2011-11-24 2013-11-06 中国矿业大学(北京) 一种基于图像的煤岩界面识别方法与***
JP5951367B2 (ja) * 2012-01-17 2016-07-13 シャープ株式会社 撮像装置、撮像画像処理システム、プログラムおよび記録媒体
US9063247B2 (en) * 2012-03-08 2015-06-23 Halliburton Energy Services, Inc. Optimizing subterranean treatment characteristic by digital geoinformatics
US9152888B2 (en) * 2012-09-13 2015-10-06 Los Alamos National Security, Llc System and method for automated object detection in an image
IL231862A (en) * 2014-04-01 2015-04-30 Superfish Ltd Image representation using a neural network
WO2015157526A1 (fr) * 2014-04-09 2015-10-15 Entrupy Inc. Authentification d'objets physiques par apprentissage automatique à partir de variations microscopiques
US9449239B2 (en) * 2014-05-30 2016-09-20 Apple Inc. Credit card auto-fill
CN107408196B (zh) * 2014-12-19 2021-03-19 顶级公司 从图像中提取特征的方法
EP3289562A1 (fr) * 2015-04-29 2018-03-07 Siemens Aktiengesellschaft Procédé et système de segmentation sémantique de données d'images laparoscopiques et endoscopiques 2d/2,5d
US20170017841A1 (en) * 2015-07-17 2017-01-19 Nokia Technologies Oy Method and apparatus for facilitating improved biometric recognition using iris segmentation
US10121245B2 (en) * 2015-09-14 2018-11-06 University Of Notre Dame Identification of inflammation in tissue images
US10521902B2 (en) * 2015-10-14 2019-12-31 The Regents Of The University Of California Automated segmentation of organ chambers using deep learning methods from medical imaging
US10192129B2 (en) * 2015-11-18 2019-01-29 Adobe Systems Incorporated Utilizing interactive deep learning to select objects in digital visual media
US10482331B2 (en) * 2015-11-20 2019-11-19 GM Global Technology Operations LLC Stixel estimation methods and systems
US11803953B2 (en) * 2017-04-10 2023-10-31 Dpix, Llc Manufacturing quality improvement through statistical root cause analysis using convolution neural networks
US10275667B1 (en) * 2018-09-05 2019-04-30 StradVision, Inc. Learning method, learning device for detecting lane through lane model and testing method, testing device using the same

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150078653A1 (en) * 2013-09-17 2015-03-19 Motion Metrics International Corp. Method and apparatus for performing a fragmentation assessment of a material

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
BROWNE et al., "Convolutional neural networks for image processing: an application in robot vision", the 16th Australian Joint Conference on Artificial Intelligence - AI, Perth, Australia, (20031203), pages 641 - 652 *

Also Published As

Publication number Publication date
RU2694021C1 (ru) 2019-07-08
CA2972183C (fr) 2018-03-27
WO2017100903A9 (fr) 2018-02-22
ZA201804286B (en) 2019-04-24
GB201811304D0 (en) 2018-08-29
US20190012768A1 (en) 2019-01-10
CL2018001583A1 (es) 2018-12-14
GB2562924A (en) 2018-11-28
AU2016374520A1 (en) 2018-07-12
AU2016374520B2 (en) 2019-09-19
AU2016374520C1 (en) 2020-10-15
CA2972183A1 (fr) 2017-06-22
US10783610B2 (en) 2020-09-22
WO2017100903A1 (fr) 2017-06-22

Similar Documents

Publication Publication Date Title
ZA201804286B (en) Method and apparatus for identifying fragmented material portions within an image
ZA201801541B (en) Image prediction method and apparatus
IL255528B (en) Device and method for implant treatment
EP3098594A4 (fr) Appareil d'inspection aux rayons x et procédé d'inspection aux rayons x
IL259578B (en) Inspection apparatus and method
HK1219359A1 (zh) 種設備標識提供方法及裝置
HK1216446A1 (zh) 圖像處理的方法及裝置
GB201504188D0 (en) Method and apparatus for assessing image registration
GB201603545D0 (en) Method and apparatus for weighing an elongate object
HK1222914A1 (zh) 對移動目標進行檢查的設備及方法
GB2569332B (en) Method and apparatus for analysing images
GB201511789D0 (en) Apparatus and method for determining an intended target
EP3502671A4 (fr) Appareil d'inspection et procédé d'inspection
EP3596655C0 (fr) Procédé et appareil d'analyse d'image
EP3200442A4 (fr) Procédé et appareil de traitement d'image
EP3198389C0 (fr) Appareil et procédé pour identifier un objet
GB201413080D0 (en) Apparatus and method for testing materials
GB201507839D0 (en) Method and apparatus for aircraft inspection
EP3222036A4 (fr) Procédé et appareil de traitement d'images
EP3523656A4 (fr) Appareil et procédé de détection de cancer canin
GB201408412D0 (en) An apparatus and method for providing an image
SG11201802898PA (en) Method and apparatus for address analysis
IL287058A (en) Method and device for closure
HK1214336A1 (zh) 檢查裝置和檢查方法
EP3342191A4 (fr) Appareil et procédé pour en assurer le transfert