Pinned Repositories
-
算法
algorithm_ws
fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Genetic-Algorithm
基本遗传算法MATLAB程序
matlab_findPattern
Pattern recognition is the process of recognizing patterns by using an algorithm. Pattern recognition can be defined as the classification of data based on knowledge already gained or on statistical information extracted from patterns and their representation. One of the important aspects of the pattern recognition is its application potential. Features may be represented as continuous, discrete or discrete binary variables. A feature is a function of one or more measurements, computed so that it quantifies some significant characteristics of the object. In computer vision, speeded up robust features (SURF) is a patented local feature detector and descriptor. It can be used for tasks such as object recognition, image registration, classification, or 3D reconstruction. It is partly inspired by the scale-invariant feature transform (SIFT) descriptor. The standard version of SURF is several times faster than SIFT and claimed by its authors to be more robust against different image transformations than SIFT. To detect interest points, SURF uses an integer approximation of the determinant of Hessian blob detector, which can be computed with 3 integer operations using a precomputed integral image. Its feature descriptor is based on the sum of the Haar wavelet response around the point of interest. These can also be computed with the aid of the integral image. Blob detection methods are aimed at detecting regions in a digital image that differ in properties, such as brightness or color, compared to surrounding regions. The determinant of a Hessian matrix can be used as a generalisation of the second derivative test for single-variable functions.
mycode123
intelligent algorithim
Object-classification
Object classification using SVM. Objects are: car, bus, bike, and people.
opencv
Texture-Classification
ALOT dataset ,multi-class SVM,AdaBoost,K-SVD,LBP,HOG,Gabor
nishuyang's Repositories
nishuyang/Genetic-Algorithm
基本遗传算法MATLAB程序
nishuyang/-
算法
nishuyang/algorithm_ws
nishuyang/fucking-algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
nishuyang/matlab_findPattern
Pattern recognition is the process of recognizing patterns by using an algorithm. Pattern recognition can be defined as the classification of data based on knowledge already gained or on statistical information extracted from patterns and their representation. One of the important aspects of the pattern recognition is its application potential. Features may be represented as continuous, discrete or discrete binary variables. A feature is a function of one or more measurements, computed so that it quantifies some significant characteristics of the object. In computer vision, speeded up robust features (SURF) is a patented local feature detector and descriptor. It can be used for tasks such as object recognition, image registration, classification, or 3D reconstruction. It is partly inspired by the scale-invariant feature transform (SIFT) descriptor. The standard version of SURF is several times faster than SIFT and claimed by its authors to be more robust against different image transformations than SIFT. To detect interest points, SURF uses an integer approximation of the determinant of Hessian blob detector, which can be computed with 3 integer operations using a precomputed integral image. Its feature descriptor is based on the sum of the Haar wavelet response around the point of interest. These can also be computed with the aid of the integral image. Blob detection methods are aimed at detecting regions in a digital image that differ in properties, such as brightness or color, compared to surrounding regions. The determinant of a Hessian matrix can be used as a generalisation of the second derivative test for single-variable functions.
nishuyang/mycode123
intelligent algorithim
nishuyang/Object-classification
Object classification using SVM. Objects are: car, bus, bike, and people.
nishuyang/opencv
nishuyang/Texture-Classification
ALOT dataset ,multi-class SVM,AdaBoost,K-SVD,LBP,HOG,Gabor