opencv图像处理3--opencv下使用滑动条

#include "cv.h" #include "highgui.h" #include <stdio.h> #include <ctype.h> void on_trackbar(int position){if( position == 0 ) {printf("the position is%d", position);} else {printf("the position is %d"
相关文章
相关标签/搜索