简体   繁体   中英

Vertical and horizontal projection of curves in OpenCV

Is there a way to compute vertical and horizontal projection of curves in OpenCV ? For example in this paper , they have computed vertical projection of written signatures. How would I do it in OpenCV python?

您可以先使用Canny边缘检测器,再使用轮廓跟踪器: http : //docs.opencv.org/doc/tutorials/imgproc/shapedescriptors/find_contours/find_contours.html之后,您可以使用各个轮廓来计算投影。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM