mirror of https://github.com/emgucv/emgucv.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
280 B
9 lines
280 B
import clr
|
|
clr.AddReferenceToFile("Emgu.Util.dll")
|
|
clr.AddReferenceToFile("Emgu.CV.dll")
|
|
clr.AddReferenceToFile("Emgu.CV.ML.dll")
|
|
clr.AddReferenceToFile("Emgu.CV.UI.dll")
|
|
from Emgu.CV import *
|
|
from Emgu.CV.UI import *
|
|
from Emgu.CV.Structure import *
|
|
from System import *
|