Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (27)

Search Parameters:
Keywords = fast Hough transform

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
10 pages, 2080 KB  
Proceeding Paper
Tunnel Traffic Enforcement Using Visual Computing and Field-Programmable Gate Array-Based Vehicle Detection and Tracking
by Yi-Chen Lin and Rey-Sern Lin
Eng. Proc. 2025, 92(1), 30; https://doi.org/10.3390/engproc2025092030 - 25 Apr 2025
Viewed by 449
Abstract
Tunnels are commonly found in small and enclosed environments on highways, roads, or city streets. They are constructed to pass through mountains or beneath crowded urban areas. To prevent accidents in these confined environments, lane changes, slow driving, or speeding are prohibited on [...] Read more.
Tunnels are commonly found in small and enclosed environments on highways, roads, or city streets. They are constructed to pass through mountains or beneath crowded urban areas. To prevent accidents in these confined environments, lane changes, slow driving, or speeding are prohibited on single- or multi-lane one-way roads. We developed a foreground detection algorithm based on the K-nearest neighbor (KNN) and Gaussian mixture model and 400 collected images. The KNN was used to gather the first 200 image data, which were processed to remove differences and estimate a high-quality background. Once the background was obtained, new images were extracted without the background image to extract the vehicle’s foreground. The background image was processed using Canny edge detection and the Hough transform to calculate road lines. At the same time, the oriented FAST and rotated BRIEF (ORB) algorithm was employed to track vehicles in the foreground image and determine positions and lane deviations. This method enables the calculation of traffic flow and abnormal movements. We accelerated image processing using xfOpenCV on the PYNQ-Z2 and FPGA Xilinx platforms. The developed algorithm does not require pre-labeled training models and can be used during the daytime to automatically collect the required footage. For real-time monitoring, the proposed algorithm increases the computation speed ten times compared with YOLO-v2-tiny. Additionally, it uses less than 1% of YOLO’s storage space. The proposed algorithm operates stably on the PYNQ-Z2 platform with existing surveillance cameras, without additional hardware setup. These advantages make the system more appropriate for smart traffic management than the existing framework. Full article
(This article belongs to the Proceedings of 2024 IEEE 6th Eurasia Conference on IoT, Communication and Engineering)
Show Figures

Figure 1

27 pages, 20959 KB  
Article
An Axial-Oriented Dual-Layer Indexing Structure for Tunnel Point Clouds
by Hongyang Zhang, Qigui Yang, Quan Liu, Yinlong Jin, Gang Ma and Xin Meng
Remote Sens. 2025, 17(1), 133; https://doi.org/10.3390/rs17010133 - 2 Jan 2025
Viewed by 1061
Abstract
Three-dimensional laser scanning technology has increasingly gained favor among professionals in tunnel monitoring. A fundamental challenge in tunnel point cloud processing is to efficiently manage massive datasets using appropriate data structures and accurately extract features such as tunnel axes and cross-sections. However, existing [...] Read more.
Three-dimensional laser scanning technology has increasingly gained favor among professionals in tunnel monitoring. A fundamental challenge in tunnel point cloud processing is to efficiently manage massive datasets using appropriate data structures and accurately extract features such as tunnel axes and cross-sections. However, existing studies often disconnect tunnel point cloud indexing from post-processing tasks. Conventional structures (e.g., voxels, octrees) struggle with long strip-like uneven spatial distribution, resulting in imbalanced trees with numerous empty nodes, which are incompatible with axis-aligned operations. Therefore, this study proposes a dual-layer indexing structure tailored to tunnel geometries. The upper layer reorganizes the tunnel point cloud along its axis, while the lower layer leverages local octrees for fast data querying and updates. In implementation, we introduce a merge-based octree generation strategy for ultra-large-scale datasets, and a rapid Hough transform-based algorithm for tunnel boundaries and axes extraction. Experimental results demonstrate that the proposed method successfully supports the management and visualization of a tunnel point cloud exceeding 6 billion points, significantly enhancing efficiency in narrow tunnel scenarios and streamlining various axis-aligned post-processing tasks. Full article
Show Figures

