问题标签 [simplecv]

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 投票
2 回答
3585 浏览

python - 如何将相机预览删除到树莓派

我在我的树莓派上安装了 SimpleCv 和驱动程序以使用它(uv4l 驱动程序),现在我想玩它。当我在 simpleCV shell "Camera(0).getImage().save("foo.jpg") " 上键入时,屏幕上会出现相机预览,我无法输入其他命令,因为此预览涵盖了 shell What Have我要怎么做才能去掉摄像头预览?非常感谢 !菲利波

0 投票
2 回答
26351 浏览

opencv - simpleCV 和 openCV 的区别

我不知道该用哪一个。实际上哪个是最好的???否则,他们两个是一样的吗???

在一些文章中,我读到 simpleCV 是一种让您可以访问 openCV 的界面。我不明白这一点。那我们为什么要单独安装openCV??

0 投票
1 回答
246 浏览

python - 我想创建一个软件,可以使用 simpleCV 和 openCV 使用 USB 摄像头监控每分钟闪烁。

我尝试使用 simpleCV,得到了一个开源代码,通过简单的修改,我能够写下一个能够检测闪烁的代码(在图像的特定位置,一个小的变化出现并消失了)。现在我想计算每分钟的闪烁次数并想绘制一个实时图表。我看到一些代码和项目使用傅里叶变换进行此类工作但无法在我的项目中实现,我终于来到这里请帮助我提前感谢:

0 投票
1 回答
2227 浏览

opencv - 检测视频特定区域内的运动

我是一名生物学家,为了我的实验工作,我想开发一个可以检测载玻片上任何运动的软件。

我想修改以下代码,以便它可以检测围绕特定 xy 坐标而不是整个帧的所需半径圆内的运动。你能建议哪些改变是必要的吗?

0 投票
0 回答
153 浏览

image - SimpleCV Image 方法导致 IOError Errno 24 Too many open files

Simplecv Image() 方法被调用很多次,之后导致以下错误:

文件资源限制

我正在使用的代码片段..

这是打开文件列表的监视:

处理后是否有关闭图像文件的方法?

谢谢,

斯内哈

0 投票
1 回答
1628 浏览

python - Simplecv and openkinect blob detection issues

I am currently on a robotics team for my high school and my objective is to use our kinect to detect the balls in this year's game by using simplecv and openkinect. I am currently stuck on an issue that my mentors and I cannot seem to resolve. What the code does is it takes a live-depth map feed from the kinect and binarizes it, once it has done that it looks for blobs and tries to find the circular blobs. Finally it draws a circle over the circular blob. The issue is the code is able to find blobs no problem, but it's not able to find the circular ones. I am at a dead end and am hoping someone in the community will be able to please help me. Thank you, here's the code and an image of what is seen

enter image description here

0 投票
1 回答
285 浏览

simplecv - SimpleCV - 颜色分割和区域增长

我想要一些关于颜色分割的帮助。我正在尝试识别某些类型的血细胞,其中一些以颜色区分。我已经在一些图像中表现出色,问题是由于图片质量不一样,不相等,颜色会改变。我想知道是否需要设置一系列颜色...或者是否有人可以向我解释使用 simplecv 增长的基于分割区域的更好一点...谢谢!

0 投票
0 回答
353 浏览

python - 如何加载由 Image.toString 转换为 base64 字符串的图像?

我正在尝试使以下示例正常工作:

上面的代码产生IOError如下:

我也尝试先解码字符串,但无济于事:

这会产生类似的错误,尽管报告的文件名要小得多。

是什么赋予了?我应该如何做到这一点?

编辑:还应该注意的是,简单地解码字节串lenna.toString.decode('base64')也不起作用。我刚刚得到另一个看起来像 base64 的字符串。

0 投票
1 回答
311 浏览

python - SimpleCV PIL 安装需要帮助

尝试在我的 Mac (10.9) 上安装 SimpleCV。

使用说明: https ://github.com/sightmachine/SimpleCV/blob/develop/README.markdown#mac-os-x-106-and-above

到了它说安装 PIL 没有太多问题的部分:

“下载PIL:

curl -O -L http://effbot.org/media/downloads/Imaging-1.1.7.ta​​r.gz

在解压后的文件夹中:

python setup.py build --force

须藤 python setup.py 安装"

当我尝试“python setup.py build --force”

我得到一个巨大的混乱和一个致命错误:_imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found

试着环顾四周,并没有找到解决办法。

这是什么意思,我该怎么办??

非常感谢,

0 投票
2 回答
895 浏览

python - 如何使 SimpleCV 显示图像?

我正在使用 Simple CV 教程中的以下代码

但随后它显示一个小窗口,但空白,没有图像。

你可以帮帮我吗?

谢谢