-
Hi, I'm trying to start using damselfly on my Unraid 6.9.2 server.
However, I've been having a showstopping issue whereby when I pin the container to CPU cores, the application crashes with a `Segmen…
-
// load all images based on Signal types. throws error if any of these are not found
foreach (Signal s in Enum.GetValues(typeof(Signal)))
{
string subImagePath…
Yotoh updated
8 years ago
-
Buenas, estoy tratando de compilar la aplicación pero no he podido, en ppio faltaba una libreria (Emgu) la cual pude descargar desde nuget.
Pero ahora me dice que encuentra la clase "Capture". Requie…
-
**Describe the bug**
I'm just trying to bring Emgu into my project (.net Maui 8.0 for iOS/Android). Baby steps. But including Emgu.CV.runtime.maui.mini (v 4.9.0.5494) throws a fatal error immediate…
-
Hi,
Headline says eveyrthing.
After hours of debugging Vadim gave me this hint and it worked after adding the nvcuda.dll into nodes/plugins/dependencies/OpenCV
So adding it into the next build would …
-
.net core3.1、NET6 程序会放到 CentOS7.9上面去运行。现在windows可以正常使用 , linux服务上报错
=======message=======The type initializer for 'Emgu.CV.CvInvoke' threw an exception.| at Emgu.CV.CvInvoke.Imread(String filena…
-
I found my model and script works good on windows, but not on raspbian, so i wrote a new short program but still unknow what's wrong. These are the steps of my test script:
1. nuget. Including `Emgu.…
-
Hey, I was trying to do a tutorial and noticed that cv.cornerEigenValsAndVecs is not present in EMGU. Are there any alternatives to this function available?
Also, is there somewhere I can track wh…
-
Hi, I'm having some issues running the Emgu on my server. It runs fine locally, but when I try to use it in the server with an IIS it doesnt work.
Here is the error:
```
System.TypeInitialization…
-
LineSegment2D.Direction returns the negative direction (P1-P2)/|P1-P2| instead of (P2-P1)/|P2-P1|.
Version: Emgu 4.9.0.5494
Sample source code:
Trace.WriteLine($"Direction: {new LineSegment2D…