Skip to content
This repository has been archived by the owner on Jan 20, 2019. It is now read-only.
/ ImageBazi Public archive

Learn to use octave for image processing 🎑

License

Notifications You must be signed in to change notification settings

9231058/ImageBazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageBazi

Introduction

Solution to matlab problems of Dr.AmirMazlaghani final project of Engineering Mathematics course.

Question one

We want to forecast weather with markov model, Assume we have following table for weather:

Tomorrow / Today Sunny Cloudy Rainy
Sunny 0.4 0.3 0.1
Cloudy 0.4 0.3 0.6
Rainy 0.2 0.4 0.3

and then we create some awsome code in 01.m.

Question Two

Let's compress our image with SVD. Please install octave image package before use this awesome code.

sudo apt install octave-image

Question Three

Facial Recognition with Singular Value Decomposition

About

Learn to use octave for image processing 🎑

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages