91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 21KB
    文件類(lèi)型: .cpp
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-06-06
  • 語(yǔ)言: C/C++
  • 標(biāo)簽: l-k??

資源簡(jiǎn)介

opencv中關(guān)于稠密光流L-K算法,調(diào)用Opencv庫(kù)函數(shù)時(shí)可以參考進(jìn)行編譯

資源截圖

代碼片段和文件信息

/*M///////////////////////////////////////////////////////////////////////////////////////
//
//??IMPORTANT:?READ?BEFORE?DOWNLOADING?COPYING?INSTALLING?OR?USING.
//
//??By?downloading?copying?installing?or?using?the?software?you?agree?to?this?license.
//??If?you?do?not?agree?to?this?license?do?not?download?install
//??copy?or?use?the?software.
//
//
//????????????????????????Intel?License?Agreement
//????????????????For?Open?Source?Computer?Vision?Library
//
//?Copyright?(C)?2000?Intel?Corporation?all?rights?reserved.
//?Third?party?copyrights?are?property?of?their?respective?owners.
//
//?Redistribution?and?use?in?source?and?binary?forms?with?or?without?modification
//?are?permitted?provided?that?the?following?conditions?are?met:
//
//???*?Redistribution‘s?of?source?code?must?retain?the?above?copyright?notice
//?????this?list?of?conditions?and?the?following?disclaimer.
//
//???*?Redistribution‘s?in?binary?form?must?reproduce?the?above?copyright?notice
//?????this?list?of?conditions?and?the?following?disclaimer?in?the?documentation
//?????and/or?other?materials?provided?with?the?distribution.
//
//???*?The?name?of?Intel?Corporation?may?not?be?used?to?endorse?or?promote?products
//?????derived?from?this?software?without?specific?prior?written?permission.
//
//?This?software?is?provided?by?the?copyright?holders?and?contributors?“as?is“?and
//?any?express?or?implied?warranties?including?but?not?limited?to?the?implied
//?warranties?of?merchantability?and?fitness?for?a?particular?purpose?are?disclaimed.
//?In?no?event?shall?the?Intel?Corporation?or?contributors?be?liable?for?any?direct
//?indirect?incidental?special?exemplary?or?consequential?damages
//?(including?but?not?limited?to?procurement?of?substitute?goods?or?services;
//?loss?of?use?data?or?profits;?or?business?interruption)?however?caused
//?and?on?any?theory?of?liability?whether?in?contract?strict?liability
//?or?tort?(including?negligence?or?otherwise)?arising?in?any?way?out?of
//?the?use?of?this?software?even?if?advised?of?the?possibility?of?such?damage.
//
//M*/
#include?“precomp.hpp“

typedef?struct
{
????float?xx;
????float?xy;
????float?yy;
????float?xt;
????float?yt;
}
icvDerProduct;


#define?CONV(?A?B?C)??((float)(?A?+??(B<<1)??+?C?))
/*F///////////////////////////////////////////////////////////////////////////////////////
//????Name:?icvCalcOpticalFlowLK_8u32fR?(?Lucas?&?Kanade?method?)
//????Purpose:?calculate?Optical?flow?for?2?images?using?Lucas?&?Kanade?algorithm
//????Context:
//????Parameters:
//????????????imgA?????????//?pointer?to?first?frame?ROI
//????????????imgB?????????//?pointer?to?second?frame?ROI
//????????????imgStep??????//?width?of?single?row?of?source?images?in?bytes
//????????????imgSize??????//?size?of?the?source?image?ROI
//????????????winSize??????//?size?of?the?averaging?window?used?for?grouping
//????????????velocityX????//?pointer?to?horizontal?and
//????????????velocityY????//?vertical?components?of?optical?flow?RO

評(píng)論

共有 條評(píng)論

相關(guān)資源