原创 test_lenet5_mnist

  #define __WINDOWS__ 1 //#define MNIST_PATH "E:\\ebLearn\\mnist" #include "libidx.h" #include "libeblearn.h" #include

原创 huakuang

clc; clear; close all; OrigImgPath='F:\眼睛畫框\wait2detect\'; LabelImgPath='F:\眼睛畫框\LabelImg\'; PosFile=importdata('bbox.t

原创 鏈表c++

//帶頭結點的單向鏈表 #include <iostream> #include <iomanip> using namespace std; //使用模板類 template <class T> class node

原创 test_softmax()

  #define __WINDOWS__ 1 #include "libidx.h" #include "libeblearn.h" #include "libeblearntools.h" //#include "netconf.h"

原创 PCA的數學原理

轉自:http://blog.codinglabs.org/articles/pca-tutorial.html PCA(Principal Component Analysis)是一種常用的數據分析方法。PCA通過線性變換將原始

原创 數據集測試

#define __WINDOWS__ 1 #include <iostream> #include <algorithm> #include <string> #include "libidxgui.h" #include "da

原创 卷積運算

#define __WINDOWS__ 1 #include "libidx.h" #include "libeblearn.h" #include "libeblearntools.h" //#include "netconf.h"

原创 test_convolution_timing

#define __WINDOWS__ 1 #include <iostream> #include <algorithm> #include <string> #include "libidxgui.h" #include "dat

原创 detector_test

#define __WINDOWS__ 1 #define __PTHREAD__ 1 //#define MNIST_PATH "E:\\ebLearn\\mnist" #include "libidx.h" #include "l

原创 matlab中hough函數,houghpeaks函數,houghlines函數

1.hought函數 語法:[H, theta, rho] = hough(BW)             [H, theta, rho] = hough(BW, ParameterName, ParameterValue) 描述:[H,

原创 下載樣本

下載來自http://www.cs.columbia.edu/CAVE/databases/pubfig/的樣本。 C++程序: //#define _AFXDLL//動態連接MFC,若不加此句,右鍵工程的屬性->配置屬性->常規->M

原创 網站整理

數據集: 1.CIE Biometrics: https://biometrics.cie.put.poznan.pl/index.phpoption=com_content&view=article&id=4&Itemid=2&lan

原创 製作眼睛樣本

#include <windows.h> #include <stdio.h> #include <string> #include <vector> #include <iostream> #include <fstream> #in

原创 test_state_copy()

#define __WINDOWS__ 1 #include <iostream> #include <algorithm> #include <string> #include "libidxgui.h" #include "dat

原创 c#當窗體大小改變時,窗體中的控件大小也隨之改變

實驗爲一個登錄界面FormLogin申明兩個全局變量:private float X; private float Y;放在FormLogin_Load裏 this.Resize += new EventHandler(