Thursday, June 6, 2019

Data Structures in Python

Primitive

  • Integer
  • Float
  • String
  • Boolean


Non-Primitive

  • Array
  • List
  • Tuple
  • Dictionary
  • Set
  • File

No comments:

Post a Comment

Image noise comparison methods

 1. using reference image technique     - peak_signal_noise_ratio (PSNR)     - SSI 2. non-reference image technique     - BRISQUE python pac...