With the development of computer vision technology,panoramic image stitching has been widely used in fields such as scene reconstruction.A single traditional image cannot fully capture the panoramic view of the iconic...With the development of computer vision technology,panoramic image stitching has been widely used in fields such as scene reconstruction.A single traditional image cannot fully capture the panoramic view of the iconic East Gate of the South Campus of Shaanxi University of Technology.Therefore,this project aims to technically fuse multiple partial images into a complete panoramic image,enabling comprehensive recording and visual presentation of the architectural landscapes and spatial environments in this area.This report first introduces the technical background and application scenarios,clarifying the necessity of panoramic image stitching in campus landscape recording.It then elaborates on the core objectives and practical values,highlighting the role of technical solutions in improving image quality.Technically,a modular system design based on OpenCV is adopted,including modules such as image preprocessing,feature extraction and matching,image registration,fusion,and post-processing.Specifically,the SIFT algorithm is applied for feature extraction,KNN combined with ratio testing is used for feature matching,image registration is achieved by calculating the homography matrix,the fusion process utilizes multiband blending and Laplacian pyramid,and post-processing includes operations such as black area filling and CLAHE contrast enhancement.The experiment was conducted in a specific hardware and software environment using five overlapping images.After preprocessing,stitching,detail enhancement,and black edge repair,a panoramic image was successfully generated.The results show that the panoramic image fully presents the relevant scenery,with concealed seams,balanced exposure differences,and strong hierarchical details.This report provides a systematic description of the project’s technical implementation and achievement application.展开更多
The proliferation of low-altitude economic activities has precipitated a significant expansion in the application domains of Unmanned Aerial Vehicle(UAV),transcending the constraints of singular platform operation.Mul...The proliferation of low-altitude economic activities has precipitated a significant expansion in the application domains of Unmanned Aerial Vehicle(UAV),transcending the constraints of singular platform operation.Multi-UAV cooperative online remote sensing image stitching involves several challenges,including image blurriness and deformation caused by platform vibrations,as well as managing vast amounts of data and addressing transmission delays.This paper introduces a real-time system for multi-UAV video stitching that integrates hardware acceleration,pose-guided ROI filtering,and temporal consistency constraints.Data from the onboard GPS and Inertial Measurement Unit(IMU)are used to estimate the overlap between two aerial images.Subsequently,the Graphics Processing Unit(GPU)within an edge computing platform is tasked with swiftly detecting SIFT features within the overlapping image sectors.Feature point matching is performed using a position-guided matching algorithm to compute the homography matrix.The results demonstrate that the RK3588-based edge computing platform exhibits rapid image decoding and stitching capabilities,with an average stitching latency of 36.43ms.Furthermore,this study developed a ground-based human-machine interaction system to present stitched video streams in realtime,thereby improving the operational efficiency and visual quality of multi-UAV aerial surveillance.展开更多
BACKGROUND Wound management is an essential part of emergency medicine practice.A good suture technique should deal a complex irregular traumatic wound without any complications of dehiscence/gaping,infection,delayed ...BACKGROUND Wound management is an essential part of emergency medicine practice.A good suture technique should deal a complex irregular traumatic wound without any complications of dehiscence/gaping,infection,delayed wound healing,frequent dressings and further stay in hospital.There is no ideal technique of suturing for any wound.In pursuit of the new techniques,we have introduced a new suturing technique called combined oblique and vertical everting running(COVER)stitch which has showed good healing with less complications.AIM To compare the outcomes between the COVER stitch and conventional suturing group.METHODS In this study,we included 40 cases which were divided into two groups.Group 1 patients were managed by COVER stitch,and group 2 patients underwent conventional suturing for their wounds.The outcomes were measured in terms of scar quality,suturing duration and length of suture material used,suturing related complications and suture removal time which were compared by t-test usingχ^(2) test.RESULTS Better results were seen in COVER stitch than the conventional suturing.COVER group had significantly better results in terms of time taken for suture,amount suture material used and time taken for suture removal compared to the conventional group.No wound related complications were seen in this group.Moreover,scar formed was also better in COVER group.CONCLUSION COVER stitch is another new technique which can be used to deal simple to complex wounds and it is an emerging idea with good healthy scars with less complications.展开更多
Optical microscopes are essential tools for scientific research,but traditional microscopes are restricted to capturing only two-dimensional(2D)texture information,lacking comprehensive three-dimensional(3D)morphology...Optical microscopes are essential tools for scientific research,but traditional microscopes are restricted to capturing only two-dimensional(2D)texture information,lacking comprehensive three-dimensional(3D)morphology capabilities.Additionally,traditional microscopes are inherently constrained by the limited space-bandwidth product of optical systems,resulting in restricted depth of field(DOF)and field of view(FOV).Attempts to expand DOF and FOV typically come at the cost of diminished resolution.In this paper,we propose a texture-driven FOV stitching algorithm specifically designed for extended depth-of-field(EDOF)microscopy,allowing for the integration of 2D texture and 3D depth data to achieve high-resolution,high-throughput multimodal imaging.Experimental results demonstrate an 11-fold enhancement in DOF and an 8-fold expansion in FOV compared to traditional microscopes,while maintaining axial resolution after FOV extension.展开更多
A multi layer gridless area router is reported.Based on corner stitching,this router adopts tile expansion to explore path for each net.A heuristic method that penalizes nodes deviating from the destination is devise...A multi layer gridless area router is reported.Based on corner stitching,this router adopts tile expansion to explore path for each net.A heuristic method that penalizes nodes deviating from the destination is devised to accelerate the algorithm.Besides,an enhanced interval tree is used to manage the intermediate data structure.In order to improve the completion rate of routing,a new gridless rip up and rerouting algorithm is proposed.The experimental results indicate that the completion rate is improved after the rip up and reroute process and the speed of this algorithm is satisfactory.展开更多
According to the bio-characteristics of the lower and upper cavity surfaces of dental restoration, a stitching approach is proposed based on a virtual zipper working mechanism and a minimization of the surface total c...According to the bio-characteristics of the lower and upper cavity surfaces of dental restoration, a stitching approach is proposed based on a virtual zipper working mechanism and a minimization of the surface total curvature energy, which is used to resolve the stitching problems existing during computer-aided design for dental restorations. First, the two boundaries corresponding to the lower and upper surfaces are triangulated based on the zipper working mechanism to generate the initial stitching surface patch, of which the edges are distributed uniformly between the boundaries. Secondly, the initial stitching surface patch is subdivided and deformed to reconstruct an optimized surface patch according to the bio-characteristics of the teeth. The optimized surface patch is minimally distinguishable from the surrounding mesh in smoothness and density, and it can stitch the upper and lower cavity surfaces naturally. The experimental results show that the dental restorations obtained by the proposed method can satisfy both the shape aesthetic and the fitting accuracy, and meet the requirements of clinical oral medicine.展开更多
文摘With the development of computer vision technology,panoramic image stitching has been widely used in fields such as scene reconstruction.A single traditional image cannot fully capture the panoramic view of the iconic East Gate of the South Campus of Shaanxi University of Technology.Therefore,this project aims to technically fuse multiple partial images into a complete panoramic image,enabling comprehensive recording and visual presentation of the architectural landscapes and spatial environments in this area.This report first introduces the technical background and application scenarios,clarifying the necessity of panoramic image stitching in campus landscape recording.It then elaborates on the core objectives and practical values,highlighting the role of technical solutions in improving image quality.Technically,a modular system design based on OpenCV is adopted,including modules such as image preprocessing,feature extraction and matching,image registration,fusion,and post-processing.Specifically,the SIFT algorithm is applied for feature extraction,KNN combined with ratio testing is used for feature matching,image registration is achieved by calculating the homography matrix,the fusion process utilizes multiband blending and Laplacian pyramid,and post-processing includes operations such as black area filling and CLAHE contrast enhancement.The experiment was conducted in a specific hardware and software environment using five overlapping images.After preprocessing,stitching,detail enhancement,and black edge repair,a panoramic image was successfully generated.The results show that the panoramic image fully presents the relevant scenery,with concealed seams,balanced exposure differences,and strong hierarchical details.This report provides a systematic description of the project’s technical implementation and achievement application.
基金funded by Graduate innovation program of National University of Defense Technology,grant number:XJZH2024016.
文摘The proliferation of low-altitude economic activities has precipitated a significant expansion in the application domains of Unmanned Aerial Vehicle(UAV),transcending the constraints of singular platform operation.Multi-UAV cooperative online remote sensing image stitching involves several challenges,including image blurriness and deformation caused by platform vibrations,as well as managing vast amounts of data and addressing transmission delays.This paper introduces a real-time system for multi-UAV video stitching that integrates hardware acceleration,pose-guided ROI filtering,and temporal consistency constraints.Data from the onboard GPS and Inertial Measurement Unit(IMU)are used to estimate the overlap between two aerial images.Subsequently,the Graphics Processing Unit(GPU)within an edge computing platform is tasked with swiftly detecting SIFT features within the overlapping image sectors.Feature point matching is performed using a position-guided matching algorithm to compute the homography matrix.The results demonstrate that the RK3588-based edge computing platform exhibits rapid image decoding and stitching capabilities,with an average stitching latency of 36.43ms.Furthermore,this study developed a ground-based human-machine interaction system to present stitched video streams in realtime,thereby improving the operational efficiency and visual quality of multi-UAV aerial surveillance.
文摘BACKGROUND Wound management is an essential part of emergency medicine practice.A good suture technique should deal a complex irregular traumatic wound without any complications of dehiscence/gaping,infection,delayed wound healing,frequent dressings and further stay in hospital.There is no ideal technique of suturing for any wound.In pursuit of the new techniques,we have introduced a new suturing technique called combined oblique and vertical everting running(COVER)stitch which has showed good healing with less complications.AIM To compare the outcomes between the COVER stitch and conventional suturing group.METHODS In this study,we included 40 cases which were divided into two groups.Group 1 patients were managed by COVER stitch,and group 2 patients underwent conventional suturing for their wounds.The outcomes were measured in terms of scar quality,suturing duration and length of suture material used,suturing related complications and suture removal time which were compared by t-test usingχ^(2) test.RESULTS Better results were seen in COVER stitch than the conventional suturing.COVER group had significantly better results in terms of time taken for suture,amount suture material used and time taken for suture removal compared to the conventional group.No wound related complications were seen in this group.Moreover,scar formed was also better in COVER group.CONCLUSION COVER stitch is another new technique which can be used to deal simple to complex wounds and it is an emerging idea with good healthy scars with less complications.
基金supported by Science Foundation of Donghai Lab-oratory(No.DH-2022KF01001).
文摘Optical microscopes are essential tools for scientific research,but traditional microscopes are restricted to capturing only two-dimensional(2D)texture information,lacking comprehensive three-dimensional(3D)morphology capabilities.Additionally,traditional microscopes are inherently constrained by the limited space-bandwidth product of optical systems,resulting in restricted depth of field(DOF)and field of view(FOV).Attempts to expand DOF and FOV typically come at the cost of diminished resolution.In this paper,we propose a texture-driven FOV stitching algorithm specifically designed for extended depth-of-field(EDOF)microscopy,allowing for the integration of 2D texture and 3D depth data to achieve high-resolution,high-throughput multimodal imaging.Experimental results demonstrate an 11-fold enhancement in DOF and an 8-fold expansion in FOV compared to traditional microscopes,while maintaining axial resolution after FOV extension.
文摘A multi layer gridless area router is reported.Based on corner stitching,this router adopts tile expansion to explore path for each net.A heuristic method that penalizes nodes deviating from the destination is devised to accelerate the algorithm.Besides,an enhanced interval tree is used to manage the intermediate data structure.In order to improve the completion rate of routing,a new gridless rip up and rerouting algorithm is proposed.The experimental results indicate that the completion rate is improved after the rip up and reroute process and the speed of this algorithm is satisfactory.
基金The National High Technology Research and Development Program of China(863 Program)(No.2005AA420240)the Key Science and Technology Program of Jiangsu Province (No.BE2005014)
文摘According to the bio-characteristics of the lower and upper cavity surfaces of dental restoration, a stitching approach is proposed based on a virtual zipper working mechanism and a minimization of the surface total curvature energy, which is used to resolve the stitching problems existing during computer-aided design for dental restorations. First, the two boundaries corresponding to the lower and upper surfaces are triangulated based on the zipper working mechanism to generate the initial stitching surface patch, of which the edges are distributed uniformly between the boundaries. Secondly, the initial stitching surface patch is subdivided and deformed to reconstruct an optimized surface patch according to the bio-characteristics of the teeth. The optimized surface patch is minimally distinguishable from the surrounding mesh in smoothness and density, and it can stitch the upper and lower cavity surfaces naturally. The experimental results show that the dental restorations obtained by the proposed method can satisfy both the shape aesthetic and the fitting accuracy, and meet the requirements of clinical oral medicine.