搜索资源列表
CreateImage
- java生成带条纹的图片,可以设置长度与宽度-java generated images with stripes, you can set the length and width
CreateImage
- 本程序可以实现彩色照片到黑白照片的转换,-The program can be color photo to black and white photo conversion
creatimage
- createimage函数实现当前零水平集(演化曲线)在原图上的显示和嵌入函数u的重新初始-Createimage functions implementing the current zero level set (curve evolution in the display on the original) and inline function u initial again
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
unique_test
- Allow the loaders to use the XSHM extension. It probably requires callbacks for createImage destroyImage similar to DRI2 getBuffers.
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
os
- 基于mips的操作系统kernel文件的加载和镜像文件的创建(Kernel file loading and image file creation based on MIPS)