摘要:1. C++编译环境的安装(Win 7 64bit,x64平台) VS2010 + Windows SDK7.1 + VS2010 Sp1 + VC-Compiler-KB2519277 详细见本博客链接:Windows SDK 7.1 安装 2. OpenCV的安装 OpenCV2.4.x,解压缩安装在D:\OpenCV 将D:\opencv\build\x64\vc10\bin加入到系统的P...
阅读全文
CVer Learns ML.I am Shicai, interested in Computer Vision, Pattern Recognition, Machine Learning and Web Design. @Southeast University, Nanjing 211189, PR China |
随笔分类 - Matlab
摘要:1. C++编译环境的安装(Win 7 64bit,x64平台) VS2010 + Windows SDK7.1 + VS2010 Sp1 + VC-Compiler-KB2519277 详细见本博客链接:Windows SDK 7.1 安装 2. OpenCV的安装 OpenCV2.4.x,解压缩安装在D:\OpenCV 将D:\opencv\build\x64\vc10\bin加入到系统的P...
阅读全文
摘要:安装Microsoft Windows SDK 7.1的时候出现了一下错误:Microsoft Windows SDK for Windows 7 product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further informatio...
阅读全文
摘要:Term-Frequency word weighting scheme is one of most used in normalization of document-term matrices in text mining and information retrieval. See wikipedia for details. function Y = tfidf( X )% FU...
阅读全文
摘要:Size refers to the number of nodes in a parse tree. Generally speaking, you can think of size as code length. What is Cody? see here Problem 1. Times 2 - START HERE function y = times2(x) y = bitsh...
阅读全文
摘要:Last month I was experimenting with an algorithm in which I needed to construct a set of equidistantsteps along a path consisting of linesegments. (I'll call this apolyline path, orpolylinefor short.)...
阅读全文
|