道路識別demo

2021-07-01 19:41:45 字數 1089 閱讀 3075

最近做的道路識別一開始終於弄懂了點東西,一開始在網上找到了乙個簡單的道路識別的opencvsharp的版本。我覺得opencvsharp真的是乙個很好的東西,它封裝了比opencv更多的資料結構和庫,而且得益於.net平台的強大,使用起來也非常的便捷。唯一的缺點就是目前關於這方面的資料還是少之又少,後來我還是想一想把這個demo轉換成cpp版本,也是乙個非常簡單的demo。

using system;

using system.collections.generic;

using system.linq;

using system.windows.forms;

using opencvsharp;

namespace lanedetection

}src.resetroi();

storage.clear();

w.image = src;}}

}}

#include "stdafx.h"

#include

#include

#include

using

namespace cv;

using

namespace

std;

#define inf 99999999

cvcapture* g_capture = null;

int g_slider_pos = 0 ;

int frame_count = 0;

cvseq* lines;

int main(int argc,char* argv)

}cvresetimageroi(frame);

cvshowimage( "show",frame);

char c = cvwaitkey(33);

if(c==27)

break;

} cvreleasecapture(&g_capture);

cvdestroywindow( "show");

return

0;}

科大訊飛語音識別demo

2017年12月,雲 社群對外發布,從最開始的技術部落格到現在擁有多個社群產品。未來,我們一起乘風破浪,創造無限可能。最近在做乙個文字轉語音tts text to speech 的第三方軟體封裝,使用的是國內語音技術龍頭安徽科大訊飛公司提供的離線引擎aisound5.0,主要用於汽車導航用途。科大訊...

C 離線人臉識別 2 0 Demo

本來打算做個c 版demo,但沒用成功。使用虹軟最新人臉識別技術開發完成 過程如下 1 傳入一張單人臉 2 呼叫檢測人臉函式asfdetectfaces,成功返回人臉資訊的指標 3 使用 marshal.readbyte intptr,offset 函式讀出位元組數,發現前16個位元組是人臉框範圍,...

C 免費離線人臉識別 2 0 Demo

本來打算做個c 版demo,但沒用成功。使用虹軟最新人臉識別技術開發完成 過程如下 1 傳入一張單人臉 2 呼叫檢測人臉函式asfdetectfaces,成功返回人臉資訊的指標 3 使用 marshal.readbyte intptr,offset 函式讀出位元組數,發現前16個位元組是人臉框範圍,...