Skip to content

spencerwooo/cartoonize-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cartoonize Images

Cartoonize image with MATLAB.

Structure

.
├── 1.jpg
├── 2.jpg
├── LICENSE
├── README.md
├── main.m
└── saturateImage.m

0 directories, 6 files

Dependencies

  • Computer Vision System Toolbox:计算机视觉核心库
  • MATLAB Support Package for IP Cameras:IP 摄像头支持库

Usage

  1. Open main.m in MATLAB
  2. Configure settings in line 4-5, with your own local image, or your IP camera's video stream url
% % % % % % % % % % % % % % % % % % % % % % % % %
% Change below according to your configurations %
% % % % % % % % % % % % % % % % % % % % % % % % %
imgPath = '1.jpg';
url = 'http://192.168.1.7:8080/video';
  1. Run the program

Expected Result


📸 Cartoonize Images ©Spencer Woo. Released under the MIT License.

Authored and maintained by Spencer Woo.

@Blog · ⒿJike · @GitHub

About

Cartoonize image with MATLAB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages