搜索资源列表
CreateImage
- 本程序可以实现彩色照片到黑白照片的转换,-The program can be color photo to black and white photo conversion
CreateImage
- UG应用java进行开发的一个图像抓取程序。调用了UG中关于图像抓取的各项参数,对照帮助文档可以很好的学习一下图像抓取功能。-UG java application for development of an image capture program. Call the UG on the parameters of image capture, control help document to learn what can be a very good image capture funct
GAC-image-segmentation
- 这个代码采用迎风方案实现推广GAC模型的水平集方法。gauss,createimage是调用的子程序-this program is to realize extending gac level set method with Hj
drawing
- opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta