Merge pull request #16695 from SimpleVlad:intelligent_scissors
authorDizhenin Vlad <39303687+SimpleVlad@users.noreply.github.com>
Mon, 16 Mar 2020 14:10:25 +0000 (17:10 +0300)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2020 14:10:25 +0000 (17:10 +0300)
commit1c2ed2876f68188abea6c9805e8d30b6d9972820
tree6cbd8c22f30ccc92ac0c6f86c4bc9d08cb20d329
parent71ec1120931aae69988e2b4d16ed9acb61f915a4
Merge pull request #16695 from SimpleVlad:intelligent_scissors

Intelligent scissors

* Start

* Remove whitespace

* Re onMouse

* replased double to float

* Draw contours

* CV_FILLED -> FILLED

* Remove line 210

* Change 'about'

* Remove M_PI

* Remove warning

* CP_PI

* double to float

* CV_PI to Float

* Add struct for data

* line 172, 191 whitespace

* Change name

* Fix Warnings

* Set const

* line 180

* rewrite keys

* &img = param->img
samples/cpp/intelligent_scissors.cpp [new file with mode: 0644]