A fluorescence microscopy considered as a powerful imaging tool in biology and medicine. In addition to useful signal obtained from fluorescence microscopy, there are some defects in its images such as random variation in brightness, noise that caused by photon detection and some background pixels in the acquired fluorescence microscopic images appear wrongly auto-fluorescence property. All these practical limitations have a negative impact on the correct vision and analysis of the fluorescent microscope users. Our research enters the field of automation of image processing and image analysis using image processing techniques and applying this processing and analysis on one of the very important experiments in biology science. This research is devoted to develop a system based on digital image processing methodology to localize and assess the concentration of saponins accumulation in plant tissues using Fluorescence microscopic image. The proposed system involved preprocessing steps than to make the region of interest more obvious and reflects the saponins accumulation area. Also, the system introduces a simple mathematical way for concentration assessment, and it was justified through the test results. It includes building a system to get microscopic images with best appearance and no defects. It determines the saponins accumulation sites in leaves, rhizomes and shoot apex of Y. gloriosa Variegata and their in vitro cultured tissues (Calli, direct and indirect regenerated shoots and rhizomes/roots). Statistical analysis is performed using a computer to get the mean and median of saponins intensities in each part, and finally perform a comparison between them to determine which part can record the highest intensity level of saponins. The results showed high ability of the system to determine the locations and intensity of saponins in the different parts of the plant. It performs the statistical analysis very quickly. In in vitro culture, it was found that callus treated with Thidiazuron (TDZ) in a combination with benzyl aminopurine (BA) and naphthyl acetic acid (NAA) after 3 weeks of culture had the highest level of saponins accumulation, while the leaves of intact plant recorded the second highest accumulation of saponins.
This study is dedicated to solving multicollinearity problem for the general linear model by using Ridge regression method. The basic formulation of this method and suggested forms for Ridge parameter is applied to the Gross Domestic Product data in Iraq. This data has normal distribution. The best linear regression model is obtained after solving multicollinearity problem with the suggesting of 10 k value.
Polyetheretherketone (PEEK) has favorable biomechanical properties to be used as an implant material. Unfortunately, it is hydrophobic and does not promote cellular adhesion, which could result in poor integration with bone tissue. Bio-functionalization of PEEK surface with osteogenic peptides derived from bone extracellular matrix proteins is an exciting approach to encourage bone formation around the implant. In the current study, bone-forming peptide-2 was immobilized on PEEK surface using two different methods, using dopamine and a diglycidyl ether as conjugate compounds, respectively. Peptide quantification test revealed that the two strategies resulted in the most amount of peptides were attached with 0.5 mM concentration and no furth
... Show MoreAbstract
Machining residual stresses correlate very closely with the cutting parameters and the tool geometries. This research work aims to investigate the effect of cutting speed, feed rate and depth of cut on the surface residual stress of steel AISI 1045 after face milling operation. After each milling test, the residual stress on the surface of the workpiece was measured by using X-ray diffraction technique. Design of Experiment (DOE) software was employed using the response surface methodology (RSM) technique with a central composite rotatable design to build a mathematical model to determine the relationship between the input variables and the response. The results showed that both
... Show MoreThis research aims to prepare an (Al-CdSe0.8Te0.2-Al) capacitor and study the alternating electrical properties of it at room temperature, and study the possibility of using these films in electronical applications. The A.C. conductivity of as-deposited films have been measured in the frequency range (f =100Hz-400KHz), and it has shown that A.C. conductivity ( σa.c ) increases with the frequency increasing. The study of the variation of each of the capacitance and real part of the dielectric constant (Єr ) with frequency has shown that their values decrease with frequency increasing. The study of the variation of each of the imaginary p
... Show MoreFive rice (Oryza sativa L.) cultivars (N22, Amber, Moroberekan, Kinandang Patong, and Azucena) underwent path coefficient analysis across three plant spacings (15 cm × 15 cm, 20 cm × 20 cm, and 25 cm× 25 cm) in the summer of 2017 at the College of Agricultural Engineering Sciences, University of Baghdad, Al-Jadriya, Iraq. The experiment proceeded in a randomized complete block design (RCBD) with a split-plot arrangement and three replications. The main plots included three planting distances, and the subplot comprised five varieties. The traits studied were plant height, flag leaf area, number of tillers, panicle number, length and branches, grains per panicle, 1000-grain weight, and the percentage of unfilled grains. The results
... Show MoreThe research is concerned about studying the absorption spectrum of the solution coumarin dye C47. The chloroform solvent was used with C47 dye in three different concentrations 10-4, 10-5 and 10-6 M. The laser dye solution was prepared by dissolving the required amount of dye in chloroform alcohol, while studying absorption spectrum before and after irradiation with gamma ray by cobalt-60 source 60Co at exposure time, which are 0, 4, 6 and 18 hours with different absorbed doses 0, 136, 204 and 612 Gy. The results show that red shift in the absorption spectrum was increased by increasing the concentration of laser dye solutions , while the increase of gamma dose led to increase the red shift after irradiation, as the exposure period and irr
... Show MoreThe research tackled to solve Sudoku grid problem 9 ×9 , one of artificial intelligence problems. This problem has many of solutions in search space to generate Sudoku grid by using magic square of odd order as 3. This research concludes solution by proposed heuristic algorithm from magic square of odd order as 3 and no given numbers (from 1 to 9) in each cell of nine Sudoku grid cells in starting of problem solution, this is not similar the solution in old classic methods to generate all sub grids in Sudoku grid. The experimental results in this paper show the easily implementation to solve the problem to manage without manual method, additional to position of numbers (1, 2,..9) in center of each sub grid in Sudoku grid
... Show MoreStool speeimens were collected from pati nts who presented for various medical c:omplaints in out patien.t Laboratories (The Central Health Laboratories / Baghdad,). Every ,$pecim-en wa:s examined by Conventional m jcroscopic exatninatitnl (CME) ·and te.§t d, by IgG ELISA kit.
Antibody against d1e Entamoeba histolylica, det cted by ELISA, has ·the potential to become a vah,mble adjunct to blood diagn9stics and make it more affective, .although there is no repJacement fo'e the
rp.iorosGopicex
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.