原创 OpenCV源碼分析(二):meanShift

int cv::meanShift( InputArray _probImage, Rect& window, TermCriteria criteria ) { CvConnectedComp comp; Mat pro

原创 運動跟蹤(三):CamShift(),對象跟蹤

opencv2中的函數CamShift,內部調用的是cvCamShift,cvCamShift的內部又使用了cvMeanShift。cv::RotatedRect cv::CamShift( InputArray _probImage,

原创 Condensation Algtithum

參考:https://blog.csdn.net/GDFSG/article/details/50794528http://answers.opencv.org/question/6985/syntax-for-particle-filt

原创 運動跟蹤(六):BackgroundSubtractorMOG(),背景差

class CV_EXPORTS_W BackgroundSubtractorMOG : public BackgroundSubtractor { public: //! the default constructor

原创 運動跟蹤(二):segmentMotion,運動模板

http://wiki.opencv.org.cn/index.php/Cv運動分析與對象跟蹤http://wiki.opencv.org.cn/index.php/增強現實%28AR%29opencv2中的segmentMotion內部

原创 ZYNQ DMA測試

參考文章: ZYNQ基礎系列(七) LWIP數據通路 -- PL數據->PS->PC機(TCP) https://blog.csdn.net/long_fly/article/details/79760956 ZYNQ基礎系列(六) DM

原创 運動跟蹤(一):calcOpticalFlowFarneback(),稠密光流法

關於金字塔LK光流的Demo已經在上一篇的blog中說明了,地址:https://blog.csdn.net/liangchunjiang/article/details/79869830測試OpenCV的函數calcOpticalFlo

原创 運動跟蹤(七):BackgroundSubtractorMOG2(),背景差

class CV_EXPORTS_W BackgroundSubtractorMOG2 : public BackgroundSubtractor { public: //! the default constructor

原创 OpenCV源碼分析(三):KalmanFilter

/*! Kalman filter. The class implements standard Kalman filter \url{http://en.wikipedia.org/wiki/Kalman_filter}. Ho

原创 Qt Style Sheets Examples

通過styleSheets設置控件的外觀,每次都要去查找,索性放在這裏,方便查看Qt 5.8Qt WidgetsQt Style Sheets Exa

原创 OpenTLD在VS2012和opencv246編譯通過

最近看到了TLD的跟蹤視頻,覺得很有意思,剛好最近在看行人檢測所以就打算下載源碼玩一玩,因爲源碼是Linux版本的(原作者寫的是C++和MATLAB的混合編程)C++源碼可以在我的博客TLD(一種目標跟蹤算法中)下載到。在編譯過程中遇到一

原创 運動跟蹤(五):Kalman濾波

class CV_EXPORTS_W KalmanFilter { public: //! the default constructor CV_WRAP KalmanFilter(); //! the full

原创 TLD(Tracking-Learning-Detection)

Zdenek Kalal 基於其開發的TLD技術,建立了TLD Vision公司。網站 http://www.tldvision.com。          TLD Vision是一家研究性公司,致力於在視頻中進行運動目標的跟蹤。這個跟蹤

原创 Clustering of Static-Adaptive Correspondences for Deformable Object Tracking

測試簡述:實際上我測試的時候,有時覺得實時性不好,打開調試開關的時候,顯示特徵點數量達到3000+,不知道有沒有優化的版本,單純說目標跟蹤的性能真的是很好,測試過CT、KCF、LTD,很多人都覺得kcf的性能很驚人,實際上我測試覺得可能k

原创 Camera Calibration

相機標定參考文章 張正友標定論文 棋盤標定板與圓形圖案標定板的精度分析論文 圓形標定板高精度擬合橢圓論文 立體相機標定教程文檔 相機標定方法詳細介紹章節 openCV 標定模塊文檔說明 相機標定照片拍攝建議 關於橢圓的透視變換 Homog