int j=50;for(int i=0;i<=Contours.cols;i++){ if(Contours.at(j,i)=255)cout<<i;}
if(image.at(i,j)==255)
image.at(i,j)里面写错了还要加上类型
image.at<uchar>(i,j)