English 中文(简体)
国际刑警组织和(或)开放式录像中的形象
原标题:Interpolation and Morphing of an image in labview and/or openCV

我正在处理图像操纵问题。 我有一个管理项目主机,项目在屏幕上,我有一个照相机,可以了解情况。 我可以通过在屏幕上投射狗和在摄像机上找到由此造成的地区群众中心,在投影器的子体和摄像机的子体之间建立1:1的通信。 因此,我有一张地图。

赞成:

我的原始计划是利用Mathscript功能网格数据使这一地图正规化。 将在MATLAB进行以下工作罚款:

[pgridx, pgridy] = meshgrid(allprojxpts, allprojypts)
fitcx = griddata (proj_x, proj_y, cam_x, pgridx, pgridy);
fitcy = griddata (proj_x, proj_y, cam_y, pgridx, pgridy);

以及照相机对射线绘图的反向

不幸的是,这部法典导致Labview在网球站站站上脱光(照相机为5只微粒,似乎太太大,无法操作。)

接着,我开始通过开放式考试委员会来研究,并发现雕刻功能。 不幸的是,这一功能的起点是,像我试图制作的那种固定的六氯乙烯地图。 然而,它使我希望,在开放式的《综合清单》中可以提供制作这种地图的功能。 我无法在公开的11.0张APIC(出于遗产原因,我 st着1.0张)中发现这一点,但我想到的是,我会把它推到那里,或者有人会轻易trick。

因此,我的问题是以下一个问题之一:

(1) 我如何从分散点到开放式CV的电网;(即,鉴于Z = f(x,y)对分散的x和 y值,如何用f(im_x, imy)填充图像?

2) 鉴于我知道协调系统1的点分布图,我知道协调系统,以协调系统,我如何进行图象1至图2的图像转变。 2. 可在Labview或公开CV实施。

注:我打着这个 post子,因为这是一种分散的干预方法,但更好的标签是“分散的干涉”。

最佳回答

因此,这最终成为《Labview 8.5》中标书的具体固定点。 然而,由于文件记录不全,而且我已花了一天时间给他们造成痛苦,我估计,他们会因此而把这个问题推到了一起。

(1) Meshgrid炸弹。 Don t 知道何时确定,肯定是8.5倍。 解决办法:使用类似于电网的电网功能进行干涉和搜查;反之,使用外推波。 或升级至LV2009,后者显然有工作(低于正常工作)。

2) Griddata在8.5中存在缺陷。 记录不准确。 8.6 升级说明说,电网和“电离层”环境存在问题,但事实上,电离层电离层电离层也存在问题。 3. 解决高温高分管问题: (1) 穿过第4条旗帜,它进行某种间谍干涉,但无ug。 2)升至至少8.6版。 3) 装满ni子工程师,直到他们妥善记录ug。

3)我得以利用开放式社区地图功能,实现从一个图像向另一个图像的实际转变。 我在尝试时只是使用中间2乘制成的垫子,但是它却在大量阵列上,给我留下记忆错误。 另一方面,将IMAQ图像描绘成IPL图像是相当直截了当的,因此,除了增加外部图书馆外,这种墨迹不好。

问题回答

暂无回答




相关问题
国际刑警组织和(或)开放式录像中的形象

我正在处理图像操纵问题。 我有一个管理项目主机,项目在屏幕上,我有一个照相机,可以了解情况。 我可以在......之间建立1:1 correspondence的通信。

LabVIEW string output

How do I send a string output from a DAQ Board (NI- USB 6259) using LabVIEW? I want to send commands such as "CELL 0" or "READ" to a potentiostat device using LabVIEW. Thanks

LabView Control (.ctl) to VB.NET Structure

I created a control in LabView. My LabView code writes data of that type to a binary file. I want to read this data into a VB Structure. Can I do this programmatically, or do I need to manually ...

What is C s analogy to LabVIEW s Event Structure?

One programming construct I use quite a bit in LabVIEW is the Event Structure. This gives me the benefit of not having to needlessly waste CPU cycles via polling but only perform actions when an ...

Anything wrong with this SQL query?

I m using LabVIEW and the Database Toolkit to execute an SQL query, and it keeps barfing on this for syntax reasons. I m using MySQL through the ODBC connector. Each line should have a newline ...

Qt Client - LabVIEW server

I am trying to connect a Qt client to a LabVIEW server (acquiring analog signals). Can this be done with data sockets ?

Synced Sliders in LabView

In LabView 2009, is there a way to have one control (slider) affect the output and display of another control (slider)? For example, there are two sliders that adjust two separate parameters. I ...

热门标签