simple linear iterative clustering
Recently Published Documents


TOTAL DOCUMENTS

72
(FIVE YEARS 42)

H-INDEX

7
(FIVE YEARS 3)

Agriculture ◽  
2021 ◽  
Vol 12 (1) ◽  
pp. 26
Author(s):  
Di Zhang ◽  
Feng Pan ◽  
Qi Diao ◽  
Xiaoxue Feng ◽  
Weixing Li ◽  
...  

With the development of unmanned aerial vehicle (UAV), obtaining high-resolution aerial images has become easier. Identifying and locating specific crops from aerial images is a valuable task. The location and quantity of crops are important for agricultural insurance businesses. In this paper, the problem of locating chili seedling crops in large-field UAV images is processed. Two problems are encountered in the location process: a small number of samples and objects in UAV images are similar on a small scale, which increases the location difficulty. A detection framework based on a prototypical network to detect crops in UAV aerial images is proposed. In particular, a method of subcategory slicing is applied to solve the problem, in which objects in aerial images have similarities at a smaller scale. The detection framework is divided into two parts: training and detection. In the training process, crop images are sliced into subcategories, and then these subcategory patch images and background category images are used to train the prototype network. In the detection process, a simple linear iterative clustering superpixel segmentation method is used to generate candidate regions in the UAV image. The location method uses a prototypical network to recognize nine patch images extracted simultaneously. To train and evaluate the proposed method, we construct an evaluation dataset by collecting the images of chilies in a seedling stage by an UAV. We achieve a location accuracy of 96.46%. This study proposes a seedling crop detection framework based on few-shot learning that does not require the use of labeled boxes. It reduces the workload of manual annotation and meets the location needs of seedling crops.


2021 ◽  
Vol 9 (12) ◽  
pp. 1329
Author(s):  
Haolin Xue ◽  
Xiang Chen ◽  
Ruo Zhang ◽  
Peng Wu ◽  
Xudong Li ◽  
...  

Unmanned surface vehicles (USVs) are receiving increasing attention in recent years from both academia and industry. To make a high-level autonomy for USVs, the environment situational awareness is a key capability. However, due to the richness of the features in marine environments, as well as the complexity of the environment influenced by sun glare and sea fog, the development of a reliable situational awareness system remains a challenging problem that requires further studies. This paper, therefore, proposes a new deep semantic segmentation model together with a Simple Linear Iterative Clustering (SLIC) algorithm, for an accurate perception for various maritime environments. More specifically, powered by the SLIC algorithm, the new segmentation model can achieve refined results around obstacle edges and improved accuracy for water surface obstacle segmentation. The overall structure of the new model employs an encoder–decoder layout, and a superpixel refinement is embedded before final outputs. Three publicly available maritime image datasets are used in this paper to train and validate the segmentation model. The final output demonstrates that the proposed model can provide accurate results for obstacle segmentation.


Sensors ◽  
2021 ◽  
Vol 21 (17) ◽  
pp. 5786
Author(s):  
Chenguang Shi ◽  
Rui Zhang ◽  
Yong Yu ◽  
Xingzhe Sun ◽  
Xiaodong Lin

The star tracker is widely used for high-accuracy missions due to its high accuracy position high autonomy and low power consumption. On the other hand, the ability of interference suppression of the star tracker has always been a hot issue of concern. A SLIC-DBSCAN-based algorithm for extracting effective information from a single image with strong interference has been developed in this paper to remove interferences. Firstly, the restricted LC (luminance-based contrast) transformation is utilized to enhance the contrast between background noise and the large-area interference. Then, SLIC (the simple linear iterative clustering) algorithm is adopted to segment the saliency map and in this process, optimized parameters are harnessed. Finally, from these segments, features are extracted and superpixels with similar features are combined by using DBSCAN (density-based spatial clustering of applications with noise). The proposed algorithm is proved effective by successfully removing large-area interference and extracting star spots from the sky region of the real star image.


Author(s):  
Reddy Mounika Bommisetty ◽  
Ashish Khare ◽  
Manish Khare ◽  
P. Palanisamy

Video is a rich information source containing both audio and visual information along with motion information embedded in it. Applications such as e-learning, live TV, video on demand, traffic monitoring, etc. need an efficient video retrieval strategy. Content-based video retrieval and superpixel segmentation are two diverse application areas of computer vision. In this work, we are presenting an algorithm for content-based video retrieval with help of Integration of Curvelet transform and Simple Linear Iterative Clustering (ICTSLIC) algorithm. Proposed algorithm consists of two steps: off line processing and online processing. In offline processing, keyframes of the database videos are extracted by employing features: Pearson Correlation Coefficient (PCC) and color moments (CM) and on the extracted keyframes superpixel generation algorithm ICTSLIC is applied. The superpixels generated by applying ICTSLIC on keyframes are used to represent database videos. On other side, in online processing, ICTSLIC superpixel segmentation is applied on query frame and the superpixels generated by segmentation are used to represent query frame. Then videos similar to query frame are retrieved through matching done by calculation of Euclidean distance between superpixels of query frame and database keyframes. Results of the proposed method are irrespective of query frame features such as camera motion, object’s pose, orientation and motion due to the incorporation of ICTSLIC superpixels as base feature for matching and retrieval purpose. The proposed method is tested on the dataset comprising of different categories of video clips such as animations, serials, personal interviews, news, movies and songs which is publicly available. For evaluation, the proposed method randomly picks frames from database videos, instead of selecting keyframes as query frames. Experiments were conducted on the developed dataset and the performance is assessed with different parameters Precision, Recall, Jaccard Index, Accuracy and Specificity. The experimental results shown that the proposed method is performing better than the other state-of-art methods.


