摘要:
vmware安装ubuntu12.04版本的vm tools时 遇到:Searching for a valid kernel header path...The path "" is not a valid path to the 3.8.0-19-generic kernel headers.W... 阅读全文
摘要:
int otsu(IplImage *image){ assert(NULL != image); int width = image->width; int height = image->height; int x=0,y=0; int pixelCount[256]; float pixelP... 阅读全文