emgucv

    0熱度

    1回答

    我使用使用過的教程Emgu的網站上用下面的代碼的代碼: using (Image<Gray, float> result = source.MatchTemplate(template, TemplateMatchingType.CcoeffNormed)) { double[] minValues, maxValues; Point[] minLocati

    -2熱度

    1回答

    你好,我怎樣才能拍攝快照從網絡攝像頭,並使用C#和Emgu CV它保存在一個變量

    0熱度

    2回答

    我想在c#中校準立體相機(在Emgu庫中)。但校準精度很差this is an example of disparity map!請幫幫我。 謝謝

    2熱度

    1回答

    我想在emgucv 3.1.0.2504中使用CvBox2D類型,但它不被識別! using Emgu.CV; using Emgu.CV.CvEnum; using Emgu.CV.Structure; using Emgu.CV.UI; using Emgu.CV.Util; using Emgu.Util; using System; static CvBox2D

    3熱度

    1回答

    我也想在EmguCV 3.1.0.2504中畫一個輪廓,但是我得到錯誤:「OpenCV:i < 0。孩子無法評估。」 IInputArrayOfArrays biggestCnt = GetBiggestCountour(BinaryImage); Image<Gray, byte> justCountor = new Image<Gray, byte>(384, 284, new Gray(2

    0熱度

    1回答

    我有下面的代碼在通常的窗口形成具有EmguCV 3.1 public Form1() { InitializeComponent(); _capture = new Capture("http://root:[email protected]:80/axis-cgi/mjpg/video.cgi"); _capture.ImageGrabbed +=

    0熱度

    1回答

    EmguCV是否提供用於將彩色圖像轉換爲RG色度(see Wikipedia link)的任何內置功能? 在此先感謝。

    0熱度

    1回答

    我在Unity中工作並嘗試進行網格和相機同步。 要做到這一點,我使用EmguCV/OpenCV的方法HomographyFind:http://www.emgu.com/wiki/files/1.4.0.0/html/3906193c-e458-2cb5-7667-fbb94114d179.htm 我校準功能如下所示: Matrix<float> homography = new Matrix<f

    0熱度

    1回答

    可能它很簡單,但找不到方法。我試圖用下面的代碼繪製一個帶有浮點的ARC段: System.Drawing.PointF [] points = new PointF [20]; backgroundDrawPolyline(points,false,new Bgr(0,0,0),1,Emgu.CV.CvEnum.LineType.FourConnected,0); 根據 http://www.em

    0熱度

    1回答

    我的任務是使用Kinect v2將一個用kinect V1進行斑點跟蹤的程序轉換爲一個程序。 第一個程序是用C++編寫的,使用opencv。新程序必須用c#編寫,所以我使用包裝器emgucv。 在某一點上的第一個程序使用此指令: cvCvtColor(frameVideo,hsvImg,CV_BGR2HSV); frameVideo和hsvImg被這樣定義: IplImage* frameVi