Objects/Faces Detection Toolbox
Objects/Faces detection using Local Binary Patterns and Haar features
Objects/Faces detection toolbox v 0.28--------------------------------------This toolbox provides some tools for objects/faces detection using Local Binary Patterns (and some variants) and Haar
- 37.1K (All time)
- 1 (Last 30 days)
- 4.7 / 5
- Community
-
9 Sep 2013
haar transform of an input function "f"
the function will perform haar wavelet transform to give first trend and first fluctuation. it will then plot the input and results for comparison.
- 2.3K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
10 Sep 2012
Haar wavelet transformation matrix implementation
Create Haar wavelet transformation matrix
Create Haar wavelet transformation matrix H for the matrix vectormultiplication implimentation of Haar wavelet transformation.This function uses the following nice formula to create the
- 1.4K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
4 Nov 2011
Code for generating Haar matrix
Code for generating Haar matrix
Input : N : size of matrix to be generated, N must be some power of 2.Output: Hr : Haar matrix of size NxN
- 1K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
27 Jan 2014
Haar Wavelet Transform of an Image
Multi-resolution Image Analysis using Haar Wavelet Transformation and Performing Inverse Transformation to Restore Original Image.
Basic Concept (SUMMARY)1. Read an Input Image 2. Resizing the Image to 1024 x 1024 Image 3. Defining the Haar Filter Matrix { 1/sqrt(2)*[1 1; 1 -1] }4. Performing Filtering Along Colms and then
- 450 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
11 Jan 2020
The matlab code is for the 2D Haar transform.
This program gives the out put of the Haar 2D transform. open the main.m file and Run the program you will see GUI of Haar select browse for image and select a image of any dimension. Click on Press
- 6.4K (All time)
- 1 (Last 30 days)
- 3.5 / 5
- Community
-
7 Mar 2013
Simulation of DCT, Walsh, Hadamard, Haar and Slant transform using variable block sizes
Performs non sinusoidal image transforms on gray-scale images and DCT using the dct matrix.
that the transforms are lossless. Also, codes for generation of walsh, slant and haar matrices have been included for the transform.
- 2.1K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
16 Apr 2013
Calculates texture features from the input GLCMs
features based on the GLCM using this code. The code takes care of 3 dimensional glcms (multiple glcms in a single 3D array) If you find that the values obtained are different from what you expect or if you
- 26.3K (All time)
- 1 (Last 30 days)
- 4.2 / 5
- Community
-
25 Nov 2008
Viola Jones Object detection using OpenCV trained classifiers
This function ObjectDetection is an implementation of the Detection in the Viola-Jones framework. In this framework Haar-like features are used for rapid object detection. It supports the trained
- 24.3K (All time)
- 3 (Last 30 days)
- 4.7 / 5
- Community
-
18 Nov 2010
Wavelet Haar Method application to viscid Burger equation
Numerical solution of viscid Burger equation by Wavelet Haar method
Solution of 1-D Burgers equation evolution problem by Wavelet Haar Method (WHM)
- 192 (All time)
- 2 (Last 30 days)
- 4.3 / 5
- Community
-
23 Mar 2016
Computation of Gabor Features - Mean Squared Energy, Mean Amplitude
% PHASESYM - Function for computing gabor features of a gray-scale image%% This function calculates gabor features. Mean-squared energy & meanAmplitude % for each scale % and orientation is
- 7.4K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
30 Oct 2012
- 7.1K (All time)
- 2 (Last 30 days)
- 4.7 / 5
- Community
-
27 Jun 2009
This function calculates all Haralick Features in an effective way without for-loops.
want use.All Haralick Features were take from the original paper. See (http://haralick.org/journals/TexturalFeatures.pdf) for more information.
- 2.4K (All time)
- 3 (Last 30 days)
- 4.8 / 5
- Community
-
15 Oct 2018
Extended Tire Features for Vehicle Dynamics Blockset
Import, plot and fit tire data for use with Vehicle Dynamics Blockset and Simscape tire models
OverviewThe Extended Tire Features for Vehicle Dynamics Blockset™ provides a complete set of tools for working with tire measurement data and tire models in vehicle dynamics simulations. It supports
- 792 (All time)
- 8 (Last 30 days)
- 5.0 / 5
- MathWorks
-
17 Jun 2026
A Numerical Tour of Signal Processing
A set of Matlab experiments that illustrates advanced computational signal and image processing.
- 29.3K (All time)
- 5 (Last 30 days)
- 4.4 / 5
- Community
-
19 Jul 2009
Haar Wavelet Image Compression
RGB and Grey image compression using Haar Wavelet Transform
'haar_wt' function take a grey image and a value 'delta' as inputs and outputs a compressed image. Haar wavelet transformation was used as a transformation matrix for compression process
- 997 (All time)
- 1 (Last 30 days)
- 4.0 / 5
- Community
-
29 May 2016
TI Hercules PIL Target for RM48
Embedded Coder Processor In Loop (PIL) Target for Hercules RM48 MCUs
- 3.5K (All time)
- 4 (Last 30 days)
- 5.0 / 5
- Community
-
21 Aug 2015
Wavelet Haar Method application to nonlinear ode solution
First upload
Solution of 1D nonlinear IVP test problem by Wavelet Haar Method (WHM)
- 311 (All time)
- 1 (Last 30 days)
- 4.0 / 5
- Community
-
21 Mar 2016
GLCM_Features4.m: Vectorized version of GLCM_Features1.m [With code changes]
GLCM_Features4 - Calculates the texture features from the different GLCMs
[GLCM_Features4 execute faster than initial code in GLCM_Features1]The GLCMs are stored in a i x j x n matrix, where n is the number of GLCMs calculated due to the different orientation and
- 6K (All time)
- 2 (Last 30 days)
- 4.3 / 5
- Community
-
5 Apr 2010
Multiscale Stereo Features Matching
Features selection and matching, from a pair of views.
The function uses a recursive approach to select and match at the same time a certain number of features from a pair of vies. The choice is driven by the variance of position estimate error
- 6.2K (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
3 May 2005
Examines the behavior of a set of three time domain, short-time features
Speech Processing” by L R Rabiner and R W Schafer.This MATLAB exercise examines the behavior of a set of three time domain, short-time features, as a function of the type of analysis window, the frame
- 1.6K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
3 Jun 2015
Use the provided m-files for computing the features of an audio classification problem
maybe the most important step in audio classification tasks. The provided Matlab code computes some of the basic audio features for groups of sounds stored in WAV files. Furthermore, a simple class
- 14K (All time)
- 1 (Last 30 days)
- 4.8 / 5
- Community
-
18 Mar 2014
OpenOCL - Open Optimal Control Library
Optimal Control toolbox for Matlab. Software for trajectory optimization and Model-predictive control (MPC).
. It implements direct collocations methods, and interfaces CasADi and ipopt to solve a non-linear program. Alternatively the new (work in progress) interface to acados can be used.Features: - Automatic
- 1.4K (All time)
- 8 (Last 30 days)
- 5.0 / 5
- Community
-
24 May 2020
Local Depth SIFT and Scale Invariant Spin Image local features for 3D meshes
a toolbox to compute Local Depth SIFT and Scale Invariant Spin Image local features for 3D meshes.
descriptor matlab toolbox - a toolbox containing my work on local features for meshes: MeshScaleDoG local features detector, the Scale Invariant Spin Image descriptor and the Local Depth SIFT
- 3.2K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
17 Dec 2012
- 92 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
23 Feb 2022
OpenSURF (including Image Warp)
SURF (Speeded Up Robust Features) image feature point detection / matching, as in SIFT
Description:This function OPENSURF, is an implementation of SURF (Speeded Up Robust Features). SURF will detect landmark points in an image, and describe the points by a vector which is robust
- 26.4K (All time)
- 2 (Last 30 days)
- 4.2 / 5
- Community
-
6 Sep 2010
Easy understanding which features/toolboxes installed for various MATLAB versions on your computer
Easy understanding which features/toolboxes installed for various MATLAB versions on your computerThe contents is "get_active_features_licenses" script which returns features for the current Matlab
- 14 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
24 Apr 2025
Wavelet transform and coding functions, including other more exotic transforms (laplacian, steerable
).- perform_pyramid_transform_simoncelli - Steerable pyramid implementation of the Laplacian.- perform_pyramid_transform_ti - translation-invariance pyramid (difference of Gaussian filterings).Other transforms:- perform_haar_transform - a
- 38.2K (All time)
- 22 (Last 30 days)
- 4.0 / 5
- Community
-
27 Jun 2009
xml2struct , with bug fix and added features
An improved version of xml2struct that converts xml document into MATLAB structure.
another MATLAB file exchange submission : https://www.mathworks.com/matlabcentral/fileexchange/28518-xml2struct . Specifically, it has following features:1. Solved the issue that when comment is present
- 5K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
9 Mar 2017
- 458 (All time)
- 1 (Last 30 days)
- -- / 5
- Community
-
1 Oct 2012
Symmetric Molecule-Based Feature Detector (SymFD)
SymFD is a toolbox for the detection and characterization of edges, ridges, and blobs in 2D images.
SymFD can be used to detect features such as edges, ridges, and blobs in 2D images. Furthermore, SymFD supports the characterization of such features in terms of tangent directions (edges, and ridges
- 210 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
26 Jun 2019
- 2.8K (All time)
- 1 (Last 30 days)
- 4.8 / 5
- Community
-
1 Sep 2016
Histogram features of a gray level image
This function is to calculate histogram features of a gray level image
Following features are calculated:% Mean% Variance% Skewness% Kurtosis% Energy% EntropyAny Other histogram based features can be easily incorporated.Enjoy it.
- 7.8K (All time)
- 1 (Last 30 days)
- 4.8 / 5
- Community
-
15 Nov 2007
NEURAL - a EEG feature set for newborns
A set of standard features used in neonatal EEG analysis.
NEURAL: A Neonatal EEG Feature Set in MatlabMatlab code to generate a set of quantitative features from multichannel EEGrecordings. Features include amplitude measures, spectral measures, and basic
- 255 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
17 Jul 2023
Code for Webinar "Signal Processing for Machine Learning"
MATLAB Code from example used in the Webinar "Signal Processing for Machine Learning"
by his or her smartphone.We used consolidated signal processing methods to extract a fairly small number of highly-descriptive features, and finally trained a small Neural Network to map the feature
- 7.7K (All time)
- 5 (Last 30 days)
- 4.9 / 5
- Community
-
1 Sep 2016
Route Validation in MANETs using MLP
Route Validation in Moblie Ad-hoc Networks using Multi-Layer Perceptron Neural Network
- 218 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
2 Feb 2020
Infill Patterns and Shell Contours - 3D Printing Slice Data
Functions to add a simple alternating rectilinear infill pattern and additional shell contours to outline slice data.
The main function is add_features.add_shell, add_infill and process_slice_data are supporting functions.plot_slices is used to visualise the results.It is recommended to use other functions to
- 199 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
9 May 2021
Principal Component Analysis (PCA)
PCA : reduce features used in face recognition
- This program uses Principal Component Analysis to reduce the number of features used in face recognition. - This program allows you to set K if you know the number of Principal components needed or
- 2.5K (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
29 Jul 2013
FEATURE EXTRACTION FOR CHARACTER RECOGNITION
EXTRACTS FEATURE VECTORS FROM SINGLE CHARACTER IMAGES
The m-files inside this zip file extracts features of single characters of english language based on their geometric properties from the input image. Two approaches are explained for extracting
- 18.1K (All time)
- 2 (Last 30 days)
- 4.7 / 5
- Community
-
20 Feb 2012
- 5.2K (All time)
- 1 (Last 30 days)
- 4.9 / 5
- Community
-
6 May 2014
Fault Detection Using Deep Learning Classification
This demo shows how to prepare, model, and deploy a deep learning LSTM based classification algorithm to identify the condition or output of
run the project.Part 1 - Data PreparationThis example shows how to extract the set of acoustic features that will be used as inputs to the LSTM Deep Learning network.To run:Open MATLAB project
- 3.5K (All time)
- 9 (Last 30 days)
- 4.6 / 5
- Community
-
6 Sep 2022
- 168 (All time)
- 6 (Last 30 days)
- 5.0 / 5
- Community
-
19 May 2022
Extracting a variety of geometric features from 3D facial point cloud for pattern recognition applications
. Extraction of novel geometric features derived from Frenet frames, which allow discriminative facial analysis such as 3D face recognition, facial expression recognition. The extracted features can be subjected
- 505 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
24 May 2019
- 4.3K (All time)
- 9 (Last 30 days)
- 5.0 / 5
- Community
-
23 Oct 2020
- 809 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
20 Nov 2017
This program generates a custom Gabor filter bank; and extracts the image features using them.
second function named "gaborFeatures.m" extracts the Gabor features of an input image. It creates a column vector, consisting of the Gabor features of the input image. The feature vectors are normalized to
- 34.4K (All time)
- 2 (Last 30 days)
- 4.8 / 5
- Community
-
19 Aug 2015
Radon-Like Features can be used for image segmentation and classification.
The demo included in the code demonstrates how Radon-Like Features can be used to enhance (and segment) cell boundaries in Connectome EM images.Please cite the following paper if you find this code
- 3.2K (All time)
- 4 (Last 30 days)
- 4.0 / 5
- Community
-
30 Jun 2010
This program generates a custom Gabor filter bank; and extracts the image features using them.
second function named "gaborFeatures.m" extracts the Gabor features of an input image. It creates a column vector, consisting of the Gabor features of the input image. The feature vectors are normalized to
- 1.5K (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
5 Oct 2016
Microscopy Image Browser (MIB)
MIB is a package for segmentation of multi-dimensional (2D-4D) microscopy datasets
- 1.3K (All time)
- 5 (Last 30 days)
- 5.0 / 5
- Community
-
9 Feb 2019
Industrial Machinery Anomaly Detection
Train an autoencoder on normal operating data from an industrial machine to predict anomalies.
Industrial Machinery Anomaly DetectionThis example applies various anomaly detection approaches to operating data from an industrial machine. Specifically it covers:Extracting relevant features from
- 979 (All time)
- 1 (Last 30 days)
- 5.0 / 5
- Community
-
30 Sep 2021
- 4.9K (All time)
- 3 (Last 30 days)
- 4.8 / 5
- Community
-
10 Oct 2014
Codes of the sparsity measures and RQAM features
Codes of many sparsity measures, RQAM features, AWSPT, and AWSPT-based sparsity measures, with the XJTU bearing 2-3 dataset as example.
Code description: These are codes of sparsity measures, adaptive weighted signal preprocessing technique, adaptive sparsity measures, and RQAM features. An illustration based on XJTU bearing dataset
- 335 (All time)
- 3 (Last 30 days)
- 5.0 / 5
- Community
-
9 Oct 2023
Compute a n*n Haar matrix.
Used in image compression, the haar transform is an alternative to the DCT transformation. This file compute an n*n Haar matrix. (same use as "dctmtx")
- 6.4K (All time)
- 1 (Last 30 days)
- 3.6 / 5
- Community
-
16 Mar 2004
EMG functions and classification methods for prosthesis control - Joseph Betthauser
EMG DSP functions, classifiers, and miscellaneous
- 979 (All time)
- 2 (Last 30 days)
- 5.0 / 5
- Community
-
24 Jun 2018
Feature Selection Based on Interaction Information
Self-contained package for feature selection based on mutual information/interaction information.
, 2009.The Matlab function select_features.m includes several previously published methods as special cases, such as FOU, MRMR, MIFS-U, JMI, and CMIM. It allows for higher-order interaction terms, forward and
- 4.5K (All time)
- 2 (Last 30 days)
- 4.7 / 5
- Community
-
17 Mar 2010
OCTSEG (Optical Coherence Tomography Segmentation and Evaluation GUI)
OCTSEG is a GUI and function collection to segment and visualize retinal layers on OCT data.
CSV file, which is readable by many standard software programms (e.g. Excel).Current Features:- Heidelberg Engineering Spectralis OCT RAW data (.vol ending): Circular scans and Optic Nerve Head centered
- 1.6K (All time)
- 8 (Last 30 days)
- 5.0 / 5
- Community
-
11 Apr 2018
- 1.8K (All time)
- 1 (Last 30 days)
- 4.0 / 5
- Community
-
15 Apr 2016
A clock built using a general 3d rendering engine which supports shafts, gears, and clock-hands.
driven clock. The file 'clockFeatures.m' defines all the data required to create my clock. Eventually I would like to have my 3D data read from an xml file instead of from an m-file. There is
- 6.5K (All time)
- 1 (Last 30 days)
- 4.6 / 5
- Community
-
1 Sep 2016
Code for Webinar "Signal Processing and Machine Learning Techniques for Sensor Data Analytics"
Code from Webinar "Signal Processing and Machine Learning Techniques for Sensor Data Analytics"
processing methods to extract highly-descriptive features, and we gave an overview of a number of techniques to choose and train a classification algorithm. Along the way we demonstrated the use of
- 4.7K (All time)
- 2 (Last 30 days)
- 4.9 / 5
- Community
-
10 May 2016