文章 2017-11-26 来自:开发者社区

【OpenCV学习】Laplace变换(视频边界检测)

#include "cv.h" #include "highgui.h" #include <ctype.h> #include <stdio.h> int main(int argc , char **argv) { IplImage *laplace = 0; IplImage *coloelaplace = 0; IplImage *plan...

文章 2012-10-08 来自:开发者社区

【OpenCV学习】Laplace变换(视频边界检测)

作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ #include "cv.h" #include "highgui.h" #include <ctype.h> #include <stdio.h> int main(int argc , char **argv) { IplImage *laplace = 0; ...

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。