I am working on Stasm-asm library using C#. However, I am new to this topic. When I write a cvlib command Visual Studio could not found that command. However the references to EMGU are there:
using Emgu.CV;
using Emgu.CV.Structure;
using Emgu.Util;
using Emgu.CV.CvEnum;
using System.IO;
using System.Diagnostics;
using System.Runtime.InteropServices;
It seems I am missing something. Any help?
IplImage img = cvlib.cvLoadImage(image_name, cvlib.CV_LOAD_IMAGE_COLOR);
I am working on Stasm-asm library using C#. However, I am new to this topic. When I write a cvlib command Visual Studio could not found that command. However the references to EMGU are there:
using Emgu.CV;
using Emgu.CV.Structure;
using Emgu.Util;
using Emgu.CV.CvEnum;
using System.IO;
using System.Diagnostics;
using System.Runtime.InteropServices;
It seems I am missing something. Any help?
IplImage img = cvlib.cvLoadImage(image_name, cvlib.CV_LOAD_IMAGE_COLOR);
0 commentaires:
Enregistrer un commentaire