Cartoonize image with MATLAB.
.
├── 1.jpg
├── 2.jpg
├── LICENSE
├── README.md
├── main.m
└── saturateImage.m
0 directories, 6 files
- Computer Vision System Toolbox:计算机视觉核心库
- MATLAB Support Package for IP Cameras:IP 摄像头支持库
- Open
main.m
in MATLAB - 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';
- Run the program
📸 Cartoonize Images ©Spencer Woo. Released under the MIT License.
Authored and maintained by Spencer Woo.