Design and Implementation of Spurs Detection System Based on OpenCV

2011 ◽  
Vol 345 ◽  
pp. 217-222
Author(s):  
Peng He ◽  
Lian Peng Wang ◽  
Na Wang ◽  
Gang Xu

In order to better solve the problem of detection of small bone spurs with convenient and accurate way, a portable spur detection system is designed. This system, in view of spur reproducibility characteristic, is characterized by the application for a kind of the improved algorithm based on the OpenCV. And it was successfully transplanted into the embedded system. The experimental results indicated that this system might precisely examine the small spur with difficulty discovery by naked eyes used fully by two images of computed tomography which done in different periods. The spur detection system needs to be further improved function to realize more applications. In fact, function expansion based on the system is easy to realize.

2021 ◽  
Vol 2021 (1) ◽  
Author(s):  
Kaliappan Madasamy ◽  
Vimal Shanmuganathan ◽  
Vijayalakshmi Kandasamy ◽  
Mi Young Lee ◽  
Manikandan Thangadurai

AbstractComputer vision is an interdisciplinary domain for object detection. Object detection relay is a vital part in assisting surveillance, vehicle detection and pose estimation. In this work, we proposed a novel deep you only look once (deep YOLO V3) approach to detect the multi-object. This approach looks at the entire frame during the training and test phase. It followed a regression-based technique that used a probabilistic model to locate objects. In this, we construct 106 convolution layers followed by 2 fully connected layers and 812 × 812 × 3 input size to detect the drones with small size. We pre-train the convolution layers for classification at half the resolution and then double the resolution for detection. The number of filters of each layer will be set to 16. The number of filters of the last scale layer is more than 16 to improve the small object detection. This construction uses up-sampling techniques to improve undesired spectral images into the existing signal and rescaling the features in specific locations. It clearly reveals that the up-sampling detects small objects. It actually improves the sampling rate. This YOLO architecture is preferred because it considers less memory resource and computation cost rather than more number of filters. The proposed system is designed and trained to perform a single type of class called drone and the object detection and tracking is performed with the embedded system-based deep YOLO. The proposed YOLO approach predicts the multiple bounding boxes per grid cell with better accuracy. The proposed model has been trained with a large number of small drones with different conditions like open field, and marine environment with complex background.


2013 ◽  
Vol 380-384 ◽  
pp. 2950-2953
Author(s):  
Zhi Feng ◽  
Zhen Xiang Liu

G-bios is a type of Bootloader and its code is open source. Bootloader is one of the important parts of the embedded system for its booting and loading operating systems function. The design and implementation of interrupt in Bootloader and the improvement of the systems execution efficiency is the innovative point of this paper.


2012 ◽  
Vol 433-440 ◽  
pp. 5607-5610
Author(s):  
Zeng Ping Zhang ◽  
Shu Hua Li

An embedded application system must have Bootloader. It is introduced in this paper that the bootloader design for an embedded minimum system based on S3C44B0X that is a processor with ARM7TDMI kernel. The design of the bootloader includes coding file operating functions, designing MMI and implementing the start program used to initialize the portable embedded system and load the user code. The bootloader is tested and the result shows that the bootloader is stable and has high efficiency


Author(s):  
Ashish C. Jangam1 ◽  
Prof. D.G. Chougule ◽  
A. S. Mali

Transformer is an important component of an electrical distribution system. Hence it is important to monitor transformers for problems before faults occur. This system is about design and implementation of embedded system to monitor and record key parameters of a distribution transformer like load currents,voltage and temperature. It is installed at the distribution transformer site and the above parameters are recorded using the analog to digital converter (ADC) of the embedded system. The obtained parameters are processed and recorded in the system memory. If any abnormality or an emergency situation occurs the system takes immediate action to avoid it. This system will help the transformers to operate smoothly and identify problems before any failure. proposed system is low cost, easy to use capable of monitoring and displaying data using matlab[1,6].


2011 ◽  
Vol 213 ◽  
pp. 647-653
Author(s):  
Lu Feng Wang

the embedded products with representatives of information appliances for the Internet era has demonstrated good prospects for the embedded market, but also brought new and higher challenges to the embedded system technology, including hardware and software technologies. This paper uses BF531 processor as the example, focuses on its startup mode and flow, and then based on this designs and implements a tailor made Boot Loader, to complete BF531 processor initialization, loading, starting the operating system kernel, and other works.


2012 ◽  
Vol 263-266 ◽  
pp. 2097-2101
Author(s):  
Hong Fang Li ◽  
Ling Jun Yang ◽  
San Xing Cao

In cryptography, the DES algorithm is known to be advantageous by utilizing the mechanisms of grouping and symmetric private key. The algorithm is critical in the field of encryption. It is adaptive to various applications for encryption in many different systems, especially in the embedded system of Internet of Things (IOT) and the Next-generation Convergence Networks. In this paper, an improved scheme is presented in order to overcome the easily attacked shortcomings. This method is to improve the complexity of encryption key in the process and thus to enhance the ability in resisting attacks, so that we use two keys to crosswise encrypt and the safety of the algorithm is further strengthened. In this paper, the improved algorithm is applied in smartphone-based monitoring of broadcasting transmission systems, so as to realize the transmission of data encryption functions.


2011 ◽  
Vol 148-149 ◽  
pp. 1145-1148
Author(s):  
Chao Yin

An improved BM-algorithm in intrusion detection system was presented which can increase displacements using the next character of the substring has been matched in the main string and pattern string. Experimental results obtained by capturing network packets with the number of matches, the number of pattern moves, the number of character comparisons as the main indicators. Experimental results show that the number of matches after and before improved is equal, and the number of pattern moves decreased by about13.3% after improved, and the number of character comparisons decreased by about 15.1% after improved. This indicates that the improved algorithm improved the efficiency of pattern matching.


2013 ◽  
Vol 7 (1) ◽  
pp. 138-142
Author(s):  
Lihong Zhang ◽  
Shuqian Chen ◽  
Yanglie Fu

Selection Algorithm and Generation Algorithm of elliptic curves have been the focus of research and hotspot of the Elliptic Curve Cryptosystem. This paper discusses a random elliptic curve realization method of Embedded Mobile Equipment, the SEA algorithm and its improved algorithm from Elliptic Curve's selection, Elliptic Curve's structure and Elliptic Curve's generation. Ensuring that the embedded system in the security situation goes through invariable situation causes the embedded system to realize a fast elliptic curve realization method, which enhances the efficiency of embedded system.


Author(s):  
C. Hernández-Rosales ◽  
R. Femat ◽  
E. Ruiz-Velázquez ◽  
G. Solí­s-Perales

This paper shows how the INTEL © D8751H microcontroller can be used to control the motion of a DC-Gearmotor. One advantage of this design is that does not require external memory RAM/EPROM to perform the control of the motor. A precision potentiometer and an analog-to-digital converter (ADC) are used to measure the motor angular position. The ADC is driven by the ALE signal from the microcontroller; therefore an external signal clock is not required. In order to implement a discrete-time PI controller and a discrete-time filter, specific libraries were designed. Moreover, other libraries based on micro C® compiler, has been modified. Finally, experimental results show a good performance of the embedded system.


Sign in / Sign up

Export Citation Format

Share Document