541 research outputs found

    High dynamic range color image enhancement using fuzzy logic and bacterial foraging

    Get PDF
    High dynamic range images contain both the underexposed and the overexposed regions. The enhancement of the underexposed and the overexposed regions is the main concern of this paper. Two new transformation functions are proposed to modify the fuzzy membership values of under and the overexposed regions of an image respectively.For the overexposed regions, a rectangular hyperbolic function is used while for the underexposed regions, an S-function is applied. The shape and range of these functions can be controlled by the parameters involved, which are optimized using the bacterial foraging optimization algorithm so as to obtain the enhanced image. The hue, saturation, and intensity (HSV) color space is employed for the purpose of enhancement, where the hue component is preserved to keep the original color composition intact. This approach is applicable to a degraded image of mixed type. On comparison, the proposed transforms yield better results than the existing transformation functions17 for both the underexposed and the overexposed regions

    Image enhancement using fuzzy intensity measure and adaptive clipping histogram equalization

    Get PDF
    Image enhancement aims at processing an input image so that the visual content of the output image is more pleasing or more useful for certain applications. Although histogram equalization is widely used in image enhancement due to its simplicity and effectiveness, it changes the mean brightness of the enhanced image and introduces a high level of noise and distortion. To address these problems, this paper proposes image enhancement using fuzzy intensity measure and adaptive clipping histogram equalization (FIMHE). FIMHE uses fuzzy intensity measure to first segment the histogram of the original image, and then clip the histogram adaptively in order to prevent excessive image enhancement. Experiments on the Berkeley database and CVF-UGR-Image database show that FIMHE outperforms state-of-the-art histogram equalization based methods

    Enhancement Of The Low Contrast Image Using Fuzzy Set Theory

    Get PDF
    This paper presents a fuzzy grayscale enhancement technique for low contrast image. The degradation of the low contrast image is mainly caused by the inadequate lighting during image capturing and thus eventually resulted in nonuniform illumination in the image

    Optimal controllers design for voltage control in Off-grid hybrid power system

    Get PDF
    Generally, for remote places extension of grid is uneconomical and difficult. Off-grid hybrid power systems (OGHPS) has  renewable energy sources integrated with conventional sources. OGHPS is very significant as it is the only source of electric supply for remote areas. OGHPS under study  has Induction generator (IG) for wind power generation, Photo-Voltaic source with inverter, Synchronous generator (SG) for Diesel Engine (DE) and load. Over-rated PV-inverter has capacity to supply reactive power.  SG of  DE  has Automatic voltage regulator for excitation control to regulate terminal voltage. Load and IG demands reactive power, causes reactive power imbalance hence voltage fluctuations in OGHPS. To manage reactive power for voltage control, two control structures with Proportional–Integral controller(PI), to control  inverter reactive power and  SG excitation by automatic voltage regulator are incorporated.  Improper tuning of controllers lead  to oscillatory and sluggish response. Hence in this test system both controllers need to be tune optimally. This paper proposes novel intelligent computing algorithm , Enhanced Bacterial forging algorithm (EBFA) for optimal reactive power controller for voltage control in OGHPS. Small signal model of OGHPS with proposed controller is  tested for different disturbances. simulation results  are compared  with conventional  method , proved the effectiveness of EBFA

    Current Studies and Applications of Krill Herd and Gravitational Search Algorithms in Healthcare

    Full text link
    Nature-Inspired Computing or NIC for short is a relatively young field that tries to discover fresh methods of computing by researching how natural phenomena function to find solutions to complicated issues in many contexts. As a consequence of this, ground-breaking research has been conducted in a variety of domains, including synthetic immune functions, neural networks, the intelligence of swarm, as well as computing of evolutionary. In the domains of biology, physics, engineering, economics, and management, NIC techniques are used. In real-world classification, optimization, forecasting, and clustering, as well as engineering and science issues, meta-heuristics algorithms are successful, efficient, and resilient. There are two active NIC patterns: the gravitational search algorithm and the Krill herd algorithm. The study on using the Krill Herd Algorithm (KH) and the Gravitational Search Algorithm (GSA) in medicine and healthcare is given a worldwide and historical review in this publication. Comprehensive surveys have been conducted on some other nature-inspired algorithms, including KH and GSA. The various versions of the KH and GSA algorithms and their applications in healthcare are thoroughly reviewed in the present article. Nonetheless, no survey research on KH and GSA in the healthcare field has been undertaken. As a result, this work conducts a thorough review of KH and GSA to assist researchers in using them in diverse domains or hybridizing them with other popular algorithms. It also provides an in-depth examination of the KH and GSA in terms of application, modification, and hybridization. It is important to note that the goal of the study is to offer a viewpoint on GSA with KH, particularly for academics interested in investigating the capabilities and performance of the algorithm in the healthcare and medical domains.Comment: 35 page

    An innovative metaheuristic strategy for solar energy management through a neural networks framework

    Get PDF
    Proper management of solar energy as an effective renewable source is of high importance toward sustainable energy harvesting. This paper offers a novel sophisticated method for predicting solar irradiance (SIr) from environmental conditions. To this end, an efficient metaheuristic technique, namely electromagnetic field optimization (EFO), is employed for optimizing a neural network. This algorithm quickly mines a publicly available dataset for nonlinearly tuning the network parameters. To suggest an optimal configuration, five influential parameters of the EFO are optimized by an extensive trial and error practice. Analyzing the results showed that the proposed model can learn the SIr pattern and predict it for unseen conditions with high accuracy. Furthermore, it provided about 10% and 16% higher accuracy compared to two benchmark optimizers, namely shuffled complex evolution and shuffled frog leaping algorithm. Hence, the EFO-supervised neural network can be a promising tool for the early prediction of SIr in practice. The findings of this research may shed light on the use of advanced intelligent models for efficient energy development

    How Can Bee Colony Algorithm Serve Medicine?

    Get PDF
    Healthcare professionals usually should make complex decisions with far reaching consequences and associated risks in health care fields. As it was demonstrated in other industries, the ability to drill down into pertinent data to explore knowledge behind the data can greatly facilitate superior, informed decisions to ensue the facts. Nature has always inspired researchers to develop models of solving the problems. Bee colony algorithm (BCA), based on the self-organized behavior of social insects is one of the most popular member of the family of population oriented, nature inspired meta-heuristic swarm intelligence method which has been proved its superiority over some other nature inspired algorithms. The objective of this model was to identify valid novel, potentially useful, and understandable correlations and patterns in existing data. This review employs a thematic analysis of online series of academic papers to outline BCA in medical hive, reducing the response and computational time and optimizing the problems. To illustrate the benefits of this model, the cases of disease diagnose system are presented

    Hybrid ant colony system algorithm for static and dynamic job scheduling in grid computing

    Get PDF
    Grid computing is a distributed system with heterogeneous infrastructures. Resource management system (RMS) is one of the most important components which has great influence on the grid computing performance. The main part of RMS is the scheduler algorithm which has the responsibility to map submitted tasks to available resources. The complexity of scheduling problem is considered as a nondeterministic polynomial complete (NP-complete) problem and therefore, an intelligent algorithm is required to achieve better scheduling solution. One of the prominent intelligent algorithms is ant colony system (ACS) which is implemented widely to solve various types of scheduling problems. However, ACS suffers from stagnation problem in medium and large size grid computing system. ACS is based on exploitation and exploration mechanisms where the exploitation is sufficient but the exploration has a deficiency. The exploration in ACS is based on a random approach without any strategy. This study proposed four hybrid algorithms between ACS, Genetic Algorithm (GA), and Tabu Search (TS) algorithms to enhance the ACS performance. The algorithms are ACS(GA), ACS+GA, ACS(TS), and ACS+TS. These proposed hybrid algorithms will enhance ACS in terms of exploration mechanism and solution refinement by implementing low and high levels hybridization of ACS, GA, and TS algorithms. The proposed algorithms were evaluated against twelve metaheuristic algorithms in static (expected time to compute model) and dynamic (distribution pattern) grid computing environments. A simulator called ExSim was developed to mimic the static and dynamic nature of the grid computing. Experimental results show that the proposed algorithms outperform ACS in terms of best makespan values. Performance of ACS(GA), ACS+GA, ACS(TS), and ACS+TS are better than ACS by 0.35%, 2.03%, 4.65% and 6.99% respectively for static environment. For dynamic environment, performance of ACS(GA), ACS+GA, ACS+TS, and ACS(TS) are better than ACS by 0.01%, 0.56%, 1.16%, and 1.26% respectively. The proposed algorithms can be used to schedule tasks in grid computing with better performance in terms of makespan
    corecore