製作眼睛樣本

2021-06-21 08:03:29 字數 1172 閱讀 4320

#include #include #include #include #include #include #include "cv.h"

#include "highgui.h"

#include "cxcore.h"

using namespace std;

bool drawing=false;//標記滑鼠響應

iplimage *temp;//存放在滑鼠響應後的圖

iplimage *src;//存放原圖

vectorboxvector;//存放在圖上框出的框

cvrect box;//每乙個框,也可以不用全域性變數

// 深度優先遞迴遍歷目錄中所有的檔案

bool directorylist(const string &path,vector&file_lists,vector&file_names)

while(::findnextfile(herror, &finddata))

// 構造完整路徑

fullpathname=path+finddata.cfilename;

filecount++;

file_lists.push_back(fullpathname);

file_names.push_back(finddata.cfilename);

if (finddata.dwfileattributes & file_attribute_directory)

}return 0;

}void mouse_call_back(int event,int x,int y,int flags,void *param)

else if(event==cv_event_mousemove)

} else if(event==cv_event_lbuttonup)

drawing=false;

}}

int main()

while(!boxvector.empty())

eyepos.close();

} cvdestroywindow("pic");

cvreleaseimage(&src);

cvreleaseimage(&temp);

cout<<"處理結束!"

}

樣本 特徵工程 樣本與特徵製作

對樣本 特徵的管理,在真實場景中尤其重要。對於生產出來的一條資料,首先對其進行正負類別判斷,轉化成了樣本。樣本裡面的原始字段需要清洗 整合,才能得到特徵。樣本表結構 生產時間,使用者id,文件id,類別 特徵表結構 使用者側特徵和文件側特徵混合存在一張表裡頭 生產時間,使用者id,使用者側特徵名,特...

theano 訓練樣本製作(二)

之前有一篇博文寫了這方面的內容 但是要自己先把影象資料做在txt裡面 之前一篇的博文 這篇博文可以直接將檔名列表的txt 導成資料並儲存 注 當然這裡檔名格式的定義需要根據自己的實際情況來確定,程式中檔名讀取部分是不能執行的 usr bin env python coding utf 8 impor...

虛擬機器安裝詳細教程(黑色眼睛製作)

今天有個朋友不會安裝虛擬機器,借這個機會做個教程,希望不會對裝虛擬機器 的朋友有所幫助!好了,廢話不多說了,下面開始教程!1 先開啟虛擬機器的資料夾,大家看我做!2 我的是綠色版的,這裡點綠化!y 繼續 這裡選1 橋接。接著安6退出 3 我們來執行虛擬機器!4 我們來新建乙個虛擬機器,先找個地方放虛...