- 博客(21)
- 收藏
- 关注
转载 理解矩阵
理解矩阵一:转载自:http://blog.youkuaiyun.com/myan/article/details/647511前不久chensh出于不可告人的目的,要充当老师,教别人线性代数。于是我被揪住就线性代数中一些务虚性的问题与他讨论了几次。很明显,chensh觉得,要让自己在讲线性代数的时候不被那位强势的学生认为是神经病,还是比较难的事情。可怜的chensh,谁让你趟这个地雷阵?!色令智昏啊!线性代...
2018-07-06 22:31:37
267
原创 Kinect开发(8)SpeechBasics-D2D not building properly
打算试试语音跑了例程,语音来源方向能够正常测试,程序也比较简单,音频数据源获取结构和之前几种数据源都差不多但是下了SpeechBasicD2D的C++例程,就没办法正常运行Debug选Win32的时候就提示:“This sample was compiled against an incompatible version of sapi.h. Please ensure that Microsof...
2018-03-22 14:55:17
545
1
原创 问题记录(6)WinSock2.h以及ws2def.h大量重复定义报错
#include <WinSock2.h>以及ws2def.h大量重复定义报错我看网上大多都在说是同时包含了windows.h以及winsock2.h的问题,应该把winsock2.h的包含顺序放在windows.h的后面,但是我看了一眼我的所有源文件和头文件都没有包含windows.h,所以并没有什么用……最后找到的解决方案参考https://www.cnblogs.com/Shir...
2018-03-20 13:49:02
2096
原创 问题记录(5)getbyhostname
warning C4996: 'gethostbyname': Usegetaddrinfo() or GetAddrInfoW() instead or define_WINSOCK_DEPRECATED_NO_WARNINGS to disable deprecated API 这个函数已经被弃用了,gethostbyname函数的原型如下:struct hostent* FAR gethos...
2018-03-20 13:47:11
1396
原创 Kinect V2开发(6)骨骼数据平滑处理
Kinect获取到的关节坐标数据包含了许多噪声。 影响噪声特性和大小的因素有很多(room lighting; a person’s body size; the person’s distance from the sensor array; the person’s pose (for example, for hand data, if the person’s hand is open ...
2017-12-09 19:24:57
4073
原创 问题记录(4) 错误 LNK2019
Error:错误 LNK2019无法解析的外部符号 _main,该符号在函数 "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ) 中被引用Reason:c语言运行时找不到适当的程序入口函数,一般情况下,如果是windows程序,那么WinMain是入口函数,在VS中新建项目为“win32项目”如果是dos控制台程序,那么main是入口函数,在...
2017-12-09 18:45:49
456
原创 问题记录(3)OpenCV Error: Assertion failed
error:OpenCV Error: Assertion failed (0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows) in cv::Mat::Mat, file C:\build\mas
2017-11-24 16:11:19
16285
10
原创 Paper Reading:Real-time human pose recognition in parts from single depth images
CVPR 2011
2017-11-17 17:42:57
1254
1
原创 Paper Reading:Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields
CVPR 2017
2017-11-17 16:05:55
506
原创 问题记录(2)无法打开PDB文件
(Win32): 已加载“C:\Windows\System32\ntdll.dll”。无法查找或打开 PDB 文件……
2017-11-13 13:29:49
905
原创 问题记录(1)opencv配置测试
error1:opencv2/opencv.hpp打开失败error2:C4996 ‘fopen‘: This function or variable may be unsafe. Consider using fopen_s instead.
2017-11-03 13:19:10
579
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人