opencv 阈值分割

时间:2017-05-19 10:58:58
【文件属性】:
文件名称:opencv 阈值分割
文件大小:5.84MB
文件格式:ZIP
更新时间:2017-05-19 10:58:58
opencv 阈值分割 opencv 阈值分割int _tmain(int argc, _TCHAR* argv[]) { gsrcimage=cvLoadImage("lena.jpg",CV_LOAD_IMAGE_GRAYSCALE); gcannyimage=cvCreateImage(cvGetSize(gsrcimage),IPL_DEPTH_8U,1); cvNamedWindow("lena",CV_WINDOW_AUTOSIZE); cvNamedWindow("canny",CV_WINDOW_AUTOSIZE); int nThresholdEdge=1; cvCreateTrackbar("threhold","canny",&nThresholdEdge,100,on_trackbar); cvShowImage("lena",gsrcimage);
【文件预览】:
threhold
----ipch()
--------threhold-c37ac91c()
----threhold.sdf(13.71MB)
----threhold.sln(891B)
----Debug()
--------threhold.ilk(341KB)
--------threhold.exe(29KB)
--------threhold.pdb(1.34MB)
----threhold.suo(11KB)
----threhold()
--------stdafx.h(233B)
--------threhold.vcxproj(4KB)
--------targetver.h(236B)
--------Debug()
--------stdafx.cpp(213B)
--------ReadMe.txt(2KB)
--------threhold.vcxproj.user(143B)
--------threhold.cpp(992B)
--------lena.jpg(8KB)
--------threhold.vcxproj.filters(1KB)

网友评论