原创 OpenCV shape detection -- C++版本

本文主要參考OpenCV shape detection ,用C++版的OpenCV API進行重寫。 源碼 ShapeDetector.h #pragma once #ifndef SHAPEDETECTOR_H_ #define SH