基于Opencv的Roberts边缘检测

jasonyujun 32 0 CPP 2019-07-08 05:07:10

基于Opencv的Roberts算子实现

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

很好用。效果看着比sobel要好一点。。

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

很好用,自己改了一下即可~~

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

很好用,非常感谢。

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

我用的是VS2012,确实是得强制转换一下就可以运行了,效果不错,赞一个,~

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

很好用的代码

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

稍微改一下就可以了,完全好用!

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

很好用,感觉效果比laplace亮一点

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

可以运行 但是如果用vs的话需要强制转换

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

可以使用,稍作改动 temp= sqrt(double (temp*temp+temp1*temp1))或temp= sqrt(float (temp*temp+temp1*temp1))

Generic placeholder image 卡了网匿名网友 2019-07-08 05:07:10

可以用,算法没问题