Figure 1

15 pages, 7211 KB  
Article
Research on the Identification of Rock Mass Structural Planes and Extraction of Dominant Orientations Based on 3D Point Cloud
by Jiarui Zhu, Yonghua Xia, Bin Wang, Ziliang Yang and Kaihua Yang
Appl. Sci. 2024, 14(21), 9985; https://doi.org/10.3390/app14219985 - 31 Oct 2024
Cited by 2 | Viewed by 1483
Abstract
The different spatial distribution forms of rock mass structural planes create weak zones in the rock mass, which is also a key factor in controlling rock mass stability. Accurately and efficiently identifying rock mass structural planes and obtaining their dominant orientations is critical [...] Read more.
The different spatial distribution forms of rock mass structural planes create weak zones in the rock mass, which is also a key factor in controlling rock mass stability. Accurately and efficiently identifying rock mass structural planes and obtaining their dominant orientations is critical for rock mass engineering design and construction. Traditional surveying methods for high and steep rock mass structural planes pose high safety risks, offer limited data, and make comprehensive statistical analysis difficult. This paper utilizes complex rock mass surface 3D point cloud data obtained through 3D laser scanning technology and uses the Hough space transform method to calculate the normal vectors of the 3D point cloud. Based on the difference in normal vectors and surface variation, region growing segmentation is applied to identify and extract rock mass structural planes. Additionally, the fast search and density peak clustering method (CFSFDP) is used for clustering analysis of the rock mass structural planes to obtain dominant orientations. This method was applied to a highway’s high and steep rock slope, successfully identifying 281 structural planes and two sets of dominant structural planes. The orientation of the dominant structural planes identified through RocScience Dips 7.0 analysis showed a deviation of no more than ±3°, complying with engineering standards. The research results offer a feasible solution for the identification of high and steep rock mass structural planes and the extraction of the orientation of dominant structural planes. Full article
(This article belongs to the Special Issue Recent Advances in Rock Mass Engineering)
Show Figures

Figure 1

10 pages, 486 KB  
Article
A Circle Center Location Algorithm Based on Sample Density and Adaptive Thresholding
by Yujin Min, Hao Chen, Zhuohang Chen and Faquan Zhang
Appl. Sci. 2024, 14(18), 8453; https://doi.org/10.3390/app14188453 - 19 Sep 2024
Cited by 1 | Viewed by 1375
Abstract
How to acquire the exact center of a circular sample is an essential task in object recognition. Present algorithms suffer from the high time consumption and low precision. To tackle these issues, we propose a novel circle center location algorithm based on sample [...] Read more.
How to acquire the exact center of a circular sample is an essential task in object recognition. Present algorithms suffer from the high time consumption and low precision. To tackle these issues, we propose a novel circle center location algorithm based on sample density and adaptive thresholding. After obtaining circular contours through image pre-processing, these contours were segmented using a grid method to obtain the required coordinates. Based on the principle of three points forming a circle, a data set containing a large number of samples with circle center coordinates was constructed. It was highly probable that these circle center samples would fall within the near neighborhood of the actual circle center coordinates. Subsequently, an adaptive bandwidth fast Gaussian kernel was introduced to address the issue of sample point weighting. The mean shift clustering algorithm was employed to compute the optimal solution for the density of candidate circle center sample data. The final optimal center location was obtained by an iteration algorithm. Experimental results demonstrate that in the presence of interference, the average positioning error of this circle center localization algorithm is 0.051 pixels. Its localization accuracy is 64.1% higher than the Hough transform and 86.4% higher than the circle fitting algorithm. Full article
Show Figures

Figure 1

