研究室生活のメモ・・・だった過去の遺産。移転先→http://negimochix2.blogspot.com/
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
テラシュールw
実はOpenCVには顔認識のサンプルプログラムがあるから,
これ自体はすごく簡単にできるはず.
でも,その発想ねーよ.
さすが,「ニコニコ技術部」
プログラム書いてたら,こんなエラーが・・・
lsh.cpp:144: 警告: unused variable ‘start’
lsh.cpp:144: 警告: unused variable ‘end’
lsh.cpp:145: 警告: unused variable ‘calc_time’
lsh.cpp:163: 警告: unused variable ‘L’
lsh.cpp:164: 警告: unused variable ‘K’
lsh.cpp:165: 警告: unused variable ‘r’
lsh.cpp:166: 警告: unused variable ‘shift_max’
lsh.cpp:167: 警告: unused variable ‘shift_min’
lsh.cpp: At global scope:
lsh.cpp:284: error: expected unqualified-id before ‘for’
lsh.cpp:284: error: expected constructor, destructor, or type conversion before ‘<’ token
lsh.cpp:284: error: expected constructor, destructor, or type conversion before ‘++’ token
lsh.cpp:299: error: expected constructor, destructor, or type conversion before ‘<<’ token
lsh.cpp:302: error: expected constructor, destructor, or type conversion before ‘=’ token
lsh.cpp:305: error: expected unqualified-id before ‘for’
lsh.cpp:305: error: expected constructor, destructor, or type conversion before ‘<’ token
lsh.cpp:305: error: expected constructor, destructor, or type conversion before ‘++’ token
なんぞこれwww
いや笑えねぇよ.時間ないんですけど・・・.
unused variable って思いっきり使ってるんですけど.この変数.
ムム,どうやら{}の位置(数)がおかしかっただけだったようです.
φ(`д´)メモメモ...
lsh.cpp:144: 警告: unused variable ‘start’
lsh.cpp:144: 警告: unused variable ‘end’
lsh.cpp:145: 警告: unused variable ‘calc_time’
lsh.cpp:163: 警告: unused variable ‘L’
lsh.cpp:164: 警告: unused variable ‘K’
lsh.cpp:165: 警告: unused variable ‘r’
lsh.cpp:166: 警告: unused variable ‘shift_max’
lsh.cpp:167: 警告: unused variable ‘shift_min’
lsh.cpp: At global scope:
lsh.cpp:284: error: expected unqualified-id before ‘for’
lsh.cpp:284: error: expected constructor, destructor, or type conversion before ‘<’ token
lsh.cpp:284: error: expected constructor, destructor, or type conversion before ‘++’ token
lsh.cpp:299: error: expected constructor, destructor, or type conversion before ‘<<’ token
lsh.cpp:302: error: expected constructor, destructor, or type conversion before ‘=’ token
lsh.cpp:305: error: expected unqualified-id before ‘for’
lsh.cpp:305: error: expected constructor, destructor, or type conversion before ‘<’ token
lsh.cpp:305: error: expected constructor, destructor, or type conversion before ‘++’ token
なんぞこれwww
いや笑えねぇよ.時間ないんですけど・・・.
unused variable って思いっきり使ってるんですけど.この変数.
ムム,どうやら{}の位置(数)がおかしかっただけだったようです.
φ(`д´)メモメモ...