
import cv,而不使用其他。
>>> import cv >>> w=500>>> no_of_bits=8>>> channels=3>>> h=500>>> image=cv.CreateImage((w,h),no_of_bits,channels) >>> print image<iplimage(nChannels=3 width=500 height=500 widthStep=1500 )>
欢迎分享,转载请注明来源:内存溢出

import cv,而不使用其他。
>>> import cv >>> w=500>>> no_of_bits=8>>> channels=3>>> h=500>>> image=cv.CreateImage((w,h),no_of_bits,channels) >>> print image<iplimage(nChannels=3 width=500 height=500 widthStep=1500 )>
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)