原创 python基礎(三)list, tuple, dict, set

整理自廖雪峯python教程 https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/00143167247729045211

原创 最終ransac擬合矩形

#include<iostream> #include<opencv2/opencv.hpp> #include<vector> #include<stdlib.h> #include <time.h> using namespace

原创 ransac

#include<iostream> #include<opencv2/opencv.hpp> #include<vector> #include<stdlib.h> #include <time.h> using namespac

原创 ransac改進

#include<iostream> #include<opencv2/opencv.hpp> #include<vector> #include<stdlib.h> #include <time.h> using namespac

原创 1.《把時間當作朋友》——李笑來

我是通過知乎用戶弗蘭克揚,纔開始嘗試讀李笑來的書的,本來是打算隨便讀讀但是感覺是一本非常好的書, 讓我對自己的思維方式等有了新的認識。除了這本書,他的《新生——七年就是一輩子》我也基本看完了,另外還有弗蘭克揚推薦的《對賭》,這些書算是我嘗

原创 2.《新生——七年就是一輩子》 ——李笑來

我最近開始看機器學習,就總覺得裏面的學習很像人類大腦的學習。人也是在接收許多信息後,識別出一種模式,這就有一個輸入和輸出,也涉及到了測試集判斷。 這本書把大腦比作cpu,非常的巧妙,我發現了我的操作系統有許多的問題。 “人和人之間很不一樣

原创 開源書

https://openingsource.org/1137/ https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-

原创 opencv字符分割

投影法 #include<iostream> #include <opencv2/opencv.hpp> #include <stdio.h> using namespace std; using namespace cv; /

原创 python基礎(五)函數

  整理自廖雪峯python教程 https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431679203477b5b

原创 簡明python教程 (筆記)一

  # 1.在一個字符串中,行末的單獨一個反斜槓表示字符串在下一行繼續,而不是開始一個新的行。 "This is the first sentence.\ This is the second sentence." #等價於"This

原创 python基礎(一)

整理自廖雪峯python教程 https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431658624177ea4f8

原创 utf-8編碼等

https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431664106267f12e9bef7ee14cf6a877

原创 python基礎(二) 字符串

  整理自廖雪峯python教程 https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431664106267f12

原创 python基礎(三)list, tuple

整理自廖雪峯python教程 https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/00143167247729045211

原创 python基礎(四)判斷,循環

整理自廖雪峯python教程 https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000/001431675624710bb20e