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"
相關文章
相關標籤/搜索