SaashaJoshi / piQture

piQture: A quantum machine learning library for image processing.
https://saashajoshi.github.io/piQture/
Apache License 2.0
20 stars 10 forks source link

Changes in inheritance for FRQI and NEQR image representaitons. #15

Closed SaashaJoshi closed 9 months ago

SaashaJoshi commented 9 months ago

Changes to FRQI and NEQR image representation classes.

List of changes made:

  1. Add an abstract base class named ImageEmbedding.
  2. FRQI inherits from ImageEmbedding.
  3. NEQR now inherits from FRQI.