Subversion Repositories OpenCV2-Cookbook

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 5
Line 103... Line 103...
103
        cv::Mat imaf2;
103
        cv::Mat imaf2;
104
        image2.convertTo(imaf2,CV_32F);
104
        image2.convertTo(imaf2,CV_32F);
105
105
106
        cv::waitKey();
106
        cv::waitKey();
107
        return 0;
107
        return 0;
108
}
-
 
109
108
}
-
 
109