问题标签 [roi]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
61 浏览

vector - 在 opencv 中将 matix 转换为向量

我已经编写了一个代码来创建一个描述视频中特征的矩阵。我使用 ROI 来裁剪图像中的特征并将其保存在一个矩阵中。整个程序在一个 for 循环中。现在如何使用 imshow 绘制这些矩阵..

0 投票
1 回答
1967 浏览

c++ - 视频文件中的感兴趣区域

这是我第一次在这里发帖,希望能有一个积极的结果,因为我的研究已经接近尾声。

我想在我的代码中添加一个函数,该函数将只处理视频文件定义的感兴趣区域。

(我无法发布图片,因为我还没有声誉,但在这里发布了同样的问题 ---> http://answers.opencv.org/question/18619/region-of-interest-in-video-文件/ )

故事板:

我正在用 C++/OpenCV 编写一个程序,通过获取视频帧的运行平均值,使行人和车辆看起来不在场景中/消失。我已经做到了。现在我的问题是我只希望处理感兴趣区域下的视频部分,因为我想在它们闪烁时保留圣诞灯的照明/照明。

为什么?我想用这种方法只捕捉即将到来的圣诞节期间闪烁的灯光,而不受现场车辆和人的干扰。

我怎样才能做到这一点?我的意思是在视频文件中获取感兴趣的区域。

提前致谢。

0 投票
1 回答
401 浏览

matlab - 为某些选定区域中的像素赋予特定值

我正在尝试执行以下操作MATLAB

  • 选择一些感兴趣的区域
  • 1例如,为该区域中的像素提供值

我不确定,这将imfreehand是选择感兴趣区域的起点。然后怎样呢?

如何做到这一点MATLAB

谢谢。

0 投票
1 回答
516 浏览

image - 将位置转换为二进制掩码并使用此类掩码过滤图像

假设我们有一个像素被标记的图像,1并且2。我们如何在 中执行以下操作MATLAB

  • 1s将和的位置转换2s为二进制掩码
  • 用这些蒙版过滤图像

谢谢。

0 投票
1 回答
1669 浏览

matlab - My confusion with region of interest

I was looking into the region of interest tutorial set here and there are a few things that escape my understanding.

The example given to create a binary mask for setting the ROI is

I understand that an ellipse imellipse is used to create the ROI object. So following its own page here I read more about it but no where on that page does it explain what gca is? all it says is that it is an hparent and specifies the HG parent of the ellipse. I do not understand this can some one please elaborate. Can I use something else in place of gca? and what is gca?

Also in this line the imshow function is assigned to h_im and then further used. When I did this with my installation with a sample image I got this value h_im = 1.740099 so h_im is a double value.

This is further used here BW = createMask(e,h_im); I understand that these are the parameters meaning:

BW = createMask(h,h_im) returns a mask the same size as the image h_im with 1s inside the ROI object h and 0s outside. This syntax is required when the axes that contain the ROI hold more than one image.

so is 1.740099 the size of the image? In which units is this measured?

Also when I wrote the last line in my Matlab I got the following error:

Why am I getting this error?

Thank you

0 投票
1 回答
271 浏览

opencv - 使用 Opencv Sobel 结果

我使用 OpenCVcvSobel ()来查找图像内的垂直线——效果很好。但是不明白,可能或不使用 Sobel 结果?我需要获取一些已建立的相同垂直线的 demention(高度),如果它发现超过 5 条相同的垂直线(从左到右) - 创建具有高度 demention 的 ROI,并且坐标取决于已建立的线条高度。

0 投票
0 回答
381 浏览

c++ - 自定义感兴趣区域

我知道对此有类似的问题,但我的是这篇文章的延续。 视频文件中的投资回报率

我已经找到了获得 ROI 的方法,现在正在使用我的程序运行,但仅在 Rectangular(cv::Rect) 中运行

现在,我想以这种方式获得 ROI,以便实际感兴趣的区域将是唯一处理的区域。

关于如何获得这种投资回报率的任何想法?

在此处输入图像描述

非常感谢。

0 投票
2 回答
1043 浏览

c++ - 子矩阵越界(OpenCV)

我正在尝试将图像划分为网格,并保存各个部分。目前,我遍历片号并获得子图像,然后将其保存。

有人可以解释如何正确获取子图像吗?我一直在关注 stackoverflow 上的类似帖子,但我的代码一直未能通过检查子图像与原始图像边界的断言。

ps 第一个子图像不会破坏程序,但第二个子图像会破坏程序(对于 2x2 网格,所以是结尾部分)。我已经将子图像缩短了 10,但这仍然破坏了机器。

0 投票
1 回答
327 浏览

image - MATLAB 中 ROI 的空间变换

我正在寻找一种基于图像将空间变换应用于多个 ROI 的方法。

我所拥有的是一个预定义的图像,其中指定了多个 ROI,以及另一个未设置的图像,我们与原始图像匹配并使用 cp2tform 和“lwm”进行转换。

我想知道是否有一种方法可以在一组 ROI 点上使用变换,然后再次拆分 ROI。

0 投票
2 回答
716 浏览

matlab - 在脚本中保存非徒手 ROI

我需要做的是在 MATLAB 中使用预定义大量 ROI imfreehand,然后将这些 ROI 放入脚本中。这真的并不难,因为我可以命名它们并继续绘制。但是我迷失的是如何在脚本中保存这些 ROI 而无需重新定义 ROIS。

基本上如何在脚本中保存 ROI?