目前包含了以下功能:
釋放引擎:
bool result = enginefactory.disposeengine()
人臉個數檢測:
1.初始化人臉檢測器:
public facedetection(intptr hengine,bitmap image)
– hengine就是獲取的引擎
–image,bitmap格式的,不需要提前處理大小,內部有處理操作
2.獲取人臉數量
public int findfacenum()
返回人臉數量
人臉年齡檢測:
1.初始化人臉檢測器:
public facedetection(intptr hengine,bitmap image)
– hengine就是獲取的引擎
–image,bitmap格式的,不需要提前處理大小,內部有處理操作
2.獲取人臉年齡
public int getage()
返回人臉年齡
人臉性別檢測:
1.初始化人臉檢測器:
public facedetection(intptr hengine,bitmap image)
– hengine就是獲取的引擎
–image,bitmap格式的,不需要提前處理大小,內部有處理操作
2.獲取人臉性別
public string getgender()
返回人臉性別
人臉相似度對比:
方式一:
1.初始化人臉檢測器:
public facedetection(intptr hengine,bitmap image1, bitmap image2)
– hengine就是獲取的引擎
–image1,bitmap格式的,不需要提前處理大小,內部有處理操作
–image2,bitmap格式的,不需要提前處理大小,內部有處理操作
2.返回相似度
public float compare()
方式二:
返回相似度(直接對比)
public float compare(byte data1, bytedata2)
–data1是人臉影象資料大小1032
–data2是人臉影象資料大小1032
離線人臉識別C 類庫分享 虹軟2 0版本
目前包含了以下功能 釋放引擎 bool result enginefactory.disposeengine 人臉個數檢測 1.初始化人臉檢測器 public facedetection intptr hengine,bitmap image hengine就是獲取的引擎 image,bitmap格...
20個PHP常用類庫
下面是一些非常有用的php類庫,相信一定可以為你的web開發提供更好和更為快速的方法。圖表庫下面的類庫可以讓你很簡的建立複雜的圖表和。當然,它們需要gd庫的支援。pchart 乙個可以建立統計圖的庫。libchart 這也是乙個簡單的統計相簿。jpgraph 乙個物件導向的建立類。open flas...
盾靈資訊分享系統 內建手機版 v2 0
系統名稱 盾靈資訊分享系統 執行環境 php mysql 安裝方法 1 將原始碼全部上傳至 目錄 2 執行 http 網域名稱 install index.php 3 為了安全起見,資料庫安裝後建議刪除install目錄 最後更新日期 2014年10月27日 更新日誌 2014 10 23 1 修復...