Electronics ◽  
2021 ◽  
Vol 10 (6) ◽  
pp. 717
Author(s):  
Hui-Yu Huang ◽  
Zhe-Hao Liu

Stereo matching is a challenging problem, especially for computer vision, e.g., three-dimensional television (3DTV) or 3D visualization. The disparity maps from the video streams must be estimated. However, the estimated disparity sequences may cause undesirable flickering errors. These errors result in poor visual quality for the synthesized video and reduce the video coding information. In order to solve this problem, we here propose a spatiotemporal disparity refinement method for local stereo matching using the simple linear iterative clustering (SLIC) segmentation strategy, outlier detection, and refinements of the temporal and spatial domains. In the outlier detection, the segmented region in the initial disparity is used to distinguish errors in the binocular disparity. Based on the color similarity and disparity difference, we recalculate the aggregated cost to determine adaptive disparities to recover the disparity errors in disparity sequences. The flickering errors are also effectively removed, and the object boundaries are well preserved. Experiments using public datasets demonstrated that our proposed method creates high-quality disparity maps and obtains a high peak signal-to-noise ratio compared to state-of-the-art methods.


2021 ◽  
Author(s):  
Shuren Chou

<p>Deep learning has a good capacity of hierarchical feature learning from unlabeled remote sensing images. In this study, the simple linear iterative clustering (SLIC) method was improved to segment the image into good quality super-pixels. Then, we used the convolutional neural network (CNN) to extract of water bodies from Sentinel-2 MSI data using deep learning technique. In the proposed framework, the improved SLIC method obtained the correct water bodies boundary by optimizing the initial clustering center, designing a dynamic distance measure, and expanding the search space. In addition, it is different from traditional extraction of water bodies methods that cannot achieve multi-level water bodies detection. Experimental results showed that this method had higher detection accuracy and robustness than other methods. This study was able to extract water bodies from remotely sensed images with deep learning and to conduct accuracy assessment.</p>


Author(s):  
Chiranji Lal Chowdhary

With the extensive application of deep acquisition devices, it has become more feasible to access deep data. The accuracy of image segmentation can be improved by depth data as an additional feature. The current research interests in simple linear iterative clustering (SLIC) are because it is a simple and efficient superpixel segmentation method, and it is initially applied for optical images. This mainly comprises three operation steps (i.e., initialization, local k-means clustering, and postprocessing). A scheme to develop the image over-segmentation task is introduced in this chapter. It considers the pixels of an image with simple linear iterative clustering and graph theory-based algorithm. In this regard, the main contribution is to provide a method for extracting superpixels with greater adherence to the edges of the regions. The experimental tests will consider biomedical grayscales. The robustness and effectiveness will be verified by quantitative and qualitative results.


2020 ◽  
Vol 11 (SPL4) ◽  
pp. 243-247
Author(s):  
Yerramsetti V Rao ◽  
Murthy V S S N ◽  
Eswari V ◽  
Aruthra

The automatic retinal image examination will be developing and significant screening device for initial recognition of eye diseases. This research proposes a computer aided diagnosis framework for initial recognition of glaucoma through Cup to Disc Ratio (CDR) measurement utilizing 2D fundus images. The system uses computer based analytical methods to procedure the patient data. The Glaucoma is chronic & progressive eye disease which damages optic nerve (ON) caused by improved intraocular pressure (IOP) of eye. The Glaucoma mostly affects on optic disc (OD) by enhancing cup size. It might lead to blindness whether not recognized initially. The glaucoma detection through “Heidelberg Retinal Tomography (HRT) optical Coherence Tomography (OCT)” have been more costly. This system proposes an efficient technique to recognize glaucoma utilizing 2D fundus image. The physical analysis of OD is a normal process utilized for identifying glaucoma. In this manuscript, we suggest automatic OD parameterization method is based on segmented OD and optic cup (OC) region attained from fundus retinal images. To automatically extract OD and optic cup, we used K-means clustering technique, SLIC (Simple linear iterative clustering) method, Gabor filter and thresholding. To reshape the attained disc and cup boundary ellipse fitting (EF) is applied to obtained image. We also propose a novel method which automatically calculates CDR from non-stereographic fundus camera images. The CDR is initial clinical indicator for glaucoma assessment. Also, we have calculated OD and cup area. These features are validated by classifying image either normal or glaucomatous for given patient.


Sign in / Sign up

Export Citation Format

Share Document