/pseudoColoring

Primary LanguageJupyter Notebook

PseudoColoring


Reuriment

Before run the script, please install below packages

  • OpenCV: pip install opencv-python
  • Matplotlib: pip install matplotlib
  • Jupter notebook: pip instll jupyter

Introduction

This is a PseudoColorMap using OpenCV colormap. This module consists of three main part"

    - PART I: Load the image ---------------------------------- completed
    - PART II: Map the PseudoColor -------------------------- completed
    - PART III: Run the script ---------------------------------- completed

Reference: https://learnopencv.com/applycolormap-for-pseudocoloring-in-opencv-c-python/#download

Directory tree

In Pseudocoloring folder, there are two foler Data and Script. Data folder contain images, and script folder contains the scipt.
Pseudocoloring
Pseudocoloring/Data
Pseudocoloring/Script
tutorial.mp4