20 pages, 3088 KB  
Article
Passive TDOA Emitter Localization Using Fast Hyperbolic Hough Transform
by Gyula Simon and Ferenc Leitold
Appl. Sci. 2023, 13(24), 13301; https://doi.org/10.3390/app132413301 - 16 Dec 2023
Cited by 3 | Viewed by 2441
Abstract
A fast Hough transform (HT)-based hyperbolic emitter localization system is proposed to process time difference of arrival (TDOA) measurements. The position-fixing problem is provided for cases where the source is known to be on a given plane (i.e., the elevation of the source [...] Read more.
A fast Hough transform (HT)-based hyperbolic emitter localization system is proposed to process time difference of arrival (TDOA) measurements. The position-fixing problem is provided for cases where the source is known to be on a given plane (i.e., the elevation of the source is known), while the sensors can be deployed anywhere in the three-dimensional space. The proposed solution provides fast evaluation and guarantees the determination of the global optimum. Another favorable property of the proposed solution is that it is robust against faulty sensor measurements (outliers). A fast evaluation method involving the hyperbolic Hough transform is proposed, and the global convergence property of the algorithm is proven. The performance of the algorithm is compared to that of the least-squares solution, other HT-based solutions, and the theoretical limit (the Cramér–Rao lower bound), using simulations and real measurement examples. Full article
(This article belongs to the Special Issue Machine Perception and Learning)
Show Figures

Figure 1

37 pages, 2738 KB  
Article
Tomographic Reconstruction: General Approach to Fast Back-Projection Algorithms
by Dmitry Polevoy, Marat Gilmanov, Danil Kazimirov, Marina Chukalina, Anastasia Ingacheva, Petr Kulagin and Dmitry Nikolaev
Mathematics 2023, 11(23), 4759; https://doi.org/10.3390/math11234759 - 24 Nov 2023
Cited by 8 | Viewed by 3652
Abstract
Addressing contemporary challenges in computed tomography (CT) demands precise and efficient reconstruction. This necessitates the optimization of CT methods, particularly by improving the algorithmic efficiency of the most computationally demanding operators—forward projection and backprojection. Every measurement setup requires a unique pair of these [...] Read more.
Addressing contemporary challenges in computed tomography (CT) demands precise and efficient reconstruction. This necessitates the optimization of CT methods, particularly by improving the algorithmic efficiency of the most computationally demanding operators—forward projection and backprojection. Every measurement setup requires a unique pair of these operators. While fast algorithms for calculating forward projection operators are adaptable across various setups, they fall short in three-dimensional scanning scenarios. Hence, fast algorithms are imperative for backprojection, an integral aspect of all established reconstruction methods. This paper introduces a general method for the calculation of backprojection operators in any measurement setup. It introduces a versatile method for transposing summation-based algorithms, which rely exclusively on addition operations. The proposed approach allows for the transformation of algorithms designed for forward projection calculation into those suitable for backprojection, with the latter maintaining asymptotic algorithmic complexity. Employing this method, fast algorithms for both forward projection and backprojection have been developed for the 2D few-view parallel-beam CT as well as for the 3D cone-beam CT. The theoretically substantiated complexity values for the proposed algorithms align with their experimentally derived estimates. Full article
(This article belongs to the Special Issue Inverse Problems and Imaging: Theory and Applications)
Show Figures

Figure 1

19 pages, 6953 KB  
Article
Automatic 3D Postoperative Evaluation of Complex Orthopaedic Interventions
by Joëlle Ackermann, Armando Hoch, Jess Gerrit Snedeker, Patrick Oliver Zingg, Hooman Esfandiari and Philipp Fürnstahl
J. Imaging 2023, 9(9), 180; https://doi.org/10.3390/jimaging9090180 - 31 Aug 2023
Viewed by 2126
Abstract
In clinical practice, image-based postoperative evaluation is still performed without state-of-the-art computer methods, as these are not sufficiently automated. In this study we propose a fully automatic 3D postoperative outcome quantification method for the relevant steps of orthopaedic interventions on the example of [...] Read more.
In clinical practice, image-based postoperative evaluation is still performed without state-of-the-art computer methods, as these are not sufficiently automated. In this study we propose a fully automatic 3D postoperative outcome quantification method for the relevant steps of orthopaedic interventions on the example of Periacetabular Osteotomy of Ganz (PAO). A typical orthopaedic intervention involves cutting bone, anatomy manipulation and repositioning as well as implant placement. Our method includes a segmentation based deep learning approach for detection and quantification of the cuts. Furthermore, anatomy repositioning was quantified through a multi-step registration method, which entailed a coarse alignment of the pre- and postoperative CT images followed by a fine fragment alignment of the repositioned anatomy. Implant (i.e., screw) position was identified by 3D Hough transform for line detection combined with fast voxel traversal based on ray tracing. The feasibility of our approach was investigated on 27 interventions and compared against manually performed 3D outcome evaluations. The results show that our method can accurately assess the quality and accuracy of the surgery. Our evaluation of the fragment repositioning showed a cumulative error for the coarse and fine alignment of 2.1 mm. Our evaluation of screw placement accuracy resulted in a distance error of 1.32 mm for screw head location and an angular deviation of 1.1° for screw axis. As a next step we will explore generalisation capabilities by applying the method to different interventions. Full article
(This article belongs to the Section Medical Imaging)
Show Figures

Figure 1

22 pages, 1262 KB  
Article
On a Fast Hough/Radon Transform as a Compact Summation Scheme over Digital Straight Line Segments
by Dmitry Nikolaev, Egor Ershov, Alexey Kroshnin, Elena Limonova, Arseniy Mukovozov and Igor Faradzhev
Mathematics 2023, 11(15), 3336; https://doi.org/10.3390/math11153336 - 29 Jul 2023
Cited by 8 | Viewed by 2673
Abstract
The Hough transform, interpreted as the discretization of the Radon transform, is a widely used tool in image processing and machine vision. The primary way to speed it up is to employ the Brady–Yong algorithm. However, the accuracy of the straight line discretization [...] Read more.
The Hough transform, interpreted as the discretization of the Radon transform, is a widely used tool in image processing and machine vision. The primary way to speed it up is to employ the Brady–Yong algorithm. However, the accuracy of the straight line discretization utilized in this algorithm is limited. In this study, we propose a novel algorithm called ASD2 that offers fast computation of the Hough transform for images of arbitrary sizes. Our approach adopts a computation scheme similar to the Brady–Yong algorithm but incorporates the best possible line discretization for improved accuracy. By employing the Method of Four Russians, we demonstrate that for an image of size n×n where n=8q and qN, the computational complexity of the ASD2 algorithm is O(n8/3) when summing over O(n2) digital straight line segments. Full article
(This article belongs to the Special Issue Computational Mathematics and Mathematical Modelling)
Show Figures

Graphical abstract

16 pages, 5770 KB  
Article
A CSAR 3D Imaging Method Suitable for Edge Computation
by Lina Chu, Yanheng Ma, Zhisong Hao, Bingxuan Li, Yuanping Shi and Wei Li
Electronics 2023, 12(9), 2092; https://doi.org/10.3390/electronics12092092 - 4 May 2023
Viewed by 1739
Abstract
Due to the large amount of CSAR echo data carried by UAVs, either the original echo data need to be transmitted to the ground for processing or post-processing must be implemented after the flight. Therefore, it is difficult to use edge computing power [...] Read more.
Due to the large amount of CSAR echo data carried by UAVs, either the original echo data need to be transmitted to the ground for processing or post-processing must be implemented after the flight. Therefore, it is difficult to use edge computing power such as a UAV onboard computer to implement image processing. The commonly used back projection (BP) algorithm and corresponding improved imaging algorithms require a large amount of computation and have slow imaging speed, which further limits the realization of CSAR 3D imaging on edge nodes. To improve the speed of CSAR 3D imaging, this paper proposes a CSAR 3D imaging method suitable for edge computation. Firstly, the improved Crazy Climber algorithm extracts sine track ridges that represent the amplitude changes in the range-compressed echo. Secondly, two-dimensional (2D) profiles of CSAR with different heights are obtained via inverse Radon transform (IRT). Thirdly, the Hough transform is used to extract the intersection points of the defocused circle along the heights in the X and Y directions. Finally, 3D point cloud extraction is completed through voting screening. In this paper, image detection methods such as ridge extraction, IRT, and Hough transform replace the phase compensation processing of the traditional BP 3D imaging method, which significantly reduces the time of CSAR 3D imaging. The correctness and effectiveness of the proposed method are verified by the 3D imaging results for the simulated data of ideal targets and X-band CSAR outfield flight raw data carried by a small rotor unmanned aerial vehicle (SRUAV). The proposed method provides a new direction for the fast 3D imaging of edge nodes, such as aircraft and small ground terminals. The image can be directly transmitted, which can improve the information transmission efficiency of the Internet of Things (IoT). Full article
(This article belongs to the Special Issue Edge AI for 6G and Internet of Things)
Show Figures

Figure 1

11 pages, 2667 KB  
Article
Real-Time Detection of Nickel Plated Punched Steel Strip Parameters Based on Improved Circle Fitting Algorithm
by Binfang Cao, Jianqi Li, Yincong Liang, Xuan Sun and Weihao Li
Electronics 2023, 12(8), 1865; https://doi.org/10.3390/electronics12081865 - 14 Apr 2023
Cited by 1 | Viewed by 1516
Abstract
Nickel-plated punched steel strip is a product obtained by punching holes on the surface of cold-rolled white sheet steel strip and then electrochemical nickel plating. It is necessary to make accurate and fast detection of punching circle parameters, since it is of crucial [...] Read more.
Nickel-plated punched steel strip is a product obtained by punching holes on the surface of cold-rolled white sheet steel strip and then electrochemical nickel plating. It is necessary to make accurate and fast detection of punching circle parameters, since it is of crucial importance to ensuring the quality of nickel-plated punched steel strips. Accordingly, in this article, an improved circle fitting algorithm of nickel-plated punched steel strip is proposed. Firstly, the least squares fitting is performed to obtain the circle center and radius dataset by iterative algorithm with different values for the initial point positions and intervals. Then, the mean shift algorithm is used to optimize the results after iteration, and the segmented fitted circle centers are all concentrated around the true circle center to obtain the best radius and center coordinates. Finally, comparison experiments with different numbers of circular holes and verification experiments with nickel-plated punched steel strips are carried out. As the results show, the algorithm proposed in this article is more robust than the least squares algorithm in detecting multiple circles and has better real-time performance than the Hough transform. Therefore, it can meet the industrial production needs with high accuracy and real-time requirements, such as nickel-plated punched steel strips. Full article
(This article belongs to the Special Issue IoT Applications for Renewable Energy Management and Control)
Show Figures

Figure 1

19 pages, 5966 KB  
Article
Lane Line Detection and Object Scene Segmentation Using Otsu Thresholding and the Fast Hough Transform for Intelligent Vehicles in Complex Road Conditions
by Muhammad Awais Javeed, Muhammad Arslan Ghaffar, Muhammad Awais Ashraf, Nimra Zubair, Ahmed Sayed M. Metwally, Elsayed M. Tag-Eldin, Patrizia Bocchetta, Muhammad Sufyan Javed and Xingfang Jiang
Electronics 2023, 12(5), 1079; https://doi.org/10.3390/electronics12051079 - 21 Feb 2023
Cited by 29 | Viewed by 6655
Abstract
An Otsu-threshold- and Canny-edge-detection-based fast Hough transform (FHT) approach to lane detection was proposed to improve the accuracy of lane detection for autonomous vehicle driving. During the last two decades, autonomous vehicles have become very popular, and it is constructive to avoid traffic [...] Read more.
An Otsu-threshold- and Canny-edge-detection-based fast Hough transform (FHT) approach to lane detection was proposed to improve the accuracy of lane detection for autonomous vehicle driving. During the last two decades, autonomous vehicles have become very popular, and it is constructive to avoid traffic accidents due to human mistakes. The new generation needs automatic vehicle intelligence. One of the essential functions of a cutting-edge automobile system is lane detection. This study recommended the idea of lane detection through improved (extended) Canny edge detection using a fast Hough transform. The Gaussian blur filter was used to smooth out the image and reduce noise, which could help to improve the edge detection accuracy. An edge detection operator known as the Sobel operator calculated the gradient of the image intensity to identify edges in an image using a convolutional kernel. These techniques were applied in the initial lane detection module to enhance the characteristics of the road lanes, making it easier to detect them in the image. The Hough transform was then used to identify the routes based on the mathematical relationship between the lanes and the vehicle. It did this by converting the image into a polar coordinate system and looking for lines within a specific range of contrasting points. This allowed the algorithm to distinguish between the lanes and other features in the image. After this, the Hough transform was used for lane detection, making it possible to distinguish between left and right lane marking detection extraction; the region of interest (ROI) must be extracted for traditional approaches to work effectively and easily. The proposed methodology was tested on several image sequences. The least-squares fitting in this region was then used to track the lane. The proposed system demonstrated high lane detection in experiments, demonstrating that the identification method performed well regarding reasoning speed and identification accuracy, which considered both accuracy and real-time processing and could satisfy the requirements of lane recognition for lightweight automatic driving systems. Full article
Show Figures

Figure 1

20 pages, 8493 KB  
Article
Robust Object Positioning for Visual Robotics in Automatic Assembly Line under Data-Scarce Environments
by Yigong Zhang, Huadong Song, Xiaoting Guo and Chaoqing Tang
Machines 2022, 10(11), 1079; https://doi.org/10.3390/machines10111079 - 16 Nov 2022
Cited by 3 | Viewed by 2419
Abstract
Object positioning is a basic need for visual robotics in automatic assembly lines. An assembly line requires fast transfer to new object positioning tasks with few or no training data for deep learning algorithms, and the captured visual images usually suffer from partial [...] Read more.
Object positioning is a basic need for visual robotics in automatic assembly lines. An assembly line requires fast transfer to new object positioning tasks with few or no training data for deep learning algorithms, and the captured visual images usually suffer from partial missing and cropping and environmental lighting interference. These features call for efficient and robust arbitrary shape positioning algorithms under data-scarce and shape distortion cases. To this end, this paper proposes the Random Verify Generalised Hough Transform (RV-GHT). The RV-GHT builds a much more concise shape dictionary than traditional GHT methods with just a single training image. The location, orientation, and scaling of multiple target objects are given simultaneously during positioning. Experiments were carried out on a dataset in an automatic assembly line with real shape distortions, and the performance was improved greatly compared to the state-of-the art methods. Although the RV-GHT was initially designed for vision robotics in an automatic assembly line, it works for other object positioning mechatronics systems, which can be modelled as shape distortion on a standard reference object. Full article
Show Figures

Figure 1

32 pages, 14607 KB  
Article
An Autonomous Framework for Real-Time Wrong-Way Driving Vehicle Detection from Closed-Circuit Televisions
by Pintusorn Suttiponpisarn, Chalermpol Charnsripinyo, Sasiporn Usanavasin and Hiro Nakahara
Sustainability 2022, 14(16), 10232; https://doi.org/10.3390/su141610232 - 17 Aug 2022
Cited by 3 | Viewed by 3253
Abstract
Around 1.3 million people worldwide die each year because of road traffic crashes. There are many reasons which cause accidents, and driving in the wrong direction is one of them. In our research, we developed an autonomous framework called WrongWay-LVDC that detects wrong-way [...] Read more.
Around 1.3 million people worldwide die each year because of road traffic crashes. There are many reasons which cause accidents, and driving in the wrong direction is one of them. In our research, we developed an autonomous framework called WrongWay-LVDC that detects wrong-way driving vehicles from closed-circuit television (CCTV) videos. The proposed WrongWay-LVDC provides several helpful features such as lane detection, correct direction validation, detecting wrong-way driving vehicles, and image capturing features. In this work, we proposed three main contributions: first, the improved algorithm for road lane boundary detection on CCTV (called improved RLB-CCTV) using the image processing technique. Second is the Distance-Based Direction Detection (DBDD) algorithm that uses the deep learning method, where the system validates and detects wrong-driving vehicles. Lastly, the Inside Boundary Image (IBI) capturing feature algorithm captures the most precise shot of the wrong-way-of-driving vehicles. As a result, the framework can run continuously and output the reports for vehicles’ driving behaviors in each area. The accuracy of our framework is 95.23%, as we tested with several CCTV videos. Moreover, the framework can be implemented on edge devices with real-time speed for functional implementation and detection in various areas. Full article
(This article belongs to the Special Issue Sustainable Smart Cities and Societies Using Emerging Technologies)
Show Figures

Figure 1

27 pages, 6628 KB  
Article
A Robust Automatic Method to Extract Building Facade Maps from 3D Point Cloud Data
by Bing Yu, Jinlong Hu, Xiujun Dong, Keren Dai, Dongsheng Xiao, Bo Zhang, Tao Wu, Yunliang Hu and Bing Wang
Remote Sens. 2022, 14(16), 3848; https://doi.org/10.3390/rs14163848 - 9 Aug 2022
Cited by 5 | Viewed by 4190
Abstract
Extracting facade maps from 3D point clouds is a fast and economical way to describe a building’s surface structure. Existing methods lack efficiency, robustness, and accuracy, and depend on many additional features such as point cloud reflectivity and color. This paper proposes a [...] Read more.
Extracting facade maps from 3D point clouds is a fast and economical way to describe a building’s surface structure. Existing methods lack efficiency, robustness, and accuracy, and depend on many additional features such as point cloud reflectivity and color. This paper proposes a robust and automatic method to extract building facade maps. First, an improved 3D Hough transform is proposed by adding shift vote and 3D convolution of the accumulator to improve computational efficiency and reduce peak fuzziness and dependence on the step selection. These modifications make the extraction of potential planes fast and accurate. Second, the coplane and vertical plane constraints are introduced to eliminate pseudoplanes and nonbuilding facades. Then, we propose a strategy to refine the potential facade and to achieve the accurate calibration and division of the adjacent facade boundaries by clustering the refined point clouds of the facade. This process solves the problem where adjoining surfaces are merged into the same surface in the traditional method. Finally, the extracted facade point clouds are converted into feature images. Doors, windows, and building edges are accurately extracted via deep learning and digital image processing techniques, which combine to achieve accurate extraction of building facades. The proposed method was tested on the MLS and TLS point cloud datasets, which were collected from different cities with different building styles. Experimental results confirm that the proposed method decreases computational burden, improves efficiency, and achieves the accurate differentiation of adjacent facade boundaries with higher accuracy compared with the traditional method, verifying the robustness of the method. Additionally, the proposed method uses only point cloud geometry information, effectively reducing data requirements and acquisition costs. Full article
(This article belongs to the Section Urban Remote Sensing)
Show Figures

Figure 1

10 pages, 3798 KB  
Article
MATLAB Algorithms for Diameter Measurements of Textile Yarns and Fibers through Image Processing Techniques
by Mohamed Abdelkader
Materials 2022, 15(4), 1299; https://doi.org/10.3390/ma15041299 - 10 Feb 2022
Cited by 8 | Viewed by 4186
Abstract
Textile yarns are the fundamental building blocks in the fabric industry. The measurement of the diameter of the yarn textile and fibers is crucial in textile engineering as the diameter size and distribution can affect the yarn’s properties, and image processing can provide [...] Read more.
Textile yarns are the fundamental building blocks in the fabric industry. The measurement of the diameter of the yarn textile and fibers is crucial in textile engineering as the diameter size and distribution can affect the yarn’s properties, and image processing can provide automatic techniques for faster and more accurate determination of the diameters. In this paper, facile and new methods to measure the yarn’s diameter and its individual fibers diameter based on image processing algorithms that can be applied to microscopic digital images. Image preprocessing such as binarization and morphological operations on the yarn image were used to measure the diameter automatically and accurately compared to the manual measuring using ImageJ software. In addition to the image preprocessing, the circular Hough transform was used to measure the diameter of the individual fibers in a yarn’s cross-section and count the number of fibers. The algorithms were built and deployed in a MATLAB (R2020b, The MathWorks, Inc., Natick, Massachusetts, United States) environment. The proposed methods showed a reliable, fast, and accurate measurement compared to other different image measuring softwares, such as ImageJ. Full article
Show Figures

Figure 1

Back to TopTop