Method for obtaining real-time ground position of airport airplane
A technology for airplanes and airports, applied in the field of obtaining real-time ground positions of airports and airplanes based on deep learning technology for target detection, it can solve the problems of high cost and easy loss of positioning signals, and achieve strong professional applicability, highly specific scenarios, and data volume dependence low effect
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment approach
[0037] like figure 2 As shown, the airport aircraft monitoring data is in the form of video, which cannot be directly applied to the target detection model. It must first be converted into a picture and pushed to the Redis message queue, and the speed of at least 25 frames per second must be met. Its implementation is as follows:
[0038] pool = redis.ConnectionPool(host='...', port=6379)
[0039] red = redis.Redis(connection_pool=pool)
[0040] camera = cv2. VideoCapture()
[0041] while True:
[0042] input_bgr = camera. read()
[0043] msg = {'img':input_bgr}
[0044] msg_encode = cPickle. dumps(msg)
[0045] red.lpush("test1",msg_encode)
[0046] S2: Obtain the coordinate transformation matrix between the camera image and the airport calibration point; the acquisition process of the coordinate transformation matrix is as follows image 3As shown, the specific method is: S2.1 Obtain the internal parameters and distortion coefficients of the camera: print a checke...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com