原创 OpenCV, color reduction method

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992 OpenCV, colorreduction method 目標:          這次學習的目標是回答下面的幾個問題:            

原创 光流(optical flow)和openCV中實現

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992 光流(optical flow)和openCV中實現 光流的概念:        是Gibson在1950年首先提出來的。它是空間

原创 責任鏈模式

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992   所有配套代碼均在github上:https://github.com/ZHONGHuanGit/DesignPattern       跟着ZH

原创 OpenCV視頻讀取播放,視頻轉換爲圖片

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992 OpenCV視頻讀取播放,視頻轉換爲圖片 介紹幾個有關視頻讀取的函數: VideoCapture::VideoCapture

原创 OpenCV在矩陣上的卷積

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992   OpenCV在矩陣上的卷積          在openCV官網上說是戴面具,其實就是重新計算一下矩陣中的每一個value,那麼怎麼計算呢

原创 原型模式

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992          所有配套代碼均在github上:https://github.com/ZHONGHuanGit/DesignPattern  

原创 門面模式

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992          所有配套代碼均在github上:https://github.com/ZHONGHuanGit/DesignPattern    

原创 目標跟蹤--CamShift

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992   目標跟蹤--CamShift                CamShift全稱是ContinuouslyAdaptive Mean Shif

原创 組合模式

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992          所有配套代碼均在github上:https://github.com/ZHONGHuanGit/DesignPattern

原创 適配器模式

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992          所有配套代碼均在github上:https://github.com/ZHONGHuanGit/DesignPattern  

原创 LIBSVM使用

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992 LIBSVM使用          LIBSVM是一個簡單,容易使用和有效的SVM庫(關於SVM的介紹,可以去看一下SVM的三層

原创 OpenCV兩張圖片的合併

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992 OpenCV兩張圖片的合併      原理:        兩張圖片合併,想想圖片是用一個個像素點來存儲,每個像素點有他的值。那麼合併

原创 目標檢測—HOG特徵和OpenCV中的實現

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992 目標檢測—HOG特徵和OpenCV中的實現 關於HOG特徵可以看http://blog.csdn.net/zouxy09/art

原创 享元模式

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992   所有配套代碼均在github上:https://github.com/ZHONGHuanGit/DesignPattern       跟着ZH

原创 代理模式

轉載請註明出處!!!http://blog.csdn.net/zhonghuan1992   所有配套代碼均在github上:https://github.com/ZHONGHuanGit/DesignPattern       跟着ZH