如何从像素构造图像 [英] How do I construct a image from pixels

查看:72
本文介绍了如何从像素构造图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,全部:



我有以下API,需要将它们构建成图像。

在Google上搜索后我有不知道我可以用哪个第三方服务我的目标。



有没有人有任何想法或任何与界面相关的参考?



Hi, all:

I have following API and need to construct them to a image.
After searching on Google I have no clue which third-party I can use to server my goal.

Does anyone have any idea or any reference relevant to the interface?

GetCameraData(
	int nCamDimX,				// x-number of pixels of camera
	int nCamDimY,				// y-number of pixels of camera
	int nCCDBits,				// number of grey-scale bits
	double dCamPixelXOriginal,		// x-size pixels
	double dCamPixelYOriginal,		// y-size pixels
	int *npCamData				// camera frame
	)

推荐答案

hi,

OpenCV是一种广受欢迎的计算机视觉库。也许你可以搜索文档 [ ^ ]您将找到所需内容。

'GetCameraData'可能只是某人通过某些OpenCV API编写的包装器,因此搜索这个确切的API可能无济于事。而是尝试搜索如何从像素形成图片。



OpenCV可以从这里下载[ ^ ]。它是免费下载的。



希望它有所帮助!

OpenCV is a widely popular computer vision library. maybe you can search in its documentation[^] and you will find what you are looking for.
'GetCameraData' might be just a wrapper that somebody wrote over some OpenCV API so searching for this exact API may not help. Rather try searching for how to form picture from pixels.

OpenCV can be downloaded from here[^]. Its a free download.

hope it helps !


这篇关于如何从像素构造图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