Emgu.CV study notes (a) to turn it turn it colorful neon lights

Emgu.CV
VS2010
win7 64


surroundings:

win7 64

VS2010

Emgu.CV:libemgucv-windows-x64-2.3.0.1416.zip

Useful data:

http://www.cnblogs.com/xrwang/archive/2010/03/03/ImageFeatureDetection.html

For the first time do not really know the


  public void test(Bitmap bitmap)
        {
            Image img = new Image(bitmap);
            Image gray = img.Convert().PyrDown().PyrUp();

            pictureBox1.Image = gray.Bitmap;
           
        },>,>,>,>

Error:

'Emgu.CV.CvInvoke' type of initial setting of formula exception occurs.

Reference Source:

http://social.msdn.microsoft.com/Forums/zh-TW/233/thread/941919f5-142f-4206-ada6-7cfbd047a625

Solution:

Build configuration of Visual Studio, the platform into X64

x64, X86 anyCpu set with Emgu, there is always a can

There is only one problem: the compiler to put XP x86 as above reported the same mistakes,

To install c ++ runtime like

===================

Engage in a C #

Now learn to repair laptop

Original: Big Box  Emgu.CV study notes (a) to turn it turn it colorful neon lights


Guess you like

Origin www.cnblogs.com/chinatrump/p/11491025.html