Sei sulla pagina 1di 6

NCCT

Smarter way to do your Projects

www.ncct.in ncctchennai@gmail.com 044-28235816, 98411 93224

Embedded Systems Projects, IEEE 2012 Abstracts UNDERWATER IMAGE ENHANCEMENT BY WAVELENGTH COMPENSATION AND DEHAZING
Light scattering and color change are two major sources of distortion for underwater photography. Light scattering is caused by light incident on objects reflected and deflected multiple times by particles present in the water before reaching the camera. This in turn lowers the visibility and contrast of the image captured. Color change corresponds to the varying degrees of attenuation encountered by light traveling in the water with dif ferent wavelengths, rendering ambient underwater environments dominated by a bluish tone. No existing underwater processing techniques can handle light scattering and color change distortions suffered by underwater images, and the possible presence of artificial lighting simultaneously. This paper proposes a novel systematic approach to enhance underwater images by a dehazing algorithm, to compensate the attenuation discrepancy along the propagation path, and to take the influence of the possible presence of an artifical light source into consideration. Once the depth map, i.e., distances between the objects and the camera, is estimated, the foreground and background within a scene are segmented. The light intensities of foreground and background are compared to determine whether an artificial light source is employed during the image capturing process.

NCCT, 109, 2 nd Floor, Bombay Flats, Nungambakkam High Road, Nungambakkam, Chennai 600034. Near Ganpat Hotel, Above IOB, Next to ICICI Bank Projects in Embedded Systems * Embedded Microcontrollers, VLSI * DSP * Matlab * Power Electronics * Java * .NET * Android * NS2

NCCT
Smarter way to do your Projects

www.ncct.in ncctchennai@gmail.com 044-28235816, 98411 93224

Embedded Systems Projects, IEEE 2012 Abstracts


After compensating the effect of artifical light, the haze phenomenon and discrepancy in wavelength attenuation along the underwater propagation path to camera are corrected. Next, the water depth in the image scene is estimated according to the residual energy ratios of different color channels existing in the background light. Based on the amount of attenuation corresponding to each light wavelength, color change compensation is conducted to restore color balance. The performance of the proposed algorithm for wavelength compensation and image dehazing (WCID) is evaluated both objectively and subjectively by utilizing ground-truth color patches and video downloaded from the Youtube website. Both results demonstrate that images with significantly enhanced visibility and superior color fidelity are obtained by the WCID proposed.

NCCT, 109, 2 nd Floor, Bombay Flats, Nungambakkam High Road, Nungambakkam, Chennai 600034. Near Ganpat Hotel, Above IOB, Next to ICICI Bank Projects in Embedded Systems * Embedded Microcontrollers, VLSI * DSP * Matlab * Power Electronics * Java * .NET * Android * NS2

NCCT
Smarter way to do your Projects Abstract of the Project

www.ncct.in ncctchennai@gmail.com 044-28235816, 98411 93224

Embedded Systems Projects, IEEE 2012 Abstracts

Proposed System Advantages

Architecture Diagram

Block Diagram

Explanation of Block Diagram

Components usage Details

TO GET THE ABOVE DETAILS


Pl visit our Office
or Send a Mail ncctchennai@gmail.com or Send SMS 98411 93224 or Call 044-28235816, 98411 93224, 95001 54011 www.ncct.in

NCCT, 109, 2 nd Floor, Bombay Flats, Nungambakkam High Road, Nungambakkam, Chennai 600034. Near Ganpat Hotel, Above IOB, Next to ICICI Bank Projects in Embedded Systems * Embedded Microcontrollers, VLSI * DSP * Matlab * Power Electronics * Java * .NET * Android * NS2

NCCT
Smarter way to do your Projects
EMBEDDED HARDWARE REQUIREMENTS Microcontroller, Atmel 89c51 / 52 Embedded Active components Embedded Passive components Electromechanical components Electrical components

www.ncct.in ncctchennai@gmail.com 044-28235816, 98411 93224

Embedded Systems Projects, IEEE 2012 Abstracts

SOFTWARE REQUIREMENTS
Assembly Language Embedded C KEIL Compiler HARDWARE REQUIREMENTS
If PC is used, for Independent Kits, this will not applicable

System RAM Hard Disk Monitor Mouse Keyboard

: Pentium Dual Core Processor + Board : 1 GB : 80 GB : 17 Color Monitor : Logitech Mouse : Multimedia Keyboard

SOFTWARE REQUIREMENTS Operating System Front End Database : : : Windows XP Visual Basic / Java Access

NCCT, 109, 2 nd Floor, Bombay Flats, Nungambakkam High Road, Nungambakkam, Chennai 600034. Near Ganpat Hotel, Above IOB, Next to ICICI Bank Projects in Embedded Systems * Embedded Microcontrollers, VLSI * DSP * Matlab * Power Electronics * Java * .NET * Android * NS2

