搜索资源列表
carnum
- 采用随机hough变换对圆心进行检测,VC++,包括直方图变换,去除孤立点
carnum
- 采用随机hough变换对圆心进行检测,VC++,包括直方图变换,去除孤立点-A randomized hough transform to detect the center, VC++, Including histogram transform, remove the isolated points
carnum
- 1. 分量法。 2.最大值法。选取彩色图像中的三分量中(RGB)的颜色的最大值作为灰度图的灰度值。即:f(i,j)=max(R(i,j),G(i,j),B(i,j))。 3.平均值法。 将彩色图像中的三分量亮度求平均得到一个灰度图f(i,j)=(R(i,j)+G(i,j)+B(i,j))/3。 4.加权平均法。(The 1. component method. 2. maximum value meth