WO2020186678A1 - 无人机三维地图构建方法、装置、计算机设备及存储介质 - Google Patents
无人机三维地图构建方法、装置、计算机设备及存储介质 Download PDFInfo
- Publication number
- WO2020186678A1 WO2020186678A1 PCT/CN2019/097745 CN2019097745W WO2020186678A1 WO 2020186678 A1 WO2020186678 A1 WO 2020186678A1 CN 2019097745 W CN2019097745 W CN 2019097745W WO 2020186678 A1 WO2020186678 A1 WO 2020186678A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- video frame
- target
- transformation matrix
- feature
- dimensional
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T17/00—Three-dimensional [3D] modelling for computer graphics
- G06T17/05—Geographic models
Definitions
- the present invention relates to the field of computer technology, in particular to a method, device, computer equipment and storage medium for constructing a three-dimensional map of an unmanned aerial vehicle.
- an embodiment of the present invention provides a method for constructing a three-dimensional map of a drone, the method including:
- the three-dimensional point cloud map is combined with the target object information to obtain a three-dimensional point cloud map containing the target object information.
- an embodiment of the present invention provides a device for constructing a three-dimensional map of a drone, the device including:
- the extraction module is used to obtain the video frame images taken by the camera, and extract the feature points in each video frame image
- the matching module is used to use the color histogram and scale-invariant feature transformation hybrid matching algorithm to match the feature points between the video frame images to obtain the feature point matching pairs between the video frame images;
- a calculation module configured to calculate the pose transformation matrix between the video frame images according to the feature point matching pair between the video frame images
- a determining module configured to determine the three-dimensional coordinates corresponding to each video frame image according to the pose transformation matrix
- the conversion module is used to convert the 3D coordinates of the feature points in the video frame image to the world coordinate system according to the 3D coordinates corresponding to the video frame image and the corresponding pose transformation matrix to obtain a 3D point cloud map;
- the detection module is configured to use the video frame image as the input of the target detection model to obtain target information in the video frame image detected by the target detection model;
- the combining module is used to combine the three-dimensional point cloud map with the target object information to obtain a three-dimensional point cloud map containing the target object information.
- an embodiment of the present invention provides a computer device including a memory and a processor, the memory stores a computer program, and when the computer program is executed by the processor, the processor executes the following steps:
- the three-dimensional point cloud map is combined with the target object information to obtain a three-dimensional point cloud map containing the target object information.
- an embodiment of the present invention provides a computer-readable storage medium storing a computer program, and when the computer program is executed by a processor, the processor executes the following steps:
- the three-dimensional point cloud map is combined with the target object information to obtain a three-dimensional point cloud map containing the target object information.
- the above-mentioned UAV 3D map construction method, device, computer equipment and storage medium can match the feature points between the video frame images by using the color histogram and the scale-invariant feature transformation hybrid matching algorithm, which can improve the accuracy of feature point matching Degree and real-time.
- the target detection model the target in the video frame image is identified and detected, and the target information is combined with the 3D point cloud map to obtain a 3D point cloud map containing the object information, so that the established 3D point cloud map contains There is more information.
- the accuracy of 3D map construction is improved by mixing and matching color histograms and scale-invariant feature transformations, and combined with the target information obtained by the target detection model to make the 3D point cloud map contain richer content, which is useful for follow-up Provide support for optimal path planning.
- Figure 1 is a flowchart of a method for constructing a three-dimensional map of a drone in an embodiment
- Fig. 2 is a schematic diagram of a method for constructing a three-dimensional map of a drone in an embodiment
- FIG. 3 is a schematic diagram of combining color histogram and SIFT feature matching in an embodiment
- Figure 4 is a schematic diagram of training and prediction of a drone target detection model based on deep learning in an embodiment
- Fig. 5 is a structural block diagram of a device for constructing a three-dimensional map of a drone in an embodiment
- Fig. 6 is a structural block diagram of a device for constructing a three-dimensional map of a drone in another embodiment
- FIG. 7 is a structural block diagram of a device for constructing a three-dimensional map of a drone in another embodiment
- Figure 8 is an internal structure diagram of a computer device in an embodiment.
- a method for constructing a three-dimensional map of a drone is proposed.
- the method for constructing a three-dimensional map of a drone is applied to a drone or a terminal or server connected to the drone.
- it is applied to a drone.
- the man-machine Take the man-machine as an example, it specifically includes the following steps:
- Step 102 Obtain video frame images captured by the camera, and extract feature points in each video frame image.
- feature points can be simply understood as more prominent points in the image, such as contour points, bright spots in a darker area, and dark spots in a brighter area.
- the camera of the drone may use an RGB-D camera to obtain the color image and depth image obtained by shooting, and align the obtained color image and depth image in time, and then extract the features in the color image Point, feature point feature extraction can use color histogram and scale-invariant feature transformation for feature extraction.
- Step 104 Use a color histogram and a scale-invariant feature transform hybrid matching algorithm to match the feature points between the video frame images to obtain a feature point matching pair between the video frame images.
- the color histogram matching algorithm focuses on the matching of color features
- the scale invariant feature transform (SIFT) focuses on the matching of shape features. Therefore, the color histogram matching algorithm and the scale transformation feature transformation are mixed, that is, the "color” of the color histogram is combined with the "shape" of the SIFT algorithm, which improves the accuracy of feature recognition and the accuracy of feature point matching
- it is also beneficial to improve the real-time performance of recognition thereby helping to improve the real-time performance and accuracy of subsequent 3D point cloud map generation.
- feature matching is performed according to the features of the feature points to obtain feature point matching pairs between the video frame images. Since the drone is constantly flying, the position of the same point in the real space is different in different video frames. By acquiring the features of the feature points in the front and rear video frames, and then matching according to the features, the real space is obtained. The position of the same point in different video frames.
- two adjacent video frame images are obtained, the features of multiple feature points are extracted from the previous video frame image and the next video frame image, and then the features of the feature points are matched to obtain the previous one
- the matching feature points in the video frame image and the following video frame image form a feature point matching pair.
- the feature points in the previous video frame image are respectively P1, P2, P3..., Pn
- the corresponding matching feature points in the next video frame image are respectively Q1, Q2, Q3..., Qn.
- P1 and Q1 are feature point matching pairs
- P2 and Q2 are feature point matching pairs
- P3 and Q3 are feature point matching pairs.
- Feature point matching can use Brute Force or Fast Nearest Neighbor (FLANN) algorithm for feature matching.
- FLANN Brute Force or Fast Nearest Neighbor
- the Fast Nearest Neighbor algorithm judges whether the ratio between the closest matching distance and the next-closest matching distance exceeds a set threshold. If it exceeds the preset threshold, it is determined that the matching is successful, thereby reducing mismatched point pairs.
- Step 106 Calculate the pose transformation matrix between the video frame images according to the feature point matching pair between the video frame images.
- the pose transformation matrix between the video frame images can be calculated according to the correspondence between the positions.
- Step 108 Determine the three-dimensional coordinates corresponding to each video frame image according to the pose transformation matrix.
- the three-dimensional coordinates corresponding to the video frame image refer to the three-dimensional coordinates corresponding to the camera in the drone.
- the three-dimensional coordinates of any video frame image can be calculated according to the transformation relationship.
- the three-dimensional coordinates corresponding to the video frame image actually refer to the camera shooting the video frame image.
- the three-dimensional point coordinates corresponding to the location refer to the three-dimensional coordinates corresponding to the location.
- Step 110 Convert the three-dimensional coordinates of the feature points in the video frame image to the world coordinate system according to the three-dimensional coordinates corresponding to the video frame image and the corresponding pose transformation matrix to obtain a three-dimensional point cloud map.
- the coordinates of the feature points in the video frame image are also in the camera coordinate system, in order to convert the coordinates of the feature points to In the world coordinate system, the transformation is performed according to the pose transformation matrix to obtain the three-dimensional coordinates of the feature points in the world coordinates, thereby obtaining a three-dimensional point cloud map.
- Step 112 The video frame image is used as the input of the target detection model, and the target object information in the video frame image detected by the target detection model is obtained.
- the target detection model is obtained by pre-training, and the target detection model is used to detect the target object appearing in the video frame image, for example, a car. Since the video frame image may contain multiple objects, if the category of each object needs to be recognized, multiple target detection models need to be trained accordingly. After the target detection model is trained, the video frame image is used as the input of the target detection model, and the target object and the location of the target object in the video frame image can be detected.
- Step 114 Combine the three-dimensional point cloud map with the target object information to obtain a three-dimensional point cloud map containing the target object information.
- the feature points corresponding to the target can be determined, and the target information corresponding to the feature points can be marked in Three-dimensional point cloud map, so that the established three-dimensional point cloud map has a richer amount of information.
- the target detection model is used for local perception, and the construction of the 3D point cloud map is based on global perception, which combines global perception and local perception, thereby increasing the richness of the 3D point cloud map.
- the above-mentioned UAV 3D map construction method uses a color histogram and a scale-invariant feature transformation hybrid matching algorithm to match feature points between video frame images, which can improve the accuracy and real-time performance of feature point matching.
- the target in the video frame image is identified and detected, and the target information is combined with the 3D point cloud map to obtain a 3D point cloud map containing the object information, so that the established 3D point cloud map contains There is more information.
- the accuracy of 3D map construction is improved by mixing and matching color histograms and scale-invariant feature transformations, and combined with the target information obtained by the target detection model to make the 3D point cloud map contain richer content, which is useful for follow-up
- the optimal path planning provides support and improves the intelligent level of drone environment perception.
- a schematic diagram of a method for constructing a three-dimensional map of a UAV includes two parts: global perception and local perception.
- global perception a mixed structural framework of color histogram and SIFT features is used for matching, and then positioning and 3D point cloud map construction are performed.
- Local perception uses the target detection model to identify the target in the video frame image. Finally, the two are combined to obtain a three-dimensional point cloud map containing the target information.
- the use of a color histogram and a scale-invariant feature transformation hybrid matching algorithm to match feature points between video frame images to obtain feature point matching pairs between video frame images includes: using color histograms
- the graph feature matching algorithm matches the feature points between the video frame images to obtain the first matching pair set; the scale-invariant feature transform matching algorithm is used to further match the matching points in the first matching pair set to obtain the target feature points Matching pair.
- the color histogram is used for preliminary feature point matching to obtain the first matching pair set, and then the scale-invariant feature transform matching algorithm is used to further match the matching points in the first matching pair set to obtain the target feature point matching pair .
- the matching of the color histogram adopts Bhattacharyya distance calculation, or adopts Correlation distance calculation.
- FIG. 3 it is a schematic diagram of the combination of color histogram and SIFT feature matching in an embodiment, and the two are in a cascade relationship.
- calculating the pose transformation matrix between the video frame images according to the feature point matching pair between the video frame images includes: obtaining the three-dimensional coordinates of each feature point in the feature point matching pair; Calculate the converted three-dimensional coordinates obtained by converting the three-dimensional coordinates of the feature points in one video frame image to another video frame image; obtain the target three-dimensional coordinates corresponding to the corresponding matching feature points in the other video frame image; The coordinates and the three-dimensional coordinates of the target are calculated to obtain a pose transformation matrix.
- the three-dimensional coordinates of each feature point are obtained.
- the three-dimensional coordinates are obtained from the color image and the depth image taken by the RGB-D camera.
- the color image is used to identify the x and x of the feature point.
- the y value, the depth image is used to obtain the corresponding z value.
- the feature point matching pairs are regarded as two sets respectively, the set of feature points in the first video frame image is ⁇ P
- P i ⁇ R 3 , i 1, 2...N ⁇ , The set of feature points in the second video frame image is ⁇ Q
- Q i ⁇ R 3 , i 1, 2...N ⁇ , the error between the two point sets is taken as the cost function, and the minimum of the cost function Calculate the corresponding rotation matrix R and translation vector t. It can be expressed by the following formula:
- R and t are rotation matrix and translation vector respectively.
- the steps of the iterative closest point algorithm are:
- the rotation matrix and translation vector with constraints can be expressed by unconstrained Lie algebra, and the number of feature points whose error distance is less than the set threshold, that is, the number of interior points, can be recorded. If the error distance E d calculated in step 3) is less than the threshold and the interior point is greater than the set threshold, or if the number of iterations reaches the set threshold, the iteration ends; if not, then go to step 1) for the next iteration.
- the target detection model is obtained based on deep learning model training; before the video frame image is used as the input of the target detection model to obtain the detected target object output by the target detection model, It also includes: acquiring training video image samples, the training video image samples including positive samples and negative samples, the positive samples include a target and a position mark of the target in the video image; according to the training video The image samples train the target detection model to obtain a trained target detection model.
- the target detection model is obtained by training with a deep learning model.
- a deep learning model In order to train the target detection model, first obtain the training video image sample, and set the positive sample and the negative sample.
- the positive sample is the video image that contains the target and the position mark of the target in the video image. It can be detected through training.
- Target detection model of the target As shown in FIG. 4, in one embodiment, the training and prediction schematic diagram of the UAV target detection model based on deep learning is divided into two parts: preprocessing and real-time detection.
- To detect targets in real time first perform pre-processing operations on the data collected by the drone, divide the collected video stream into video frame images, mark the targets in the images, and divide them into training and test data sets, using depth
- the learning framework trains the model, and then applies the saved model to the video stream returned by the platform to complete the real-time detection of the target.
- Use a small drone carrier equipped with an industrial camera, extensively sample a large number of video data for the scene under the drone's perspective, determine the identification target of the drone, and mark the required identification target in the acquired video data.
- Use the preprocessed data to train the neural network model, adjust the model parameters until the training results meet the convergence conditions, save the training model for subsequent target detection, load the trained model to the drone, and use the drone to detect the target Experiment and continuously adjust the optimization model.
- the deep learning model adopts the YOLOv3 network structure (also called Darknet-53), and adopts a fully convolutional network, including: the introduction of a residual (residual) structure, that is, the ResNet layer jump connection method, and a large number of residuals Poor network characteristics.
- Convolution with a step size of 2 is used for down-sampling, while up-sampling and route operations are used to perform 3 detections in a network structure.
- Use dimensional clustering as anchor boxes to predict bounding boxes, and use the sum of squared error losses during training to predict the object score of each bounding box through logistic regression. If the previous bounding box is not the best, and the object to be tested overlaps a certain threshold, we will ignore this prediction and continue.
- the threshold 0.5 system uses the threshold 0.5 system to assign only one bounding box to each object under test. If the previous bounding box is not assigned to the object to be measured, there will be no loss of coordinates or category prediction. Each box uses multi-label classification to predict the classes that the bounding box may contain. In the training process, binary cross-entropy loss is used for category prediction.
- the YOLOv3 lightweight target detection neural network structure is applied to the UAV platform, which improves the ability of real-time target recognition under the limited computing power of the UAV.
- the combining the three-dimensional point cloud map with the target object information to obtain a three-dimensional point cloud map containing the target object information includes: acquiring the detected target object in the video frame image Location; determining a matching feature point according to the target location; marking the target information to the three-dimensional point cloud map according to the feature point.
- the target information matching the feature point is determined, and the target information is marked on the three-dimensional point cloud map.
- the target information is marked on the three-dimensional point cloud map.
- the method further includes: obtaining measurement data measured by an inertial measurement unit; calculating an initial pose transformation matrix between video frames according to the measurement data;
- the feature point matching pair calculated to obtain the pose transformation matrix between the video frame images includes: calculating the target position between the video frames according to the feature point matching pair between the initial pose transformation matrix and the video frame image Pose transformation matrix.
- an inertial measurement unit is a device that measures the three-axis attitude angle (or angular velocity) and acceleration of an object.
- the inertial measurement unit is used as the inertial parameter measurement device of the UAV.
- the device includes a three-axis gyroscope, a three-axis acceleration and a three-axis magnetometer.
- the UAV can directly read the measurement data measured by the inertial measurement unit.
- the measurement data includes: angular velocity, acceleration, and magnetometer data.
- the UAV's pose transformation matrix can be directly calculated based on the measurement data. Because the inertial measurement unit will have accumulated errors, the obtained UAV pose transformation matrix is not enough accurate.
- the pose transformation matrix includes a rotation matrix R and a translation vector t.
- the initial pose transformation matrix corresponding to the measurement data is calculated by using a complementary filtering algorithm. After the initial pose transformation matrix is obtained, the initial pose transformation matrix is used as the initial matrix, and the Iterative Closest Point (ICP) algorithm is used to calculate the target between the video frames according to the feature point matching pair between the video frame images.
- ICP Iterative Closest Point
- the method further includes: calculating the distance between the current video frame and the previous key frame If the amount of movement is greater than the preset threshold, the current video frame is used as a key frame; when the current video frame is a key frame, the current video frame is matched with the key frame in the previous key frame library, if the If there is a key frame matching the current video frame in the key frame library, the current video frame is taken as the loop frame; the corresponding pose transformation matrix is optimized and updated according to the loop frame to obtain the updated pose transformation matrix;
- the pose transformation matrix determining the three-dimensional coordinates corresponding to each video frame image includes: determining the three-dimensional coordinates corresponding to each video frame image according to the updated pose transformation matrix.
- the calculation complexity can be reduced by extracting key frames. Since the captured video frames are relatively dense, for example, generally 30 frames can be captured within one second. It can be seen that the similarity between frames is very high, or even the same, so if you calculate each frame, it will undoubtedly increase the calculation. the complexity. Therefore, the complexity can be reduced by extracting key frames. Specifically, first take the first video frame as a key frame, and then calculate the amount of motion between the current video frame and the previous key frame. If the amount of motion is within a certain threshold range, select the key frame, where the calculation formula of the amount of motion is:
- E m represents a measure of the amount of exercise
- t x, t y, t z t represents the translation vector three translational distance
- ⁇ 1 and ⁇ 2 are the balance weights of translation and rotation respectively. For the visual field shot by the camera, rotation is easier to bring about larger scene changes than translation Therefore, the value of ⁇ 2 is larger than ⁇ 1 , and the specific value should be adjusted according to the specific situation.
- the loop detection method is used to optimize and update the obtained pose transformation matrix.
- a closed loop detection algorithm is used for loop detection. After the loop detection is performed, the target pose transformation matrix is updated and optimized according to the loop detection result to obtain a more accurate pose transformation matrix, which is called "updated pose transformation matrix" for distinction. Determine the three-dimensional coordinates corresponding to each video frame image according to the updated pose transformation matrix.
- a three-dimensional map construction device for drones which includes:
- the extraction module 502 is configured to obtain video frame images taken by the camera, and extract feature points in each video frame image
- the matching module 504 is configured to use a color histogram and a scale-invariant feature transform hybrid matching algorithm to match feature points between video frame images to obtain feature point matching pairs between video frame images;
- the calculation module 506 is configured to calculate the pose transformation matrix between the video frame images according to the feature point matching pairs between the video frame images;
- the determining module 508 is configured to determine the three-dimensional coordinates corresponding to each video frame image according to the pose transformation matrix
- the conversion module 510 is configured to convert the 3D coordinates of the feature points in the video frame image to the world coordinate system according to the 3D coordinates corresponding to the video frame image and the corresponding pose transformation matrix to obtain a 3D point cloud map;
- the detection module 512 is configured to use the video frame image as the input of the target detection model, and obtain target information in the video frame image detected by the target detection model;
- the combining module 514 is configured to combine the three-dimensional point cloud map with the target object information to obtain a three-dimensional point cloud map containing the target object information.
- the matching module 504 is further configured to use a color histogram feature matching algorithm to match feature points between video frame images to obtain a first set of matching pairs; use a scale-invariant feature transform matching algorithm to The first matching pair further matches the matching points in the set to obtain the target feature point matching pair.
- the calculation module 506 is further configured to obtain the three-dimensional coordinates of each feature point in the feature point matching pair; calculate the conversion obtained by converting the three-dimensional coordinates of the feature point in one video frame image to another video frame image Three-dimensional coordinates; obtain the target three-dimensional coordinates corresponding to the corresponding matching feature points in the another video frame image; calculate the pose transformation matrix according to the converted three-dimensional coordinates and the target three-dimensional coordinates.
- the target detection model is obtained based on deep learning model training;
- the above-mentioned three-dimensional map construction device for drones further includes: a training module for obtaining training video image samples, the training video image samples including positive Samples and negative samples, the positive sample includes a target and a position mark of the target in the video image; training the target detection model according to the training video image sample to obtain a trained target detection model.
- the combining module 514 is also used to obtain the target position of the detected target in the video frame image; determine the matching feature point according to the target position; according to the feature point, the The object category information is marked on the three-dimensional point cloud map.
- the above-mentioned three-dimensional map construction device for drones further includes:
- the initial calculation module 505 is configured to obtain measurement data measured by the inertial measurement unit, and calculate an initial pose transformation matrix between video frames according to the measurement data;
- the calculation module is further configured to include: calculating the target pose transformation matrix between the video frames according to the feature point matching pair between the initial pose transformation matrix and the video frame image.
- the above-mentioned three-dimensional map construction device for drones further includes:
- the key frame determination module 516 is used to calculate the amount of motion between the current video frame and the previous key frame. If the amount of motion is greater than the preset threshold, the current video frame is used as the key frame.
- the loopback frame determination module 518 is configured to match the current video frame with a key frame in the previous key frame library when the current video frame is a key frame, and if there is a key frame in the key frame library that matches the current video frame Key frame, the current video frame is used as a loopback frame.
- the optimization module 520 is configured to optimize and update the corresponding pose transformation matrix according to the loop frame to obtain an updated pose transformation matrix.
- the determining module 508 is further configured to determine the three-dimensional coordinates corresponding to each video frame image according to the updated pose transformation matrix.
- Fig. 8 shows an internal structure diagram of a computer device in an embodiment.
- the computer equipment can be a drone, or a terminal or server connected to the drone.
- the computer device includes a processor, a memory, and a network interface connected through a system bus.
- the memory includes a non-volatile storage medium and an internal memory.
- the non-volatile storage medium of the computer device stores an operating system and may also store a computer program.
- the processor can enable the processor to implement the method for constructing a three-dimensional map of the drone.
- a computer program may also be stored in the internal memory, and when the computer program is executed by the processor, the processor can execute the method for constructing a three-dimensional map of the UAV.
- the network interface is used to communicate with an external device.
- FIG. 8 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device to which the solution of the present application is applied.
- the specific computer device may Including more or fewer parts than shown in the figure, or combining some parts, or having a different arrangement of parts.
- the method for constructing a three-dimensional map of an unmanned aerial vehicle can be implemented in the form of a computer program, and the computer program can be run on a computer device as shown in FIG. 8.
- the memory of the computer equipment can store various program templates that make up the UAV 3D map construction device. For example, the extraction module 502, the matching module 504, the calculation module 506, the determination module 508, the conversion module 510, the detection module 512, and the combination module 514.
- a computer device includes a memory and a processor.
- the memory stores a computer program.
- the processor executes the following steps: acquiring video frame images captured by a camera, and extracting The feature points in each video frame image; the color histogram and the scale-invariant feature transformation hybrid matching algorithm are used to match the feature points between the video frame images to obtain the feature point matching pairs between the video frame images; according to the The feature point matching pair between the video frame images is calculated to obtain the pose transformation matrix between the video frame images; the three-dimensional coordinates corresponding to each video frame image are determined according to the pose transformation matrix; the three-dimensional coordinates corresponding to the video frame images and The corresponding pose transformation matrix converts the three-dimensional coordinates of the feature points in the video frame image to the world coordinate system to obtain a three-dimensional point cloud map; use the video frame image as the input of the target detection model to obtain the target detection model detection The target object information in the obtained video frame image; combining the three-dimensional point cloud map with the target object information to obtain a three
- the use of a color histogram and a scale-invariant feature transformation hybrid matching algorithm to match feature points between video frame images to obtain feature point matching pairs between video frame images includes: using color histograms
- the graph feature matching algorithm matches the feature points between the video frame images to obtain the first matching pair set; the scale-invariant feature transform matching algorithm is used to further match the matching points in the first matching pair set to obtain the target feature points Matching pair.
- calculating the pose transformation matrix between the video frame images according to the feature point matching pair between the video frame images includes: obtaining the three-dimensional coordinates of each feature point in the feature point matching pair; Calculate the converted three-dimensional coordinates obtained by converting the three-dimensional coordinates of the feature points in one video frame image to another video frame image; obtain the target three-dimensional coordinates corresponding to the corresponding matching feature points in the other video frame image; The coordinates and the three-dimensional coordinates of the target are calculated to obtain a pose transformation matrix.
- the target detection model is obtained based on deep learning model training; before the video frame image is used as the input of the target detection model to obtain the detected target object output by the target detection model, It also includes: acquiring training video image samples, the training video image samples including positive samples and negative samples, the positive samples include a target and a position mark of the target in the video image; according to the training video The image samples train the target detection model to obtain a trained target detection model.
- the combining the three-dimensional point cloud map with the target object information to obtain a three-dimensional point cloud map containing the target object information includes: acquiring the detected target object in the video frame image Location; determining a matching feature point according to the target location; marking the object category information to the three-dimensional point cloud map according to the feature point.
- the computer program when the computer program is processed by the processor, it is also used to perform the following steps: obtain measurement data measured by the inertial measurement unit; calculate the initial pose between video frames based on the measurement data Transformation matrix; said calculating the pose transformation matrix between the video frame images according to the feature point matching pair between the video frame images, including: according to the initial pose transformation matrix and the video frame image The feature point matching pair is calculated to obtain the target pose transformation matrix between the video frames.
- the current video frame is taken as the loop frame; the corresponding pose is transformed according to the loop frame
- a computer-readable storage medium storing a computer program.
- the processor executes the following steps: acquiring video frame images taken by a camera, and extracting features in each video frame image Point; use color histogram and scale-invariant feature transformation hybrid matching algorithm to match feature points between video frame images to obtain feature point matching pairs between video frame images; according to the feature points between the video frame images The matching pair is calculated to obtain the pose transformation matrix between the video frame images; the three-dimensional coordinates of each video frame image are determined according to the pose transformation matrix; the three-dimensional coordinates corresponding to the video frame images and the corresponding pose transformation matrix The three-dimensional coordinates of the feature points in the frame image are converted to the world coordinate system to obtain a three-dimensional point cloud map; the video frame image is used as the input of the target detection model to obtain the target in the video frame image detected by the target detection model Object information; combining the three-dimensional point cloud map with the target object information to obtain a three-dimensional point cloud map containing the target object information.
- the use of a color histogram and a scale-invariant feature transformation hybrid matching algorithm to match feature points between video frame images to obtain feature point matching pairs between video frame images includes: using color histograms
- the graph feature matching algorithm matches the feature points between the video frame images to obtain the first matching pair set; the scale-invariant feature transform matching algorithm is used to further match the matching points in the first matching pair set to obtain the target feature points Matching pair.
- calculating the pose transformation matrix between the video frame images according to the feature point matching pair between the video frame images includes: obtaining the three-dimensional coordinates of each feature point in the feature point matching pair; Calculate the converted three-dimensional coordinates obtained by converting the three-dimensional coordinates of the feature points in one video frame image to another video frame image; obtain the target three-dimensional coordinates corresponding to the corresponding matching feature points in the other video frame image; The coordinates and the three-dimensional coordinates of the target are calculated to obtain a pose transformation matrix.
- the target detection model is obtained based on deep learning model training; before the video frame image is used as the input of the target detection model to obtain the detected target object output by the target detection model, It also includes: acquiring training video image samples, the training video image samples including positive samples and negative samples, the positive samples include a target and a position mark of the target in the video image; according to the training video The image samples train the target detection model to obtain a trained target detection model.
- the combining the three-dimensional point cloud map with the target object information to obtain a three-dimensional point cloud map containing the target object information includes: acquiring the detected target object in the video frame image Location; determining a matching feature point according to the target location; marking the object category information to the three-dimensional point cloud map according to the feature point.
- the computer program when the computer program is processed by the processor, it is also used to perform the following steps: obtain measurement data measured by the inertial measurement unit; calculate the initial pose between video frames based on the measurement data Transformation matrix; said calculating the pose transformation matrix between the video frame images according to the feature point matching pair between the video frame images, including: according to the initial pose transformation matrix and the video frame image The feature point matching pair is calculated to obtain the target pose transformation matrix between the video frames.
- the current video frame is taken as the loop frame; the corresponding pose is transformed according to the loop frame
- Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
- Volatile memory may include random access memory (RAM) or external cache memory.
- RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain Channel (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.
- SRAM static RAM
- DRAM dynamic RAM
- SDRAM synchronous DRAM
- DDRSDRAM double data rate SDRAM
- ESDRAM enhanced SDRAM
- SLDRAM synchronous chain Channel
- memory bus Radbus direct RAM
- RDRAM direct memory bus dynamic RAM
- RDRAM memory bus dynamic RAM
Landscapes
- Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Geometry (AREA)
- Software Systems (AREA)
- Remote Sensing (AREA)
- Computer Graphics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (10)
- 一种无人机三维地图构建方法,其特征在于,所述方法包括:获取相机拍摄得到的视频帧图像,提取每个视频帧图像中的特征点;采用颜色直方图和尺度不变特征变换混合匹配算法对视频帧图像之间的特征点进行匹配,得到视频帧图像之间的特征点匹配对;根据所述视频帧图像之间的特征点匹配对计算得到视频帧图像之间的位姿变换矩阵;根据所述位姿变换矩阵确定每个视频帧图像对应的三维坐标;根据视频帧图像对应的三维坐标和相应的位姿变换矩阵将视频帧图像中的特征点的三维坐标转换到世界坐标系下,得到三维点云地图;将所述视频帧图像作为目标检测模型的输入,获取所述目标检测模型检测得到的视频帧图像中的目标物信息;将所述三维点云地图与所述目标物信息结合,得到包含有目标物信息的三维点云地图。
- 根据权利要求1所述的方法,其特征在于,所述采用颜色直方图和尺度不变特征变换混合匹配算法对视频帧图像之间的特征点进行匹配,得到视频帧图像之间的特征点匹配对,包括:采用颜色直方图特征匹配算法对视频帧图像之间的特征点进行匹配,得到第一匹配对集合;采用尺度不变特征变换匹配算法对所述第一匹配对集合中的匹配点进行进一步匹配得到目标特征点匹配对。
- 根据权利要求1所述的方法,其特征在于,根据所述视频帧图像之间的特征点匹配对计算得到视频帧图像之间的位姿变换矩阵,包括:获取所述特征点匹配对中每个特征点的三维坐标;计算将一个视频帧图像中特征点的三维坐标转换到另一视频帧图像得到的转换三维坐标;获取所述另一视频帧图像中相应匹配的特征点对应的目标三维坐标;根据所述转换三维坐标和所述目标三维坐标计算得到位姿变换矩阵。
- 根据权利要求1所述的方法,其特征在于,所述目标检测模型是基于深度学习模型训练得到的;在所述将所述视频帧图像作为目标检测模型的输入,获取所述目标检测模型输出的检测得到目标物之前,还包括:获取训练视频图像样本,所述训练视频图像样本包括正样本和负样本,所述正样本中包括有目标物以及所述目标物在所述视频图像中位置标记;根据所述训练视频图像样本对所述目标检测模型进行训练,得到训练好的目标检测模型。
- 根据权利要求1所述的方法,其特征在于,所述将所述三维点云地图与所述目标物信息结合,得到包含有目标物信息的三维点云地图,包括:获取检测得到的目标物在视频帧图像中的目标位置;根据所述目标位置确定与之匹配的特征点;根据所述特征点将所述物体类别信息标注到所述三维点云地图。
- 根据权利要求1所述的方法,其特征在于,所述方法还包括:获取惯性测量单元测量得到的测量数据;根据所述测量数据计算得到视频帧之间的初始位姿变换矩阵;所述根据所述视频帧图像之间的特征点匹配对计算得到视频帧图像之间的位姿变换矩阵,包括:根据所述初始位姿变换矩阵和所述视频帧图像之间的特征点匹配对计算得到视频帧之间的目标位姿变换矩阵。
- 根据权利要求1所述的方法,其特征在于,在所述根据所述视频帧图像之间的特征点匹配对计算得到视频帧图像之间的位姿变换矩阵之后,还包括:计算当前视频帧与前一关键帧之间的运动量,若运动量大于预设阈值,则将当前视频帧作为关键帧;当所述当前视频帧为关键帧时,将当前视频帧与之前的关键帧库中的关键帧进行匹配,若所述关键帧库中存在与当前视频帧匹配的关键帧,则将当前视 频帧作为回环帧;根据所述回环帧对相应的位姿变换矩阵进行优化更新,得到更新位姿变换矩阵;所述根据所述位姿变换矩阵确定每个视频帧图像对应的三维坐标,包括:根据所述更新位姿变换矩阵确定每个视频帧图像对应的三维坐标。
- 一种无人机三维地图构建装置,其特征在于,所述装置包括:提取模块,用于获取相机拍摄得到的视频帧图像,提取每个视频帧图像中的特征点;匹配模块,用于采用颜色直方图和尺度不变特征变换混合匹配算法对视频帧图像之间的特征点进行匹配,得到视频帧图像之间的特征点匹配对;计算模块,用于根据所述视频帧图像之间的特征点匹配对计算得到视频帧图像之间的位姿变换矩阵;确定模块,用于根据所述位姿变换矩阵确定每个视频帧图像对应的三维坐标;转换模块,用于根据视频帧图像对应的三维坐标和相应的位姿变换矩阵将视频帧图像中的特征点的三维坐标转换到世界坐标系下,得到三维点云地图;检测模块,用于将所述视频帧图像作为目标检测模型的输入,获取所述目标检测模型检测得到的视频帧图像中的目标物信息;结合模块,用于将所述三维点云地图与所述目标物信息结合,得到包含有目标物信息的三维点云地图。
- 一种计算机设备,包括存储器和处理器,所述存储器存储有计算机程序,所述计算机程序被所述处理器执行时,使得所述处理器执行如权利要求1至7中任一项所述方法的步骤。
- 一种计算机可读存储介质,存储有计算机程序,所述计算机程序被处理器执行时,使得所述处理器执行如权利要求1至7中任一项所述方法的步骤。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910209625.1 | 2019-03-19 | ||
| CN201910209625.1A CN110047142A (zh) | 2019-03-19 | 2019-03-19 | 无人机三维地图构建方法、装置、计算机设备及存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2020186678A1 true WO2020186678A1 (zh) | 2020-09-24 |
Family
ID=67273899
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2019/097745 Ceased WO2020186678A1 (zh) | 2019-03-19 | 2019-07-25 | 无人机三维地图构建方法、装置、计算机设备及存储介质 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN110047142A (zh) |
| WO (1) | WO2020186678A1 (zh) |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20220198793A1 (en) * | 2019-09-11 | 2022-06-23 | Autel Robotics Co., Ltd. | Target state estimation method and apparatus, and unmanned aerial vehicle |
| CN115375870A (zh) * | 2022-10-25 | 2022-11-22 | 杭州华橙软件技术有限公司 | 回环检测优化方法、电子设备及计算机可读存储装置 |
| CN116033231A (zh) * | 2021-10-27 | 2023-04-28 | 海鹰航空通用装备有限责任公司 | 一种视频直播ar标签叠加方法和装置 |
| CN118058561A (zh) * | 2024-02-07 | 2024-05-24 | 东莞市智睿智能科技有限公司 | 一种鞋帮入楦质量检测方法、系统、设备及程序产品 |
Families Citing this family (60)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN110047142A (zh) * | 2019-03-19 | 2019-07-23 | 中国科学院深圳先进技术研究院 | 无人机三维地图构建方法、装置、计算机设备及存储介质 |
| CN110487274B (zh) * | 2019-07-30 | 2021-01-29 | 中国科学院空间应用工程与技术中心 | 用于弱纹理场景的slam方法、系统、导航车及存储介质 |
| CN112393720B (zh) * | 2019-08-15 | 2023-05-30 | 纳恩博(北京)科技有限公司 | 目标设备的定位方法及装置、存储介质、电子装置 |
| CN110490131B (zh) * | 2019-08-16 | 2021-08-24 | 北京达佳互联信息技术有限公司 | 一种拍摄设备的定位方法、装置、电子设备及存储介质 |
| CN110543917B (zh) * | 2019-09-06 | 2021-09-28 | 电子科技大学 | 一种利用行人惯导轨迹与视频信息的室内地图匹配方法 |
| CN110580703B (zh) * | 2019-09-10 | 2024-01-23 | 广东电网有限责任公司 | 一种配电线路的检测方法、装置、设备及存储介质 |
| CN110602456A (zh) * | 2019-09-11 | 2019-12-20 | 安徽天立泰科技股份有限公司 | 航拍焦点的显示方法及系统 |
| CN112241010A (zh) * | 2019-09-17 | 2021-01-19 | 北京新能源汽车技术创新中心有限公司 | 定位方法、装置、计算机设备和存储介质 |
| CN110660134B (zh) * | 2019-09-25 | 2023-05-30 | Oppo广东移动通信有限公司 | 三维地图构建方法、三维地图构建装置及终端设备 |
| CN110705574B (zh) * | 2019-09-27 | 2023-06-02 | Oppo广东移动通信有限公司 | 定位方法及装置、设备、存储介质 |
| CN110880187B (zh) * | 2019-10-17 | 2022-08-12 | 北京达佳互联信息技术有限公司 | 一种相机位置信息确定方法、装置、电子设备及存储介质 |
| CN110728245A (zh) * | 2019-10-17 | 2020-01-24 | 珠海格力电器股份有限公司 | 用于vslam前端处理的优化方法、装置、电子设备及存储介质 |
| CN110826448B (zh) * | 2019-10-29 | 2023-04-07 | 中山大学 | 一种自主更新的室内定位方法 |
| CN111105454B (zh) * | 2019-11-22 | 2023-05-09 | 北京小米移动软件有限公司 | 一种获取定位信息的方法、装置及介质 |
| CN111009012B (zh) * | 2019-11-29 | 2023-07-28 | 四川沃洛佳科技有限公司 | 一种基于计算机视觉的无人机测速方法、存储介质及终端 |
| CN111145339B (zh) * | 2019-12-25 | 2023-06-02 | Oppo广东移动通信有限公司 | 图像处理方法及装置、设备、存储介质 |
| CN111199584B (zh) * | 2019-12-31 | 2023-10-20 | 武汉市城建工程有限公司 | 目标物定位虚实融合方法及装置 |
| CN111105695B (zh) * | 2019-12-31 | 2022-11-25 | 智车优行科技(上海)有限公司 | 地图制作方法、装置、电子设备及计算机可读存储介质 |
| CN111462029B (zh) * | 2020-03-27 | 2023-03-03 | 阿波罗智能技术(北京)有限公司 | 视觉点云与高精地图融合方法、装置和电子设备 |
| CN113853577A (zh) * | 2020-04-28 | 2021-12-28 | 深圳市大疆创新科技有限公司 | 图像的处理方法及装置、可移动平台及其控制终端、计算机可读存储介质 |
| CN111311685B (zh) * | 2020-05-12 | 2020-08-07 | 中国人民解放军国防科技大学 | 一种基于imu与单目图像的运动场景重构无监督方法 |
| CN111586360B (zh) * | 2020-05-14 | 2021-09-10 | 佳都科技集团股份有限公司 | 一种无人机投影方法、装置、设备及存储介质 |
| CN111814731B (zh) * | 2020-07-23 | 2023-12-01 | 科大讯飞股份有限公司 | 一种坐姿检测方法、装置、设备及存储介质 |
| CN114119885A (zh) * | 2020-08-11 | 2022-03-01 | 中国电信股份有限公司 | 图像特征点匹配方法、装置及系统、地图构建方法及系统 |
| CN112215714B (zh) * | 2020-09-08 | 2024-05-10 | 北京农业智能装备技术研究中心 | 基于无人机的稻穗检测方法及装置 |
| CN111968242B (zh) * | 2020-09-11 | 2024-05-31 | 国家管网集团西南管道有限责任公司 | 管道工程建设的管沟测量方法及系统 |
| CN112419375B (zh) * | 2020-11-18 | 2023-02-03 | 青岛海尔科技有限公司 | 特征点的匹配方法及装置、存储介质、电子装置 |
| CN116134488B (zh) * | 2020-12-23 | 2025-02-18 | 深圳元戎启行科技有限公司 | 点云标注方法、装置、计算机设备和存储介质 |
| CN112613107B (zh) * | 2020-12-26 | 2024-10-18 | 广东电网有限责任公司 | 杆塔工程确定施工进度的方法、装置、存储介质及设备 |
| CN112819889B (zh) * | 2020-12-30 | 2024-05-10 | 浙江大华技术股份有限公司 | 位置信息的确定方法及装置、存储介质、电子装置 |
| CN112634370A (zh) * | 2020-12-31 | 2021-04-09 | 广州极飞科技有限公司 | 一种无人机打点方法、装置、设备及存储介质 |
| CN114842156B (zh) * | 2021-02-01 | 2025-08-12 | 华为技术有限公司 | 一种三维地图的构建方法及装置 |
| CN112966718B (zh) * | 2021-02-05 | 2023-12-19 | 深圳市优必选科技股份有限公司 | 图像识别方法、装置及通信设备 |
| CN112819892B (zh) * | 2021-02-08 | 2022-11-25 | 北京航空航天大学 | 图像处理方法和装置 |
| CN112950667B (zh) * | 2021-02-10 | 2023-12-22 | 中国科学院深圳先进技术研究院 | 一种视频标注方法、装置、设备及计算机可读存储介质 |
| CN112907550B (zh) * | 2021-03-01 | 2024-01-19 | 创新奇智(成都)科技有限公司 | 一种建筑物检测方法、装置、电子设备及存储介质 |
| CN112950715B (zh) * | 2021-03-04 | 2024-04-30 | 杭州迅蚁网络科技有限公司 | 无人机的视觉定位方法、装置、计算机设备和存储介质 |
| CN112991448B (zh) * | 2021-03-22 | 2023-09-26 | 华南理工大学 | 一种基于颜色直方图的回环检测方法、装置及存储介质 |
| CN113326769B (zh) * | 2021-05-28 | 2022-11-29 | 北京三快在线科技有限公司 | 高精地图生成方法、装置、设备及存储介质 |
| CN113628286B (zh) * | 2021-08-09 | 2024-03-22 | 咪咕视讯科技有限公司 | 视频色域检测方法、装置、计算设备及计算机存储介质 |
| CN113673388A (zh) * | 2021-08-09 | 2021-11-19 | 北京三快在线科技有限公司 | 一种目标物位置的确定方法、装置、存储介质及设备 |
| CN113793414B (zh) * | 2021-08-17 | 2024-08-13 | 中科云谷科技有限公司 | 建立工业现场环境三维视图的方法、处理器及装置 |
| CN115729250A (zh) * | 2021-09-01 | 2023-03-03 | 中移(成都)信息通信科技有限公司 | 一种无人机的飞行控制方法、装置、设备及存储介质 |
| CN116074485A (zh) * | 2021-11-03 | 2023-05-05 | 中国移动通信有限公司研究院 | 一种基于增强现实的通话方法及终端 |
| CN114331818B (zh) * | 2021-12-27 | 2025-06-10 | 北京达佳互联信息技术有限公司 | 视频图像处理方法和视频图像处理装置 |
| CN116664682A (zh) * | 2022-02-17 | 2023-08-29 | 深圳市普渡科技有限公司 | 机器人、地图生成方法和存储介质 |
| CN114782641B (zh) * | 2022-04-01 | 2026-01-20 | 海信视像科技股份有限公司 | 一种vr设备的地图融合方法及电子设备 |
| CN114743116A (zh) * | 2022-04-18 | 2022-07-12 | 蜂巢航宇科技(北京)有限公司 | 一种基于营房巡视场景的无人值守专用载荷系统及方法 |
| CN114596363B (zh) * | 2022-05-10 | 2022-07-22 | 北京鉴智科技有限公司 | 一种三维点云标注方法、装置及终端 |
| CN115049998A (zh) * | 2022-06-14 | 2022-09-13 | 成都信息工程大学 | 点云数据提取方法、装置、电子设备及存储介质 |
| CN115359375A (zh) * | 2022-08-15 | 2022-11-18 | 湖南国科微电子股份有限公司 | 目标地图的构建方法、装置、计算机设备及可读存储介质 |
| CN116170689B (zh) * | 2022-12-29 | 2026-01-20 | 影石创新科技股份有限公司 | 视频生成方法、装置、计算机设备和存储介质 |
| CN116153140B (zh) * | 2023-03-16 | 2025-09-09 | 国能大渡河大数据服务有限公司 | 一种流域应急无人机管理方法及平台 |
| CN116704381B (zh) * | 2023-05-29 | 2025-12-12 | 阿里巴巴(中国)有限公司 | 目标跟踪方法、电子设备以及计算机可读存储介质 |
| CN116912716B (zh) * | 2023-07-12 | 2026-02-06 | 武汉地大信息工程股份有限公司 | 目标定位方法、装置、电子设备及存储介质 |
| CN117115414B (zh) * | 2023-10-23 | 2024-02-23 | 西安羚控电子科技有限公司 | 基于深度学习的无gps无人机定位方法及装置 |
| CN117395377B (zh) * | 2023-12-06 | 2024-03-22 | 上海海事大学 | 基于多视角融合的岸桥海侧安全监控方法、系统、介质 |
| CN118556568B (zh) * | 2024-07-31 | 2024-11-01 | 中国农业科学院草原研究所 | 玉米培育方法及培育系统 |
| CN119151800B (zh) * | 2024-09-14 | 2025-04-15 | 中国人民解放军总医院第七医学中心 | 一种口腔影像的配准融合方法和装置 |
| CN119206120B (zh) * | 2024-11-27 | 2025-02-25 | 珠海创智科技有限公司 | 一种面向高层次任务需求的地图构建方法及系统 |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102663391A (zh) * | 2012-02-27 | 2012-09-12 | 安科智慧城市技术(中国)有限公司 | 一种图像的多特征提取与融合方法及系统 |
| US20170053538A1 (en) * | 2014-03-18 | 2017-02-23 | Sri International | Real-time system for multi-modal 3d geospatial mapping, object recognition, scene annotation and analytics |
| CN108303099A (zh) * | 2018-06-14 | 2018-07-20 | 江苏中科院智能科学技术应用研究院 | 基于三维视觉slam的无人机室内自主导航方法 |
| CN108932475A (zh) * | 2018-05-31 | 2018-12-04 | 中国科学院西安光学精密机械研究所 | 一种基于激光雷达和单目视觉的三维目标识别系统及方法 |
| CN109146935A (zh) * | 2018-07-13 | 2019-01-04 | 中国科学院深圳先进技术研究院 | 一种点云配准方法、装置、电子设备及可读存储介质 |
| CN110047142A (zh) * | 2019-03-19 | 2019-07-23 | 中国科学院深圳先进技术研究院 | 无人机三维地图构建方法、装置、计算机设备及存储介质 |
Family Cites Families (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104835115A (zh) * | 2015-05-07 | 2015-08-12 | 中国科学院长春光学精密机械与物理研究所 | 用于航空相机的图像成像方法及系统 |
| CN106485655A (zh) * | 2015-09-01 | 2017-03-08 | 张长隆 | 一种基于四旋翼飞行器航拍地图生成系统及方法 |
| CN106097304B (zh) * | 2016-05-31 | 2019-04-23 | 西北工业大学 | 一种无人机实时在线地图生成方法 |
| CN106595659A (zh) * | 2016-11-03 | 2017-04-26 | 南京航空航天大学 | 城市复杂环境下多无人机视觉slam的地图融合方法 |
| WO2019119328A1 (zh) * | 2017-12-20 | 2019-06-27 | 深圳市大疆创新科技有限公司 | 一种基于视觉的定位方法及飞行器 |
| CN108692661A (zh) * | 2018-05-08 | 2018-10-23 | 深圳大学 | 基于惯性测量单元的便携式三维测量系统及其测量方法 |
| CN108648240B (zh) * | 2018-05-11 | 2022-09-23 | 东南大学 | 基于点云特征地图配准的无重叠视场相机姿态标定方法 |
| CN109410316B (zh) * | 2018-09-21 | 2023-07-07 | 达闼机器人股份有限公司 | 物体的三维重建的方法、跟踪方法、相关装置及存储介质 |
-
2019
- 2019-03-19 CN CN201910209625.1A patent/CN110047142A/zh active Pending
- 2019-07-25 WO PCT/CN2019/097745 patent/WO2020186678A1/zh not_active Ceased
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102663391A (zh) * | 2012-02-27 | 2012-09-12 | 安科智慧城市技术(中国)有限公司 | 一种图像的多特征提取与融合方法及系统 |
| US20170053538A1 (en) * | 2014-03-18 | 2017-02-23 | Sri International | Real-time system for multi-modal 3d geospatial mapping, object recognition, scene annotation and analytics |
| CN108932475A (zh) * | 2018-05-31 | 2018-12-04 | 中国科学院西安光学精密机械研究所 | 一种基于激光雷达和单目视觉的三维目标识别系统及方法 |
| CN108303099A (zh) * | 2018-06-14 | 2018-07-20 | 江苏中科院智能科学技术应用研究院 | 基于三维视觉slam的无人机室内自主导航方法 |
| CN109146935A (zh) * | 2018-07-13 | 2019-01-04 | 中国科学院深圳先进技术研究院 | 一种点云配准方法、装置、电子设备及可读存储介质 |
| CN110047142A (zh) * | 2019-03-19 | 2019-07-23 | 中国科学院深圳先进技术研究院 | 无人机三维地图构建方法、装置、计算机设备及存储介质 |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20220198793A1 (en) * | 2019-09-11 | 2022-06-23 | Autel Robotics Co., Ltd. | Target state estimation method and apparatus, and unmanned aerial vehicle |
| US12315244B2 (en) * | 2019-09-11 | 2025-05-27 | Autel Robotics Co., Ltd. | Target state estimation method and apparatus, and unmanned aerial vehicle |
| CN116033231A (zh) * | 2021-10-27 | 2023-04-28 | 海鹰航空通用装备有限责任公司 | 一种视频直播ar标签叠加方法和装置 |
| CN115375870A (zh) * | 2022-10-25 | 2022-11-22 | 杭州华橙软件技术有限公司 | 回环检测优化方法、电子设备及计算机可读存储装置 |
| CN115375870B (zh) * | 2022-10-25 | 2023-02-10 | 杭州华橙软件技术有限公司 | 回环检测优化方法、电子设备及计算机可读存储装置 |
| CN118058561A (zh) * | 2024-02-07 | 2024-05-24 | 东莞市智睿智能科技有限公司 | 一种鞋帮入楦质量检测方法、系统、设备及程序产品 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN110047142A (zh) | 2019-07-23 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2020186678A1 (zh) | 无人机三维地图构建方法、装置、计算机设备及存储介质 | |
| CN109974693B (zh) | 无人机定位方法、装置、计算机设备及存储介质 | |
| JP7326720B2 (ja) | 移動体位置推定システムおよび移動体位置推定方法 | |
| CN110047108B (zh) | 无人机位姿确定方法、装置、计算机设备及存储介质 | |
| CN111862201B (zh) | 一种基于深度学习的空间非合作目标相对位姿估计方法 | |
| CN110969648A (zh) | 一种基于点云序列数据的3d目标跟踪方法及系统 | |
| Cepni et al. | Vehicle detection using different deep learning algorithms from image sequence | |
| CN115861860B (zh) | 一种无人机的目标跟踪定位方法和系统 | |
| CN117036989A (zh) | 基于计算机视觉的微型无人机目标识别与跟踪控制方法 | |
| Ribeiro et al. | Underwater place recognition in unknown environments with triplet based acoustic image retrieval | |
| CN118225096A (zh) | 基于动态特征点剔除和回环检测的多传感器slam方法 | |
| CN117036484B (zh) | 一种基于几何和语义的视觉定位与建图方法、系统、设备及介质 | |
| CN117576149A (zh) | 一种基于注意力机制的单目标跟踪方法 | |
| Yin et al. | M2F2-RCNN: Multi-functional faster RCNN based on multi-scale feature fusion for region search in remote sensing images | |
| Allak et al. | Siamese neural networks in unmanned aerial vehicle target tracking process | |
| CN118096873A (zh) | 基于投影和深度学习的动态目标剔除激光雷达slam处理方法及系统 | |
| CN113744301B (zh) | 移动机器人的运动轨迹估计方法、装置和存储介质 | |
| CN117523428B (zh) | 基于飞行器平台的地面目标检测方法和装置 | |
| CN112016640A (zh) | 基于多特征建图的无人车定位方法、装置和计算机设备 | |
| CN114972733B (zh) | 一种舰船骨架点识别方法 | |
| CN118135260A (zh) | 一种异源空间目标局部图与基准图的匹配对应方法及系统 | |
| CN115116128B (zh) | 一种自约束优化的人体姿态估计方法及系统 | |
| Schwaiger et al. | Ultrafast object detection on high resolution sar images | |
| Wang et al. | Online drone-based moving target detection system in dense-obstructer environment | |
| CN112818837A (zh) | 一种基于姿态校正和困难样本感知的航拍车辆重识别方法 |
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: 19920105 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19920105 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19920105 Country of ref document: EP Kind code of ref document: A1 |
|
| 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 24.03.2022) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 19920105 Country of ref document: EP Kind code of ref document: A1 |