banner

Image Processing Training Syllabus

  • INTRODUCTION to MATLAB
    • Historical Background
    • Applications
    • Scope of MATLAB
    • Importance of MATLAB for Engineers
    • Features
    • MATLAB Windows(Editor, Work Space, CommandHistory, Command Window)
    • Operations with Variables
    • Operations with Variables
    • Naming and Checking Existence
    • Clearing Operations
    • Introduction to Arrays
    • MATLAB File Types
  • DATA and DATA FLOW in MATLAB
    • Matrix Operations & Operators
    • Reshaping Matrices
    • Importing Exporting Of Data
    • Arrays
    • Data types
    • File Input-Output
    • Communication with External Devices
  • EDITING and DEBUGGING M FILES
    • Writing Script Files
    • Writing Functions
    • Error Correction
    • M-Lint Automatic Code Analyzer
    • Saving Files
  • PROGRAMMING
    • Flow Control
    • Conditional Statements
    • Error Handling
    • Work with Multidimensional Array
    • Cell Array & Characters
    • Developing User Defined Function
    • Scripts and Other Functions
  • MATLAB GRAPHICS
    • Simple Graphics
    • Graphic Types
    • Plotting Functions
    • Creating Plot & Editing Plot(2D and 3D)
    • Graphics Handles
  • User-Defined Functions
    • Defining functions
    • Using functions
    • Returning values from a function
    • Setting global variables
    • Setting default values
    • Debugging & troubleshooting
  • GUI(Graphic User Interface
    • Graphic User Interface Introduction
    • GUI Components
    • Designing Process
    • Initializing GUIDE (GUI Creator)
    • Creating the Visual Aspect of the GUI
    • Writing the Code for the GUI Callbacks
    • Launching the GUI
  • DETAILED ANALYSIS OF IMAGE PROCESSING TOOLBOX
    • Reading and Writing Image Data
    • Displaying and Exploring Image
    • Spatial Transformation
    • Image Registration
    • Designing and implementing 2D linearFilters for Image Data
    • Morphological Operations
    • Transforms
    • Analyzing and Enhancing Images
    • ROI based Processing
    • Neighborhood and Block operations
  • PROJECT DESCRIPTION
  • PROJECT IMPLEMENTAION