原创 C++ 編譯錯誤 will be initialized after [-Werror=reorder]

error: 根據提示找到VINSLoop::Vocabulary::Vocabulary() 2.進入Vocabulary()構造函數 其在構造是按照nNodes(0), nodes(nullptr), nWords(0)

原创 一次讀入兩行字符串

//we have defined the necessary header files here for this problem. //If additional header files are needed in you

原创 stack,queue,dque

1.#include 容器的改編,它實現了一個先進後出的數據結構 #include<iostream> #include<stack> using namespace std;

原创 仿射變換

https://www.cnblogs.com/shine-lee/p/10950963.html

原创 20.R的n次冪scanf memset

輸入 The input will consist of a set of pairs of values for R and n. The R value will occupy columns 1 through 6, and

原创 與的作用,左移右移

這回你的任務很簡單,就是簡單的數數,不過是在二進制下計算哦,計算一個十進制數的二進制包含多少個1. 如3的二進制是11,則包含2個1,2的二進制是10,則包含1個1 #include<iostream> int count(in

原创 37. Matrix 動態規劃

現在你面對一個n×m的矩陣,矩陣中的每一個元素都是一個整數,現在你需要計算從矩陣的左上角走到右下角所走過的所有元素相加的最大和。 注意:只能向右或者向下走,不能走出邊界 #include <iostream> #include <

原创 windows下安裝wget

下載exe http://downloads.sourceforge.net/gnuwin32/wget-1.11.4-1-setup.exe 雙擊exe 進行install 記住安裝路徑 wget_path 配置環境

原创 常用的向量矩陣求導公式

https://blog.csdn.net/lipengcn/article/details/52815429)

原创 和機器學習和計算機視覺相關的數學

https://blog.csdn.net/zouxy09/article/details/8084511

原创 Cmake工程編譯

參考 https://www.cnblogs.com/LiuSY/p/5808210.html 工程GMS-Feature-Matcher-master 需要opencv 1、直接編譯,報錯,如下圖 2、根據提示上圖報錯,找不到

原创 自己編譯vs opencv

參考:https://blog.csdn.net/streamchuanxi/article/details/51044929 1 工具cmkae-gui repeat 1、配置過程全程退出360安全衛士和360殺毒。 2、vs要以

原创 OpenCV Tutorial C++

非常好的opencv入門 https://www.opencv-srf.com/2011/11/track-bars.html

原创 RGB圖像之灰度級和通道的理解

https://blog.csdn.net/silence2015/article/details/53789748

原创 VS2015+opencv2.4.9 及小錯誤

配置過程看別人的 http://www.cnblogs.com/woshitianma/p/3853447.html 或者 https://blog.csdn.net/webzhuce/article/details/63734002