spmallick / learnopencv

Learn OpenCV : C++ and Python Examples
https://www.learnopencv.com/
21.1k stars 11.58k forks source link

Project1 #736

Closed ShubhamJagtap2000 closed 1 year ago

ShubhamJagtap2000 commented 2 years ago

Project 1: Image Cartoonization using OpenCV Gaussian Pyramid Algo.

Respected sir, I have added this beginner-level project in the fork of origin as the "project1" branch.

Please review it and check if it is mergeable in the origin master repo.

Thank you.

ShubhamJagtap2000 commented 2 years ago

Hello, fellow contributor there?

brmarkus commented 2 years ago

You might want to check other PullRequests of how to get new examples&demos added - like providing a README, description, having a blog-post behind.

Do you have something more in mind than just showing how to use an OpenCV-API-call, like code-examples shown under "https://docs.opencv.org/4.x/d7/d4d/tutorial_py_thresholding.html"?

ShubhamJagtap2000 commented 2 years ago

Okay, I will add README and some code descriptions soon... Thank you.

brmarkus commented 2 years ago

You might want to align with e.g. this recent PullRequest as template: https://github.com/spmallick/learnopencv/pull/740