CN110738689B - Method, system and device for automatically following and avoiding targets by trolley - Google Patents

Method, system and device for automatically following and avoiding targets by trolley Download PDF

Info

Publication number
CN110738689B
CN110738689B CN201911007415.0A CN201911007415A CN110738689B CN 110738689 B CN110738689 B CN 110738689B CN 201911007415 A CN201911007415 A CN 201911007415A CN 110738689 B CN110738689 B CN 110738689B
Authority
CN
China
Prior art keywords
trolley
target
image
optimal
camera
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
CN201911007415.0A
Other languages
Chinese (zh)
Other versions
CN110738689A (en
Inventor
王振
邹洋
肖志康
洪柱
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Institute of Technology
Original Assignee
Wuhan Institute of Technology
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 Wuhan Institute of Technology filed Critical Wuhan Institute of Technology
Priority to CN201911007415.0A priority Critical patent/CN110738689B/en
Publication of CN110738689A publication Critical patent/CN110738689A/en
Application granted granted Critical
Publication of CN110738689B publication Critical patent/CN110738689B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/254Analysis of motion involving subtraction of images
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05DSYSTEMS FOR CONTROLLING OR REGULATING NON-ELECTRIC VARIABLES
    • G05D1/00Control of position, course or altitude of land, water, air, or space vehicles, e.g. automatic pilot
    • G05D1/02Control of position or course in two dimensions
    • G05D1/021Control of position or course in two dimensions specially adapted to land vehicles
    • G05D1/0231Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means
    • G05D1/0246Control of position or course in two dimensions specially adapted to land vehicles using optical position detecting means using a video camera in combination with image processing means
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/20Analysis of motion
    • G06T7/215Motion-based segmentation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/70Determining position or orientation of objects or cameras
    • G06T7/73Determining position or orientation of objects or cameras using feature-based methods
    • 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
    • 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/20212Image combination
    • G06T2207/20224Image subtraction
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30241Trajectory
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30248Vehicle exterior or interior
    • G06T2207/30252Vehicle exterior; Vicinity of vehicle
    • 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

Abstract

The invention discloses a method for automatically following and avoiding targets by a trolley, which comprises the following steps: constructing a coordinate system based on a trolley, and setting system parameters; a camera arranged on the trolley acquires a front view image of the trolley in real time and converts the image into a gray image; filtering and opening and closing operation is carried out on the gray level image, then edge extraction is carried out on an operation result, the edge of the whole image is obtained, and targets needing to be followed and avoided are identified and separated through an inter-frame difference algorithm, so that an edge region of the targets is obtained; calculating the relative position between the circumscribed rectangular area of the target and the circumscribed rectangular area of the trolley according to the edge area and by utilizing a centroid positioning method, and calculating the motion trail and the optimal position of the trolley by combining system parameters; and converting the motion track into a motion control instruction of the trolley, controlling the trolley to move to an optimal position, and outputting and displaying the result in real time. The invention can reduce the variety and the number of the sensors and is suitable for more application scenes.

Description

Method, system and device for automatically following and avoiding targets by trolley
Technical Field
The invention relates to the technical field of electronics, in particular to a technology for automatically following and avoiding targets by a trolley.
Background
The ability of objects to automatically follow targets or avoid obstacles during movement has become an indispensable technical requirement in the field of factory automation. However, current implementation techniques rely mainly on, for example, ultrasound, laser sensors or radar, while implementation in some special motion environments requires a greater number of sensors to be configured, which results in a more complex design and increased cost. With the development of computer vision and digital image technology, vision capturing and analysis technology is adopted, so that the variety and number of sensors can be reduced on one hand, and more application scenes can be adapted on the other hand.
Disclosure of Invention
The invention aims to solve the technical problem of providing a device and a method for automatically following and avoiding targets by a trolley aiming at the defects in the prior art.
The technical scheme adopted for solving the technical problems is as follows:
the method for automatically following and avoiding the target by the trolley comprises the following steps:
step1, constructing a coordinate system based on a trolley, and determining an effective working rectangular area of a camera and an external rectangular area of the trolley;
step2, a camera arranged on the trolley acquires a front-view image in RGB565 format of the trolley in real time, converts the image into image data in YCbCr422 format, extracts a Y component, and obtains a gray image;
step3, carrying out median filtering or mean filtering on the gray level image, carrying out opening and closing operation, then carrying out edge extraction on an operation result to obtain the edge of the whole image, and identifying and separating out targets needing to be followed and avoided through an inter-frame difference algorithm to obtain an edge region of the targets;
step4, obtaining a circumscribed rectangular area of the target according to the edge area and by using a centroid positioning method, calculating the relative position between the circumscribed rectangular area of the target and the circumscribed rectangular area of the trolley, and calculating the motion track and the optimal position of the trolley according to the following and avoidance requirements by using the relative position;
step5, converting the motion trail of the trolley into a motion control instruction of the trolley, controlling the trolley to move to an optimal position, and outputting and displaying the result in real time;
step6, repeating Step 2-Step 5, and ensuring that the trolley automatically follows and avoids the target at an optimal position.
There is provided a system for automatically following and evading a target by a cart, comprising:
the system parameter setting module is used for constructing a coordinate system based on the trolley and determining an effective working rectangular area of the camera and an external rectangular area of the trolley;
the image preprocessing module is used for acquiring RGB565 format forward-looking images of the trolley in real time through a camera arranged on the trolley, converting the forward-looking images into YCbCr422 format image data, extracting Y components and obtaining gray images;
the target detection and extraction module is used for carrying out median filtering or mean filtering on the gray level image, carrying out opening and closing operation, then carrying out edge extraction on an operation result to obtain the edge of the whole image, and identifying and separating the target needing to be followed and avoided by an inter-frame difference algorithm to obtain the edge region of the target;
the position calculation module is used for calculating the circumscribed rectangular area of the target according to the edge area and by utilizing a centroid positioning method, calculating the relative position between the circumscribed rectangular area of the target and the circumscribed rectangular area of the trolley, and calculating the motion track and the optimal position of the trolley according to the following and avoidance requirements by utilizing the relative position;
and the motion control module is used for converting the motion trail of the trolley into a motion control instruction of the trolley, controlling the trolley to move to an optimal position, and outputting and displaying the result in real time.
The device comprises a trolley, an operation control unit, a camera and a display unit, wherein the operation control unit and the camera are arranged on the trolley, the display unit is arranged at a far end, and the operation control unit is respectively connected with the trolley, the camera and the display unit;
the trolley moves according to the control instruction;
the camera is used for acquiring a front view image of the trolley;
the operation control unit is used for realizing the method for automatically following and avoiding the targets of the trolley in the technical scheme, processing the images acquired by the camera, identifying the targets which are automatically followed and need to be avoided, calculating the motion trail and controlling the movement of the trolley;
and the display unit is used for displaying the image acquired by the camera and the image processing result in real time.
By adopting the technical scheme, the trolley is a wheeled trolley driven by a motor.
With the above technical scheme, the camera is a 200 ten thousand pixel camera based on COMS, and the image data format is RGB565.
With the above technical solution, the microcontroller of the operation control unit is FPGA, ARM, DSP or a combination thereof.
The invention has the beneficial effects that: according to the method, the system and the device for automatically following and avoiding the target of the trolley, provided by the invention, the forward-looking image of the trolley is obtained in real time by arranging the camera on the trolley, the following and avoidance target of the trolley is identified by utilizing the operation control unit through the image processing algorithm, the motion track and the optimal position of the trolley are calculated through the relative position of the target and the trolley, and the trolley is controlled to move to the optimal position, so that the aim of automatically following and avoiding the target is fulfilled. The invention utilizes the image processing technology to identify the target object, can reduce the variety and the number of the sensors, and is suitable for more application scenes.
Drawings
The invention will be further described with reference to the accompanying drawings and examples, in which:
FIG. 1 is a schematic view of a device structure according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method of automatically following and evading a target in accordance with an embodiment of the present invention;
FIG. 3 is a flow chart of one implementation of a method of an embodiment of the present invention;
fig. 4 is a schematic diagram of the automatic following principle of an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
As shown in fig. 1, the invention provides a method for automatically following and avoiding targets by a trolley, which comprises the following steps:
s1, constructing a coordinate system based on a trolley, and determining an effective working rectangular area of a camera and an external rectangular area of the trolley;
s2, a camera arranged on the trolley acquires a front-view image in RGB565 format of the trolley in real time, converts the image into image data in YCbCr422 format, extracts Y components, and obtains a gray image;
s3, carrying out median filtering or mean filtering on the gray level image, carrying out opening and closing operation, then carrying out edge extraction on an operation result to obtain the edge of the whole image, and identifying and separating out targets needing to be followed and avoided through an inter-frame difference algorithm to obtain an edge region of the targets;
s4, calculating the relative position between the circumscribed rectangular area of the target and the circumscribed rectangular area of the trolley according to the edge area and by using a centroid positioning method, and calculating the motion track and the optimal position of the trolley according to the following and avoidance requirements by using the relative position;
s5, converting the motion trail of the trolley into a motion control instruction of the trolley, controlling the trolley to move to an optimal position, and outputting and displaying the result in real time;
s6, repeating Step 2-Step 5 to ensure that the trolley automatically follows and avoids the target at the optimal position.
There is provided a system for automatically following and evading a target by a cart, comprising:
the system parameter setting module is used for constructing a coordinate system based on the trolley and determining an effective working rectangular area of the camera and an external rectangular area of the trolley;
the image preprocessing module is used for acquiring RGB565 format forward-looking images of the trolley in real time through a camera arranged on the trolley, converting the forward-looking images into YCbCr422 format image data, extracting Y components and obtaining gray images;
the target detection and extraction module is used for carrying out median filtering or mean filtering on the gray level image, carrying out opening and closing operation, then carrying out edge extraction on an operation result to obtain the edge of the whole image, and identifying and separating the target needing to be followed and avoided by an inter-frame difference algorithm to obtain the edge region of the target;
the position calculation module is used for calculating the circumscribed rectangular area of the target according to the edge area and by utilizing a centroid positioning method, calculating the relative position between the circumscribed rectangular area of the target and the circumscribed rectangular area of the trolley, and calculating the motion track and the optimal position of the trolley according to the following and avoidance requirements by utilizing the relative position;
and the motion control module is used for converting the motion trail of the trolley into a motion control instruction of the trolley, controlling the trolley to move to an optimal position, and outputting and displaying the result in real time.
As shown in fig. 2, a device for automatically following and avoiding targets by a trolley is provided, which comprises a trolley 1, an operation control unit 2, a camera 3 and a display unit 4, wherein the operation control unit 2 and the camera 3 are arranged on the trolley 1, the display unit 4 is arranged at a far end, and the operation control unit 2 is respectively connected with the trolley 1, the camera 3 and the display unit 4.
The trolley 1 moves according to a movement control instruction provided by the arithmetic control unit 2.
And the camera 3 acquires a forward-looking image of the trolley 1 in real time and acquires forward-looking information of the trolley 1.
The operation control unit 2 is used for realizing the method for automatically following and avoiding the targets by the trolley in the method embodiment, processing the images acquired by the camera 3, identifying the targets which need to be avoided and automatically following, calculating the motion trail and controlling the trolley 1 to move.
The display unit 4 displays the image acquired by the camera 3 and the image processing result in real time.
Further, the trolley 1 is a motor-driven wheeled trolley.
Further, camera 3 may be a 200 ten thousand pixel COMS based camera with image data format RGB565.
Further, the microcontroller of the arithmetic control unit 2 is FPGA, ARM, DSP or a combination thereof.
In a preferred embodiment of the device for automatically following and avoiding targets by the trolley, the trolley 1 adopts a cuboid trolley with wheels and a motor, the operation control unit 2 is an FPGA-based development board, the camera is a COMS-based OV7725 camera arranged on the FPGA development board, the display unit 4 is a common display, and the display unit is connected to the FPGA development board in a wired or wireless mode.
As shown in fig. 3, the specific flow of the method for automatically following and avoiding the target by the trolley is as follows:
the image data collected by the camera is RGB565 format image data, firstly, the image data format conversion is carried out, the RGB565 image data format is converted into YCbCr422 image data format, and the Y component is extracted, so that the gray level image of image processing is obtained. Then, median filtering or mean filtering processing is carried out on the gray level, and further expansion corrosion-based opening and closing operation is carried out on the image.
And (3) carrying out edge extraction algorithm processing on the image, for example, utilizing a sobel operator and the like, obtaining the edge of the whole image, and then identifying and separating out a target to be tracked or an obstacle to be avoided through an inter-frame difference algorithm to obtain the edge region of the target.
The external rectangular area of the target is obtained through a centroid positioning method, and then a following algorithm or an obstacle avoidance algorithm is provided, so that the purpose of controlling the movement of the trolley is achieved.
As shown in fig. 4, the following algorithm is illustrated by simulating the automatic following process of the dolly. The initial trolley is positioned at the point A, and the black large rectangle 5 is the field of view of the current trolley, namely the maximum rectangle range which can be captured by the camera under the current position of the trolley. Suppose that the target to be followed is located at point D of the area of the black large rectangle 5. Connecting AO, CO and AC can obtain a triangle, wherein the line segment AO is the horizontal distance dx of the trolley from the target, the line segment CO is the vertical distance dy of the trolley from the target, and the line segment AC is the actual linear distance of the trolley from the target. Then according to the determined trolley and the following target with the circumscribed rectangular area, in order to avoid the trolley colliding with the target during the following process, the optimal following position is artificially given, so as to determine the horizontal distance c1 and the vertical distance c2 of the trolley from the target at the optimal position, and obtain the relative position, namely=|dx-c1|,/>y= |dy-c 2|. When->And->The larger the value of y is, the farther the trolley is from the optimal tracking area; when->And->The smaller the value of y is, the closer the trolley is to the optimal tracking area; when->And->y takes 0 to indicate that the trolley just reaches the best following area. The preliminary position calculated by the trolley at the point A is the point B, the relative position is calculated again when the trolley moves at the point B, and if the obtained new +.>And->And (3) when the value of y reaches the preset optimal value, finishing adjustment. Otherwise, the optimal position C is continuously calculated, repeated judgment is carried out until the motion reaches the set optimal position standard.
The obstacle avoidance process principle is similar to the following process, only needsAnd->The larger and better the value of y is, the description trolleyAnd the distance from the optimal following area is increased, namely the obstacle avoidance of the trolley to the target is realized.
Compared with the traditional following target or obstacle avoidance algorithm, the algorithm avoids a large number of matrix operations and multiplication and division operations, and in terms of realization in principle, the algorithm is simpler and more convenient to realize in terms of hardware due to the large number of addition and subtraction operations, so that the real-time performance of the algorithm is greatly improved; on the other hand, the algorithm focuses on the accurate position of the target object to calculate the distance between the camera and the camera in the horizontal direction and the vertical direction, so that the accuracy requirement of the algorithm is greatly improved, and the algorithm has high standards in terms of instantaneity and accuracy.
It will be understood that modifications and variations will be apparent to those skilled in the art from the foregoing description, and it is intended that all such modifications and variations be included within the scope of the following claims.

Claims (6)

1. A method for automatically following and avoiding a target by a trolley, which is characterized by comprising the following steps:
step1, constructing a coordinate system based on a trolley, and determining an effective working rectangular area of a camera and an external rectangular area of the trolley;
step2, a camera arranged on the trolley acquires a front-view image in RGB565 format of the trolley in real time, converts the image into image data in YCbCr422 format, extracts a Y component, and obtains a gray image;
step3, carrying out median filtering or mean filtering on the gray level image, carrying out opening and closing operation, then carrying out edge extraction on an operation result to obtain the edge of the whole image, and identifying and separating out targets needing to be followed and avoided through an inter-frame difference algorithm to obtain an edge region of the targets;
step4, calculating the relative position between the circumscribed rectangular area of the target and the circumscribed rectangular area of the trolley according to the edge area and by using a centroid positioning method, and calculating the motion track and the optimal position of the trolley according to the following and avoidance requirements by using the relative position;
step5, converting the motion trail of the trolley into a small trolleyThe motion control instruction of the trolley controls the trolley to move to the optimal position, and outputs and displays the result in real time; determining the horizontal distance c1 and the vertical distance c2 of the trolley at the optimal position from the target according to the given optimal following position to obtain the relative position=|dx-c1|,/>y= |dy-c 2| where the horizontal distance of the trolley from the target is dx and the vertical distance of the trolley from the target is dy, when |f>And->The larger the value of y is, the farther the trolley is from the optimal tracking area; when->And->The smaller the value of y is, the closer the trolley is to the optimal tracking area; when->And->y is taken to be 0, which indicates that the trolley just reaches the optimal following area; the preliminary position calculated by the trolley at the point A is the point B, the relative position is calculated again when the trolley moves at the point B, and if the obtained new +.>And->y, reaches the preset optimal value, thenFinishing adjustment; otherwise, continuously calculating the optimal position C, and repeatedly judging until the motion reaches the set optimal position standard;
step6, repeating Step 2-Step 5, and ensuring that the trolley automatically follows and avoids the target at an optimal position.
2. A system for automatically following and evading a target by a cart, comprising:
the system parameter setting module is used for constructing a coordinate system based on the trolley and determining an effective working rectangular area of the camera and an external rectangular area of the trolley;
the image preprocessing module is used for acquiring RGB565 format forward-looking images of the trolley in real time through a camera arranged on the trolley, converting the forward-looking images into YCbCr422 format image data, extracting Y components and obtaining gray images;
the target detection and extraction module is used for carrying out median filtering or mean filtering on the gray level image, carrying out opening and closing operation, then carrying out edge extraction on an operation result to obtain the edge of the whole image, and identifying and separating the target needing to be followed and avoided by an inter-frame difference algorithm to obtain the edge region of the target;
the position calculation module is used for calculating the relative position between the circumscribed rectangular area of the target and the circumscribed rectangular area of the trolley according to the edge area and by utilizing a centroid positioning method, and calculating the motion track and the optimal position of the trolley according to the following and avoidance requirements; determining the horizontal distance c1 and the vertical distance c2 of the trolley at the optimal position from the target according to the given optimal following position to obtain the relative position=|dx-c1|,/>y= |dy-c 2| where the horizontal distance of the trolley from the target is dx and the vertical distance of the trolley from the target is dy, when |f>And->The larger the value of y is, the farther the trolley is from the optimal tracking area; when->And->The smaller the value of y is, the closer the trolley is to the optimal tracking area; when->And->y is taken to be 0, which indicates that the trolley just reaches the optimal following area; the preliminary position calculated by the trolley at the point A is the point B, the relative position is calculated again when the trolley moves at the point B, and if the obtained new +.>And->The value of y reaches the preset optimal value, and the adjustment is finished; otherwise, continuously calculating the optimal position C, and repeatedly judging until the motion reaches the set optimal position standard;
and the motion control module is used for converting the motion trail of the trolley into a motion control instruction of the trolley, controlling the trolley to move to an optimal position, and outputting and displaying the result in real time.
3. The device for automatically following and avoiding the target by the trolley is characterized by comprising the trolley, an operation control unit, a camera and a display unit, wherein the operation control unit and the camera are arranged on the trolley, the display unit is arranged at a far end, and the operation control unit is respectively connected with the trolley, the camera and the display unit;
the trolley moves according to the control instruction;
the camera is used for acquiring a front view image of the trolley;
the operation control unit is used for realizing the method for automatically following and avoiding the targets of the trolley in the claim 1, processing the images acquired by the camera, identifying the targets which are automatically followed and need to be avoided, calculating the motion trail and controlling the movement of the trolley;
and the display unit is used for displaying the image acquired by the camera and the image processing result in real time.
4. A device according to claim 3, wherein the trolley is a motor-driven wheeled trolley.
5. The apparatus of claim 3 wherein the camera is a COMS-based 200-ten thousand pixel camera and the image data format is RGB565.
6. A device according to claim 3, wherein the microcontroller of the arithmetic control unit is FPGA, ARM, DSP or a combination thereof.
CN201911007415.0A 2019-10-22 2019-10-22 Method, system and device for automatically following and avoiding targets by trolley Active CN110738689B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911007415.0A CN110738689B (en) 2019-10-22 2019-10-22 Method, system and device for automatically following and avoiding targets by trolley

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911007415.0A CN110738689B (en) 2019-10-22 2019-10-22 Method, system and device for automatically following and avoiding targets by trolley

Publications (2)

Publication Number Publication Date
CN110738689A CN110738689A (en) 2020-01-31
CN110738689B true CN110738689B (en) 2024-01-26

Family

ID=69270874

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911007415.0A Active CN110738689B (en) 2019-10-22 2019-10-22 Method, system and device for automatically following and avoiding targets by trolley

Country Status (1)

Country Link
CN (1) CN110738689B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111998853A (en) * 2020-08-27 2020-11-27 西安达升科技股份有限公司 AGV visual navigation method and system
CN113848828B (en) * 2021-09-08 2023-06-27 广州杰赛科技股份有限公司 Automatic obstacle avoidance control method, device, equipment and medium for AGV trolley

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101733746A (en) * 2009-12-22 2010-06-16 哈尔滨工业大学 Autonomously identifying and capturing method of non-cooperative target of space robot
CN102096927A (en) * 2011-01-26 2011-06-15 北京林业大学 Target tracking method of independent forestry robot
CN103268616A (en) * 2013-04-18 2013-08-28 北京工业大学 Multi-feature multi-sensor method for mobile robot to track moving body
CN107292907A (en) * 2017-07-14 2017-10-24 灵动科技(北京)有限公司 A kind of method to following target to be positioned and follow equipment
CN107993252A (en) * 2017-11-29 2018-05-04 天津聚飞创新科技有限公司 Subscriber tracing system, method and device
CN108445908A (en) * 2018-05-09 2018-08-24 中国海洋大学 Mesh calibration method waterborne is tracked based on time optimal unmanned plane
JP2019007964A (en) * 2018-07-24 2019-01-17 エスゼット ディージェイアイ テクノロジー カンパニー リミテッドSz Dji Technology Co.,Ltd System and method for estimating position of uav
CN109389617A (en) * 2018-08-27 2019-02-26 深圳大学 A kind of motion estimate based on piece heterogeneous system and method for tracing and system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101733746A (en) * 2009-12-22 2010-06-16 哈尔滨工业大学 Autonomously identifying and capturing method of non-cooperative target of space robot
CN102096927A (en) * 2011-01-26 2011-06-15 北京林业大学 Target tracking method of independent forestry robot
CN103268616A (en) * 2013-04-18 2013-08-28 北京工业大学 Multi-feature multi-sensor method for mobile robot to track moving body
CN107292907A (en) * 2017-07-14 2017-10-24 灵动科技(北京)有限公司 A kind of method to following target to be positioned and follow equipment
CN107993252A (en) * 2017-11-29 2018-05-04 天津聚飞创新科技有限公司 Subscriber tracing system, method and device
CN108445908A (en) * 2018-05-09 2018-08-24 中国海洋大学 Mesh calibration method waterborne is tracked based on time optimal unmanned plane
JP2019007964A (en) * 2018-07-24 2019-01-17 エスゼット ディージェイアイ テクノロジー カンパニー リミテッドSz Dji Technology Co.,Ltd System and method for estimating position of uav
CN109389617A (en) * 2018-08-27 2019-02-26 深圳大学 A kind of motion estimate based on piece heterogeneous system and method for tracing and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Banihan Gunay.Car following theory with lateral discomfort.《Transportation Research Part B: Methodological》.2007,第41卷(第7期),全文. *
谭晓敏 等.基于DSP的运动人体小车跟随系统.《广西大学学报( 自然科学版)》.2015,第40卷(第6期),全文. *

Also Published As

Publication number Publication date
CN110738689A (en) 2020-01-31

Similar Documents

Publication Publication Date Title
US10796151B2 (en) Mapping a space using a multi-directional camera
JP6475772B2 (en) Navigation device and method by visual positioning
KR101043450B1 (en) Location and distance mesuring appratus its method usnig camera
CN107738612B (en) Automatic parking space detection and identification system based on panoramic vision auxiliary system
KR102032070B1 (en) System and Method for Depth Map Sampling
KR101327736B1 (en) AVM Top View Based Parking Support System
KR101964861B1 (en) Cameara apparatus and method for tracking object of the camera apparatus
CN109872372B (en) Global visual positioning method and system for small quadruped robot
CN110738689B (en) Method, system and device for automatically following and avoiding targets by trolley
US20170064287A1 (en) Fast algorithm for online calibration of rgb-d camera
WO2015024407A1 (en) Power robot based binocular vision navigation system and method based on
US9886769B1 (en) Use of 3D depth map with low and high resolution 2D images for gesture recognition and object tracking systems
Momeni-k et al. Height estimation from a single camera view
CN116310679A (en) Multi-sensor fusion target detection method, system, medium, equipment and terminal
CN113822810A (en) Method for positioning workpiece in three-dimensional space based on machine vision
Xiang et al. Vilivo: Virtual lidar-visual odometry for an autonomous vehicle with a multi-camera system
CN104786227A (en) Drop type switch replacing control system and method based on high-voltage live working robot
KR101620580B1 (en) Method and system for dectecting run
CN109410272B (en) Transformer nut recognition and positioning device and method
KR20130095967A (en) Lane detecting method and apparatus thereof
CN111145220A (en) Tunnel target track tracking method based on visual information
CN115703234B (en) Robot control method, device, robot and storage medium
EP3373199A2 (en) Object detector, object detection method, carrier means, and equipment control system
TW202311781A (en) Obstacle detection method utilizing an obstacle recognition model to recognize obstacle category corresponding to each obstacle
CN112419409A (en) Pose estimation method based on real-time video

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant