https://github.com/aliartiza75/numerical_analysis
Image Resizing using Interpolation and making video of that process. Encryption and Decryption of that video using Lorentz and Rossler method
https://github.com/aliartiza75/numerical_analysis
image-resizing lorentz matlab matlab-codes matlab-image-processing-toolbox rossler zoom-images
Last synced: about 1 month ago
JSON representation
Image Resizing using Interpolation and making video of that process. Encryption and Decryption of that video using Lorentz and Rossler method
- Host: GitHub
- URL: https://github.com/aliartiza75/numerical_analysis
- Owner: aliartiza75
- Created: 2017-03-08T16:09:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T19:10:52.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T10:35:58.489Z (3 months ago)
- Topics: image-resizing, lorentz, matlab, matlab-codes, matlab-image-processing-toolbox, rossler, zoom-images
- Language: Matlab
- Homepage:
- Size: 97.2 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Resizer
This project contains matlab scripts that uses Lorentz & Rossler techniques for image resizing.## Project description
- zoom.m takes an image and resize it and makes a video of that process.
- Lorentz/video_encryption.m file takes a video file and encrypt and decrypt some of it frames(you can change # of frames).
- Rossler/video_encryption.m file takes a video file and encrypt and decrypt some of it frames(you can change # of frames).