目前分類:OpenCV (116)

瀏覽方式: 標題列表 簡短摘要

室內無人機結合3D空間定位及追蹤

me1237guy 發表在 痞客邦 留言(0) 人氣()

查詢影片FPS(frames per second)

me1237guy 發表在 痞客邦 留言(0) 人氣()

今天有一項任務,要模擬隨機切割一個物體,

me1237guy 發表在 痞客邦 留言(0) 人氣()

開啟 darknet

me1237guy 發表在 痞客邦 留言(0) 人氣()

OpenCV github下載OpenCV

me1237guy 發表在 痞客邦 留言(0) 人氣()

FFT spectrum amplitude using median filters with different kernel sizes

me1237guy 發表在 痞客邦 留言(0) 人氣()

Unity is not as hard as I thought, although I am a newbie in this field. I believe my little step leads me to the future. After a day of playing in the Unity world for the first time. I felt great when I finished a small project. In this project, I tried to integrate EmguCV, which is a wrapped OpenCV for .net framework,  into the Unity C# program and did a simple face detection. Each face's location represents an NBA player's position. For example, Stephen Curry is corresponding to face #0, Lebron James is face #1, and Ja Morant is face #2. As the video plays, all the NBA players can move to the locations according to their face numbers.

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

References:

me1237guy 發表在 痞客邦 留言(0) 人氣()

In this web site, it provides a lot of benchmark for multiple object tracking.

me1237guy 發表在 痞客邦 留言(0) 人氣()

cv::Mat img(cv::Size(800, 800), CV_8UC3);
 
   // big region of interest (ROI)
   Rect roi(100, 100, 400, 400);
   rectangle(img, roi, Scalar(255, 0, 0), 1);
 
   // some rectangles
   vector<Rect> lpROIs;
   lpROIs.push_back(Rect(30, 50, 100, 100));
   lpROIs.push_back(Rect(420, 250, 100, 100));
   lpROIs.push_back(Rect(150, 140, 100, 100));
   lpROIs.push_back(Rect(300, 100, 100, 100));
   lpROIs.push_back(Rect(250, 250, 100, 100));
   lpROIs.push_back(Rect(300, 450, 100, 100));
 
   // check out if the rectangle inside the ROI
   for(int i=0; i<lpROIs.size(); i++)
   {
       // inside the ROI
       if( (roi&lpROIs[i])==lpROIs[i] )
           rectangle(img, lpROIs[i], Scalar(0,0,255), -1);
       else
           rectangle(img, lpROIs[i], Scalar(0,255,0), 1);
   }
 
   imshow("img", img);
   waitKey();

me1237guy 發表在 痞客邦 留言(0) 人氣()

Platform: Windows 10

me1237guy 發表在 痞客邦 留言(0) 人氣()

 

me1237guy 發表在 痞客邦 留言(0) 人氣()

If you are trying to run DNN in OpenCV and unfortunately get such an error message:

me1237guy 發表在 痞客邦 留言(0) 人氣()

image

me1237guy 發表在 痞客邦 留言(0) 人氣()


me1237guy 發表在 痞客邦 留言(0) 人氣()

OpenCL Error: Unknown error waiting for idle on GeForce GTX 1080 Ti (Device

me1237guy 發表在 痞客邦 留言(0) 人氣()

Labeled Faces in the Wild

me1237guy 發表在 痞客邦 留言(0) 人氣()

37 38image

39 40 image

41 42 image

31 32 image

me1237guy 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