摘要:
//用鼠标在窗口中画方形//作者:sandy//时间:2015-10-7//user can draw boxes on the screen#include #include using namespace std;CvRect box;bool drawing_box=false;//定义一个回... 阅读全文
posted @ 2015-10-11 21:25
北海盗
阅读(347)
评论(0)
推荐(0)
摘要:
//用widthStep的方法来增加某范围的像素//作者:sandy//时间:2015-10-5#include #include int main(int argc, char** argv){ //载入图片 IplImage* interest_img; interest_im... 阅读全文
posted @ 2015-10-11 21:23
北海盗
阅读(476)
评论(0)
推荐(0)
摘要:
//用imageROI来增加某范围的像素//作者:sandy//时间:2015-10-5#include #include int main(int argc, char** argv){ IplImage* src; if((src=cvLoadImage("E:\\picture\\... 阅读全文
posted @ 2015-10-11 21:21
北海盗
阅读(282)
评论(0)
推荐(0)
摘要:
//alpha融合//作者:sandy//时间:2015-10-6//将一只狗的头像融合在蜗牛头上#include #include int main(int argc, char** argv){ IplImage *src1,*src2; //载入源图片 if((src1=cv... 阅读全文
posted @ 2015-10-11 21:19
北海盗
阅读(530)
评论(0)
推荐(0)