Image stitching technology has application scenarios in many fields. At present, the existing algorithms usually use the method of acquisition first and then synthesis, which is still insufficient in real-time perform...
详细信息
ISBN:
(数字)9798350388725
ISBN:
(纸本)9798350388732
Image stitching technology has application scenarios in many fields. At present, the existing algorithms usually use the method of acquisition first and then synthesis, which is still insufficient in real-time performance; in addition, under the premise of real-time acquisition, it is also insufficient to realize continuous image synthesis. To solve this problem, this algorithm uses the RGB module of the Intel Realsense D435 camera for image acquisition, first creates an original image for storing the final result, collects an image at an interval of 100ms each time, and performs 8*8 hashing of the two images before and after Compare the similarity of the value, take the image with a similarity less than 5/8 and keep it, then use the SIFT (Scale-invariant feature transform) scale-invariant feature transform feature detection algorithm to extract the image feature points from the collected image, and use the RANSAC to extract the feature points The (Random Sample consensus) algorithm screens effective points and calculates the homography transformation matrix at the same time. Finally, every two images collected are synthesized into one and covered in the corresponding position of the result image. Through experiments in this paper, the average time for single acquisition and synthesis is 70ms, achieving the real-time goal. The similarity between the experimental group and the control group can reach 70%, and the resolution is increased by 1.65 times, achieving the goal of continuous splicing.
We present a simple 4-approximation algorithm for computing a maximum agreement forest of multiple unrooted binary trees. This algorithm applies LP rounding to an extension of a recent ILP formulation of the maximum a...
详细信息
Detecting if a graph contains a k-Clique is one of the most fundamental problems in computer science. The asymptotically fastest algorithm runs in time O(nωk/3), where ω is the exponent of Boolean matrix multiplicat...
详细信息
Binary segmentation is the classic greedy algorithm which recursively splits a sequential data set by optimizing some loss or likelihood function. Binary segmentation is widely used for changepoint detection in data s...
详细信息
In this paper, we extend the classical Color Refinement algorithm for static networks to temporal (undirected and directed) networks. This enables us to design an algorithm to sample synthetic networks that preserves ...
详细信息
This paper presents a novel split parallel algorithm for solving quasi-static multiple-network poroelasticity (MPET) equations. By introducing a total pressure variable, the MPET system can be reformulated into a coup...
详细信息
The truncated multidimensional moment problem is studied in terms of the Stieltjes transform as the interpolation problem. A step-by-step algorithm is constructed for the multidimensional moment problem and the set of...
详细信息
We use state-of-art lattice algorithms to improve the upper bound on the lowest counterexample to the Mertens conjecture to ≈ exp(1.96 × 1019), which is significantly below the conjectured value of ≈ exp(5.15 &...
详细信息
We study the cyclic relaxed Douglas-Rachford algorithm for possibly nonconvex, and inconsistent feasibility problems. This algorithm can be viewed as a convex relaxation between the cyclic Douglas-Rachford algorithm f...
详细信息
Increasingly, recommender systems are tasked with improving users’ long-term satisfaction. In this context, we study a content exploration task, which we formalize as a bandit problem with delayed rewards. There is a...
详细信息
暂无评论