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

  • 大小: 1.75MB
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-11
  • 語言: 其他
  • 標簽: opencv??

資源簡介

基于Opencv的二維碼識別源碼!效果比較可以!

資源截圖

代碼片段和文件信息

/////////////////////////////////////////////////////////////////////////
//
//?bitstream.cpp?--a?part?of?libdecodeqr
//
//?Copyright(C)?2007?NISHI?Takao?
//???????????????????JMA??(Japan?Medical?Association)
//???????????????????NaCl?(Network?Applied?Communication?Laboratory?Ltd.)
//
//?This?is?free?software?with?ABSOLUTELY?NO?WARRANTY.
//?You?can?redistribute?and/or?modify?it?under?the?terms?of?LGPL.
//
//?$Id:?bitstream.cpp?36?2007-02-21?23:22:03Z?zophos?$
//
#include?“bitstream.h“

namespace?Qr{
????BitStream::BitStream()
????{
????????this->data=NULL;
????????this->byte_size=0;
????????this->bit_size=0;
????????this->_pos=0;
????}
????BitStream::BitStream(void?*srcint?size)
????{
????????this->byte_size=size;
????????this->bit_size=size<<3;
????????this->data=new?

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????11162??2007-02-28?08:01??libdecodeqr-0.9.3\doc\ApiReference.ja

?????文件???????4691??2007-02-28?08:01??libdecodeqr-0.9.3\doc\HackingGuide.ja

?????文件??????26436??2007-02-22?07:22??libdecodeqr-0.9.3\doc\LGPL

?????文件???????2418??2007-02-28?08:01??libdecodeqr-0.9.3\doc\README

?????文件??????23484??2006-10-09?15:57??libdecodeqr-0.9.3\img\01-1.jpg

?????文件??????19601??2006-10-09?15:57??libdecodeqr-0.9.3\img\01-2.jpg

?????文件?????126151??2006-10-09?15:57??libdecodeqr-0.9.3\img\01-3.jpg

?????文件?????112411??2006-10-09?15:57??libdecodeqr-0.9.3\img\01-4.jpg

?????文件??????15711??2006-10-09?15:57??libdecodeqr-0.9.3\img\02-1.jpg

?????文件??????19652??2006-10-09?15:57??libdecodeqr-0.9.3\img\02-2.jpg

?????文件?????101669??2006-10-09?15:57??libdecodeqr-0.9.3\img\02-3.jpg

?????文件??????87936??2006-10-09?15:57??libdecodeqr-0.9.3\img\02-4.jpg

?????文件??????16887??2006-10-09?15:57??libdecodeqr-0.9.3\img\03-1.jpg

?????文件??????16601??2006-10-09?15:57??libdecodeqr-0.9.3\img\03-2.jpg

?????文件??????99917??2006-10-09?15:57??libdecodeqr-0.9.3\img\03-3.jpg

?????文件??????98049??2006-10-09?15:57??libdecodeqr-0.9.3\img\03-4.jpg

?????文件??????24455??2006-10-09?15:57??libdecodeqr-0.9.3\img\04-1.jpg

?????文件??????23674??2006-10-09?15:57??libdecodeqr-0.9.3\img\04-2.jpg

?????文件?????120839??2006-10-09?15:57??libdecodeqr-0.9.3\img\04-3.jpg

?????文件?????109542??2006-10-09?15:57??libdecodeqr-0.9.3\img\04-4.jpg

?????文件??????20848??2006-10-09?15:57??libdecodeqr-0.9.3\img\05-1.jpg

?????文件??????18817??2006-10-09?15:57??libdecodeqr-0.9.3\img\05-2.jpg

?????文件?????133870??2006-10-09?15:57??libdecodeqr-0.9.3\img\05-3.jpg

?????文件?????128223??2006-10-09?15:57??libdecodeqr-0.9.3\img\05-4.jpg

?????文件??????21055??2006-10-09?15:57??libdecodeqr-0.9.3\img\06-1.jpg

?????文件??????20833??2006-10-09?15:57??libdecodeqr-0.9.3\img\06-2.jpg

?????文件?????120508??2006-10-09?15:57??libdecodeqr-0.9.3\img\06-3.jpg

?????文件?????114543??2006-10-09?15:57??libdecodeqr-0.9.3\img\06-4.jpg

?????文件?????230456??2006-10-09?15:57??libdecodeqr-0.9.3\img\125.bmp

?????文件????????808??2006-11-17?14:58??libdecodeqr-0.9.3\img\qr.png

............此處省略56個文件信息

評論

共有 條評論