- Added the minEnclosingTriangle function declaration to the imgproc header
authorOvidiu Parvu <ovidiu.parvu@gmail.com>
Wed, 11 Sep 2013 17:02:10 +0000 (18:02 +0100)
committerOvidiu Parvu <ovidiu.parvu@gmail.com>
Wed, 11 Sep 2013 17:07:19 +0000 (18:07 +0100)
commite6b58c4e79c4e57ac2b25919dc66c510ef0ad35c
treea932741651ec1c9d78f8b47a4a78e53a0695e02a
parent77a2529eb7cb355038359221745671ddc559de57
- Added the minEnclosingTriangle function declaration to the imgproc header
- Added the source code for the function in the separate file min_enclosing_triangle.cpp
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/src/min_enclosing_triangle.cpp [new file with mode: 0644]