NCCT
Smarter way to do your Projects
ABOUT EMBEDDED SYSTEMS

www.ncct.in ncctchennai@gmail.com 044-28235816, 98411 93224

Embedded Systems Projects, IEEE 2012 Abstracts


An embedded system is a computer system designed for specific control functions within a larger system, often with real-time computing constraints. It is embedded as part of a complete device often including hardware and mechanical parts. By contrast, a general -purpose computer, such as a personal computer (PC), is designed to be flexible and to meet a wide range of enduser needs. Embedded systems control many devices in common use today Embedded systems contain processing cores that are typically either microcontrollers or digital signal processors. The key characteristic, however, is being dedicated to handle a particular task. Since the embedded system is dedicated to specific tasks, design engineers can optimize it to reduce the size and cost of the product and increase the reliability and performance. Embedded systems are designed to do some specific task, rat her than be a general-purpose computer for multiple tasks. Some also have real -time performance constraints that must be met, for reasons such as safety and usability Embedded systems are not always standalone devices. Many embedded systems consist of small, computerized parts within a larger device that serves a more general purpose. The program instructions written for embedded systems are referred to as firmware, and are stored in read-only memory or Flash memory chips. They run with limited computer har dware resources: little memory, small or non-existent keyboard or screen.

PERIPHERALS
Embedded Systems talk with the outside world via peripherals, such as:
Serial Communication Interfaces (SCI): RS-232, RS-422, RS-485 etc. Synchronous Serial Communicati on Interface: I2C, SPI, SSC and ESSI (Enhanced Synchronous Serial Interface) Universal Serial Bus (USB) Multi Media Cards (SD Cards, Compact Flash etc.) Networks: Ethernet, LonWorks, etc. Fieldbuses: CAN-Bus, LIN-Bus, PROFIBUS, etc. Timers: PLL(s), Capture/Compare and Time Processing Units Discrete IO: aka General Purpose Input/Output (GPIO) Analog to Digital/Digital to Analog (ADC/DAC) Debugging: JTAG, ISP, ICSP, BDM Port, BITP, and DP9 ports.

NCCT, 109, 2 nd Floor, Bombay Flats, Nungambakkam High Road, Nungambakkam, Chennai 600034. Near Ganpat Hotel, Above IOB, Next to ICICI Bank Projects in Embedded Systems * Embedded Microcontrollers, VLSI * DSP * Matlab * Power Electronics * Java * .NET * Android * NS2

NCCT
Smarter way to do your Projects
MICROCONTROLLERS

www.ncct.in ncctchennai@gmail.com 044-28235816, 98411 93224

Embedded Systems Projects, IEEE 2012 Abstracts


A microcontroller (sometimes abbreviated C, uC or MCU) is a small computer on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals. Program memory in the form of NOR flash or OTP ROM is also often included on chip, as well as a typically small amount of RAM. Microcontrollers are designed for embedded applications, in contrast to the microprocessors used in personal computers or other general purpose applications. Microcontrollers are used in automatically controlled products and devices, such a s automobile engine control systems, implantable medical devices, remote controls, office machines, appliances, power tools, toys and other embedded systems. By reducing the size and cost compared to a design that uses a separate microprocessor, memory, an d input/output devices, microcontrollers make it economical to digitally control even more devices and processes

ATMEL 89C51 MICROCONTROLLERS


The Atmel AT89 series is an Intel-8051-compatible family of 8 bit microcontrollers (Cs) manufactured by the Atmel Corporation. Based on the Intel 8051 core, the AT89 series remains very popular as general purpose microcontrollers, due to their industry standard instruction set, and low unit cost. This allows a great amount of legacy code to be reused without modifi cation in new applications The AT89C51 is a low-power, high-performance CMOS 8-bit microcomputer with 4Kbytes of Flash programmable and erasable read only memory (PEROM). The device is manufactured using Atmels high-density nonvolatile memory technology and is compatible with the industrystandard MCS-51 instruction set and pin out. The on-chip Flash allows the program memory to be reprogrammed in -system or by a conventional nonvolatile memory programmer. By combining a versatile 8 -bit CPU with Flash on a monolithic chip, the Atmel AT89C51 is a powerful microcomputer, which provides a highly flexible and cost-effective applications solution to many embedded control

NCCT, 109, 2 nd Floor, Bombay Flats, Nungambakkam High Road, Nungambakkam, Chennai 600034. Near Ganpat Hotel, Above IOB, Next to ICICI Bank Projects in Embedded Systems * Embedded Microcontrollers, VLSI * DSP * Matlab * Power Electronics * Java * .NET * Android * NS2

Potrebbero piacerti anche