您好,我在运行您的程序时候什么都没有出现就结束了这是怎么回事?
在vs里面应该有报错信息吧
哥他出现了一个这样的错误,这个路径“f:\2.txt”是指的那个文件中的呀
System.IO.DirectoryNotFoundException
HResult=0x80070003
Message=未能找到路径“f:\2.txt”的一部分。
Source=mscorlib
StackTrace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode)
at 骨骼坐标点的获取入库.Form1..ctor() in F:\kinect\骨骼坐标点的获取入库\骨骼坐标点的获取入库\Form1.cs:line 25
at 骨骼坐标点的获取入库.Program.Main() in F:\kinect\骨骼坐标点的获取入库\骨骼坐标点的获取入库\Program.cs:line 19
这个好像没这个文件,是不是你cskin没安装好啊
Hinge @.***> 于2023年10月7日周六 14:19写道:
哥他出现了一个这样的错误,这个路径“f:\2.txt”是指的那个文件中的呀 System.IO.DirectoryNotFoundException HResult=0x80070003 Message=未能找到路径“f:\2.txt”的一部分。 Source=mscorlib StackTrace: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at 骨骼坐标点的获取入库.Form1..ctor() in F:\kinect\骨骼坐标点的获取入库\骨骼坐标点的获取入库\Form1.cs:line 25 at 骨骼坐标点的获取入库.Program.Main() in F:\kinect\骨骼坐标点的获取入库\骨骼坐标点的获取入库\Program.cs:line 19
— Reply to this email directly, view it on GitHub https://github.com/wfnian/Kinect/issues/3#issuecomment-1751617428, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEK7AK6UZ5W6UA5O3BQEA7LX6DYABAVCNFSM6AAAAAA5OIQC26VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRGYYTONBSHA . You are receiving this because you commented.Message ID: @.***>
-- @.*** @.***>>
额能冒昧问你一下cskin是什么吗.....
http://www.cskin.net/ 界面美化的c #库
哥那个这个可能是怎么一回事.0. System.TypeInitializationException HResult=0x80131534 Message=“Emgu.CV.CvInvoke”的类型初始值设定项引发异常。 Source=Emgu.CV StackTrace: at Emgu.CV.CvInvoke.cvInitFont(MCvFont& font, FONT fontFace, Double hscale, Double vscale, Double shear, Int32 thickness, LINE_TYPE lineType) at Emgu.CV.Structure.MCvFont..ctor(FONT type, Double hscale, Double vscale) at 骨骼坐标点的获取入库.Form1..ctor() in D:\MySpace\MyProject\Kinect\骨骼坐标点的获取入库\骨骼坐标点的获取入库\Form1.cs:line 44 at 骨骼坐标点的获取入库.Program.Main() in D:\MySpace\MyProject\Kinect\骨骼坐标点的获取入库\骨骼坐标点的获取入库\Program.cs:line 19
此异常最初是在此调用堆栈中引发的: [外部代码]
内部异常 1: DllNotFoundException: 无法加载 DLL“opencv_core2410”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。
emgucv没有安装好