自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

有思想的鱼

coding fish

  • 博客(12)
  • 收藏
  • 关注

转载 Matlab HS算法实现

function [us,vs] = HSoptflow(Xrgb,n) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Author: Gregory Power gregory.power@wpafb.af.mil % This MATLAB code shows a Motion Estimation map c

2012-04-28 16:31:57 3956 2

原创 fback.cpp +xiaogaijing

from  C:\OpenCV2.1\samples\c #undef _GLIBCXX_DEBUG #include "cv.h" #include "highgui.h" using namespace cv; void drawOptFlowMap(const Mat& flow, Mat& cflowmap, int step, do

2012-04-28 16:16:29 1007

原创 cvoptflowlk.cpp 程序__分析coming soon

#include "_cv.h" typedef struct { float xx; float xy; float yy; float xt; float yt; } icvDerProduct; #define CONV( A, B, C) ((float)( A + (B<<1) + C )) /*F///////////////////

2012-04-14 17:45:50 1057 1

转载 aoptflowhs.cpp

读源程序系列HS光流算法#include "cvtest.h" #if 0 /* Testing parameters */ static char FuncName[] = "cvCalcOpticalFlowHS"; static char TestName[] = "Optical flow (Horn & Schunck)"; static char TestClass[] = "Al

2012-04-14 16:07:28 716

转载 aoptflowlk.cpp

读源程序系列 LK光流算法 #include "cvtest.h" #if 0 /* Testing parameters */ static char FuncName[] = "cvCalcOpticalFlowLK"; static char TestName[] = "Optical flow (Lucas & Kanade)"; static char TestClass[] =

2012-04-14 16:01:57 648

转载 optflow.cpp

#include "cvtest.h" #include #include #include #include #include #include "cvaux.h" using namespace cv; using namespace std; class CV_OptFlowTest : public CvTest { public: CV_OptFlowTest();

2012-04-14 15:59:26 2503

转载 camshift.cpp

#include "_cvaux.h" CvCamShiftTracker::CvCamShiftTracker() { int i; memset( &m_box, 0, sizeof(m_box)); memset( &m_comp, 0, sizeof(m_comp)); memset( m_color_planes, 0, sizeof(m_co

2012-04-14 15:56:57 865

转载 cvMeanShift + cvCamshift

#include "_cv.h" /*F/////////////////////////////////////////////////////////////////////////////////////// // Name: cvMeanShift // Purpose: MeanShift algorithm // Context: // Paramet

2012-04-14 15:55:54 2465

转载 camshiftdemo.c [OpenCV的sample/c]

#ifdef _CH_ #pragma package #endif #ifndef _EiC #include "cv.h" #include "highgui.h" #include #include #endif #pragma comment(lib, "cv.lib") #pragma comment(lib, "cxcore.lib") #pragma comment(lib,

2012-04-14 15:42:15 2025 1

原创 cvInRange函数详解

CV_IMPL void cvInRangeS( const void* srcarr, CvScalar lower, CvScalar upper, void* dstarr ) { static CvBigFuncTable inrange_tab; static int inittab = 0; CV_FUNCNAME( "cvInRangeS" );

2012-04-13 21:55:11 14554 1

原创 OpenCV 播放视频(带滚动条)

//+++++++++++++++++++++++++++++++++++++++++++++++ //++++++++=====+++读入视频文件++++++++++++++++++++ //+++++++++++++++加入滚动条控制+++++++++++++++++++ //+++++++++++++++++转换为灰度图+++++++++++++++++++ //==============

2012-04-12 16:38:33 1110

转载 OpenCV 亮度调节

#include "cv.h" #include "highgui.h" #include int ImageAdjust(IplImage *src,IplImage *dst, double low,double high, //x direction double bottom,double top, /

2012-04-12 16:27:55 2780 1

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除