IN THE SUPERVISIONS OF: DR\KAMEL ALI ARRAM ENG\LAMIAA Computer Vision Course.

Slides:



Advertisements
Similar presentations
Truth Tables and Logic Gates. What are Logic Gates? Logic gates are components used in making logic circuits. Each gate has one or more inputs and produces.
Advertisements

DAT2343 Basic Logic Gates © Alan T. Pinck / Algonquin College; 2003.
Logic Gates.
CT455: Computer Organization Logic gate
Digital Electronics Lecture 2 Logic Gates. Lecture 2 outline Announcement:
Computer Systems – Logic Gates Introduce the basic logic gates Introduce truth tables Introduce Boolean algebra (dont panic!) Examples of combining gates.
Basic Logic Gate Sayed Mahbub Hasan Amiri Dhaka Residential Model College.
Logic Gates. Digital Signals Logic Gates NOT (Inverter) Gate AND Gate OR Gate NAND Gate NOR Gate XOR Gate.
Programming Logic Gate Functions in PLCs
CDA 3100 Recitation Week 10.
ECE 3110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR, Parity Circuits, Comparators.
Lecture. Outline Bits Gates Combinatorial Logic Spice Hands-On Stuff.
Universal Gates Sum of Products Products of Sum
Logic Gates Combinational Circuits
Simple One and Two Input Logic Gates Truth Tables and Function Tables Based Upon TTL Levels.
Binary Numbers.
XOR and XNOR Logic Gates. XOR Function Output Y is TRUE if input A OR input B are TRUE Exclusively, else it is FALSE. Logic Symbol  Description  Truth.
NOCTI Review Lesson 4 Objectives:
TODAY YOU ARE LEARNING to explain why data is represented in computer systems in binary form 2. to understand and produce simple logic diagrams.
Digital Logic Design Week 3
Basic Logic Operations and Standard Logic Gates (Lecture #1) ECE 331 – Digital System Design.
Logic Gates Shashidhara H S Dept. of ISE MSRIT. Basic Logic Design and Boolean Algebra GATES = basic digital building blocks which correspond to and perform.
Chapter 33 Basic Logic Gates. 2 Objectives –After completing this chapter, the student should be able to: Identify and explain the function of the basic.
Sneha.  Gates Gates  Characteristics of gates Characteristics of gates  Basic Gates Basic Gates  AND Gate AND Gate  OR gate OR gate  NOT gate NOT.
Bits, Data types, and Operations: Chapter 2 COMP 2610 Dr. James Money COMP
Islamic University Of Gaza, Nael Aburas Data Storage Introduction to computer, 2nd semester, 2010/2011 Mr.Nael Aburas
Gates and Logic Dr John Cowell phones off (please)
Logic Gates. The Inverter The inverter (NOT circuit) performs the operation called inversion or complementation. Standard logic symbols: 1 1 input output.
1 Ethics of Computing MONT 113G, Spring 2012 Session 1 Digital Circuits, binary Numbers Course webpage:
5 - Digital Logic with Boolean Algebra
COMPUTER ARCHITECTURE TRUTH TABLES AND LOGIC GATES.
Chapter-3: BOOLEAN ALGEBRA & LOGIC GATES Analysis and logical design.
Logic Gates. A logic gate is an elementary building block of a digital circuit. Most logic gates have two inputs and one output. At any given moment,
Basic Logic Operations and Standard Logic Gates [Lecture:1] Instructor: Sajib Roy Lecturer, ETE, ULAB ETE 204 – Digital Electronics.
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Yaohang Li.
The inverter performs the Boolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW. The Inverter AX.
ECE 2110: Introduction to Digital Systems Chapter 6 Combinational Logic Design Practices XOR and parity check Circuits.
Logic Gates Chapter 5 Subject: Digital System Year: 2009.
LOGIC CIRCUITLOGIC CIRCUIT. Goal To understand how digital a computer can work, at the lowest level. To understand what is possible and the limitations.
4–1 Gates Let’s examine the processing of the following six types of gates NOT AND OR XOR NAND NOR Typically, logic diagrams are black and white, and the.
Computer Architecture & Operations I
Computer Architecture & Operations I
Eng. Mai Z. Alyazji October, 2016
Logic Gates.
Chapter 4 Operations on Bits.
CSIS-110 Introduction to Computer Science
ECE 331 – Digital System Design
Logic Gates.
Logic Gates Benchmark Companies Inc PO Box Aurora CO
Basic Logical Operations (Fascinating)
Digital Signals Digital Signals have two basic states:
Boolean Algebra & Logic Circuits
Logic Gates.
Boolean Algebra.
Logic Gates.
Digital Logic.
DIGITAL ELECTRONICS B.SC FY
Logic Gates.
CS 206D Computer Organization
Combinational Circuits
Binary Logic.
Chapter 2 Gates.
Logic Gates Logic Gates Gateway To Technology
XOR Function Logic Symbol  Description  Truth Table 
Truth tables Mrs. Palmer.
Department of Electronics
Basic Logic Operations
Eng. Ahmed M Bader El-Din October, 2018
Dept. of Electrical and Computer Eng., NCTU
What are Logic Gates?.
Presentation transcript:

IN THE SUPERVISIONS OF: DR\KAMEL ALI ARRAM ENG\LAMIAA Computer Vision Course

Logic Operators X-OR,X-NOR & Bitshift Operators Prepared by Emad A.Elmotaleb Eqady.

Logical XOR/XNOR

INPUT vs OUTPUT INPUT  Binary or Grey Level Image. OUTPUT  Binary or Grey Level Image.

truth-tables

X-OR vs X-NOR The XOR function is only true if just one (and only one) of the input values is true, and false otherwise. the output values of XNOR are simply the inverse of the corresponding output values of XOR.

image2 New image Image 1 X-OR Or X-NOR X-OR Or X-NOR

colered Image2 colered Image colered Image X-OR Or X-NOR X-OR Or X-NOR

New Image ?????????????

The XOR (and similarly the XNOR) operator typically takes two binary or graylevel image as input, and outputs a third image whose pixel value are just those of the first image, XORed with the corresponding pixels from the second.

How It Works Number of Bit

Example X-OR

Example cont X-OR

Invert/Logical NOT

INPUT vs OUTPUT INPUT  Binary or Grey Level Image. OUTPUT  Binary or Grey Level Image.

truth-table

Thank you