Main Content

2,808 results in File Exchange

Objects/Faces Detection Toolbox

Version 1.24.0.0 by Sebastien PARIS

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 Wavelet Transform

Version 1.0.0.0 by Rahul Kashyap

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.

- program for haar wavelet transform
  • 2.3K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 10 Sep 2012

Haar wavelet transformation matrix implementation

Version 1.0.0.0 by jin

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

Version 1.0.0.0 by Kamlesh Pawar

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

- Author: Kamlesh Pawar
  • 1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Jan 2014

Haar Wavelet Transform of an Image

Version 1.0.0 by RFM

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

- (Haar Wavelet Transform of an Image)
  • 450 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Jan 2020

Haar wavelet transform

Version 1.0.0.0 by Ullesh Chavadi M

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

- MAIN M-file for main.fig
  • 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

Version 1.0.0.0 by Cavin Dsouza

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

GLCM texture features

Version 1.2.0.0 by Avinash Uppuluri

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

- % GLCM_Features1 helps to calculate the features from the different GLCMs
  • 26.3K (All time)
  • 1 (Last 30 days)
  • 4.2 / 5
  • Community
  • 25 Nov 2008

Viola Jones Object Detection

Version 1.1.0.0 by Dirk-Jan Kroon

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

- Objects= HaarCasadeObjectDetection(IntegralImages,HaarCasade,Options)
- This function reads a Matlab file with a struct containing
- [x,y]=OneScaleObjectDetection( x, y, Scale, IntegralImages, w,h,HaarCasade)
  • 24.3K (All time)
  • 3 (Last 30 days)
  • 4.7 / 5
  • Community
  • 18 Nov 2010

Wavelet Haar Method application to viscid Burger equation

Version 1.0.0.0 by Oleg Kravchenko

Numerical solution of viscid Burger equation by Wavelet Haar method

Solution of 1-D Burgers equation evolution problem by Wavelet Haar Method (WHM)

- haar function
  • 192 (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 23 Mar 2016

Gabor Image Features

Version 1.0.0.0 by Manohar

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

- PHASESYM - Function for computing gabor features of a gray-scale image
- ODOT - Demonstrates odot and oslash operators on 1D signal
- MONOFILT - Apply monogenic filters to an image to obtain 2D analytic signal
- SPATIALGABOR - applies single oriented gabor filter to an image
- GABORCONVOLVE - function for convolving image with log-Gabor filters
- DISPFEAT - Displays feature types as detected by PHASECONG.
- LOWPASSFILTER - Constructs a low-pass butterworth filter.
- NOISECOMP - Function for denoising an image
- PEAKDET Detect peaks in a vector
- PHASECONG - Computes phase congruency on an image.
- PHASECONG2 - Computes edge and corner phase congruency in an image.
- % Returns isolated points from a binarized version of the
  • 7.4K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Oct 2012

Toolbox Wavelets on Meshes

Version 1.2.0.0 by Gabriel Peyre

A toolbox to compute wavelet transform on 3D meshes

- perform_haar_graph - perform the haar transform on graph
  • 7.1K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 27 Jun 2009

haralickTextureFeatures

Version 1.3.1.0 by Rune Monzel

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

Version 1.4.0.0 by Gabriel Peyre

A set of Matlab experiments that illustrates advanced computational signal and image processing.

- perform_haar_transf - peform fast Haar transform
  • 29.3K (All time)
  • 5 (Last 30 days)
  • 4.4 / 5
  • Community
  • 19 Jul 2009

Haar Wavelet Image Compression

Version 1.0.0.0 by Chathura

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

- 'image_name' is the name of the grey colored image with the file extension
  • 997 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 29 May 2016

TI Hercules PIL Target for RM48

Version 1.0 by Anthony Seely

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

Version 1.0.0.0 by Oleg Kravchenko

First upload

Solution of 1D nonlinear IVP test problem by Wavelet Haar Method (WHM)

- haar function
  • 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]

Version 1.4.0.0 by Avinash Uppuluri

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

- % GLCM_Features2 helps to calculate the features from the different GLCMs
- % GLCM_Features1 helps to calculate the features from the different GLCMs
- % This is an update of GLCM_Features1 (non vectorized) without ismember()
- Timing improvement of
  • 6K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 5 Apr 2010

Multiscale Stereo Features Matching

Version 1.0.0.0 by Lorenzo Sorgi

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

Time Domain Features

Version 1.4.0.0 by Speech Processing

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

- Modifiable runGUI file
- SENSE COMPUTER AND SET FILE DELIMITER
  • 1.6K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Jun 2015

Some Basic Audio Features

Version 1.1.0.0 by Theodoros Giannakopoulos

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

- % This function computes the audio features (6-D vector) for each .wav
  • 14K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 18 Mar 2014

OpenOCL - Open Optimal Control Library

Version 7.07 by Jonas

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

Version 1.2.0.0 by Tal Darom

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

- SiftFeatures create mesh sift features
- detects feature locations, and computes spin images for these points
- detects feature locations, and computes ld sift for these points
- [ img1_desc_types, detectedPts1, locations1,pts1 ] = create_mesh_sift_features(vertex1, faces1, scale_rat);
  • 3.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Dec 2012

Gallbladder Segmentation

Version 1.0.0 by Muneeswaran V

This code can be used to segment Gallbladder Shape from Ultrasound Images.

  • 92 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Feb 2022

OpenSURF (including Image Warp)

Version 1.5.0.0 by Dirk-Jan Kroon

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

- This function IntegralImage_HaarX will ..
- This function IntegralImage_HaarY will ..
  • 26.4K (All time)
  • 2 (Last 30 days)
  • 4.2 / 5
  • Community
  • 6 Sep 2010

get_active_features_licenses

Version 1.0.2 by Matlab Pro

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

Toolbox Wavelets

Version 1.3.0.0 by Gabriel Peyre

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

Version 1.0.0.0 by CY Y

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

Haar Reconstruction without inbuilt functions

Version 1.0.0.0 by Rahul Kashyap

Reconstruction of decomposed parts using haar wavelet

- The following program reconstructs the original signal using haar
  • 458 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 1 Oct 2012

Symmetric Molecule-Based Feature Detector (SymFD)

Version 1.1 by RafaelR

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

- Detects features and approximates feature heights and feature widths in an input image using systems of symmetric molecules.
- Threshold and thin the results SFDgetFeatures
- Returns a system of digital symmetric alpha molecule filters that can be used for feature detection.
  • 210 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 26 Jun 2019

Activity Detection in MATLAB

Activity Detection in MATLAB

- The function extracts features of a chunk of acceleration data stored in
- The function extracts training data from file specified by 'filename'.
  • 2.8K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 1 Sep 2016

Histogram features of a gray level image

Version 1.0.0.0 by Xunkai Wei

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

Version 0.4.4 by John M. O'Toole

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"

Version 1.1.0.1 by Gabriele Bunkheila

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

- extractAllFeatures Extract features from pre-saved buffered signals
- featuresFromBuffer Extract vector of features from raw data buffer
  • 7.7K (All time)
  • 5 (Last 30 days)
  • 4.9 / 5
  • Community
  • 1 Sep 2016

Route Validation in MANETs using MLP

Version 1.0.0 by Majid Farzaneh

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

Version 1.0.1 by Ben Martin

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)

Version 1.0.0.0 by Jason Rebello

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

- This function is used to normalize the features. It makes the mean of
  • 2.5K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Jul 2013

FEATURE EXTRACTION FOR CHARACTER RECOGNITION

Version 1.5.0.0 by Dinesh Dileep Gaurav

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

- this function is supposed to extract features from the input image
- this function is supposed to extract features from the input image
- This file should help me in distinguishing individual line segments
- the function finddirection takes two pixel coordinates as arguments
- This function tests whether pixel is in the given set
- func ismymember() cheks whether pixel is a element of given set
- this function should give me the no and type of line segments in a given
- this function will be taking a image and the co-ordinates of the central pixel will be given.
- this file should help me giving every starters and intersections in the
- later code to skeletonize the image and such things have to be added to
- this func del_pixel(pixel,set) deletes the given pixel from the set;
  • 18.1K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 20 Feb 2012

"Computer Vision Made Easy" demo files

Version 1.0.0.0 by Avi Nehemiah

Demo files for the "Computer Vision Made Easy" webinar

- Detecting an Object in the Image of a Cluttered Scene Demo
- Visualize regions around strongest SURF features
  • 5.2K (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 6 May 2014

Fault Detection Using Deep Learning Classification

Version 1.0.0 by David Willingham

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

- Extract multiple features from streaming audio
  • 3.5K (All time)
  • 9 (Last 30 days)
  • 4.6 / 5
  • Community
  • 6 Sep 2022

音の異音判定で活用できる9種類の特徴抽出

Version 1.0 by Xiaoxing Wang

コンプレッサーの異音判定のアルゴリズムを、時系列データに活用できる9種類の特徴抽出を基に、機械学習・深層学習のアプローチで解析します。

  • 168 (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 May 2022

Fast-3D-Facial-Curves

Version 1.5.0.0 by Manar Samad

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

kyamagu/mexopencv

Version 1.0.0.0 by Kota Yamaguchi

Collection and a development kit of Matlab mex functions for OpenCV library

- Feature finders class
- Feature matchers class
- Haar Feature-based Cascade Classifier for Object Detection
- AKAZE local features matching
- BRIEF (Binary Robust Independent Elementary Features)
- Implementation of bio-inspired features (BIF)
- Introduction to SURF (Speeded-Up Robust Features)
- WaldBoost detector - Object Detection using Boosted Features
- Class for extracting Speeded Up Robust Features from an image
- Wrapping class for feature detection using the goodFeaturesToTrack function
- Common interface of 2D image Feature Detectors
- Wrapping class for feature detection using the FAST method
- Feature Matching + Homography to find a known object
- Wrapping class for feature detection using the AGAST method
- FAST Algorithm for Corner Detection
- Class implementing the Harris-Laplace feature detector
- Class implementing affine adaptation for key points
  • 4.3K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Oct 2020

PixelClassifier

Version 1.0.0.0 by Marcelo Cicconet

A single-layer Random Forest model for pixel classification (image segmentation).

  • 809 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 Nov 2017

Gabor Feature Extraction

Version 1.7.0.0 by Mohammad Haghighat

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

Version 1.1.0.0 by Ritwik Kumar

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

- % getEdgeFeatures.m picks edge enhancing Gaussian Second Derivative
  • 3.2K (All time)
  • 4 (Last 30 days)
  • 4.0 / 5
  • Community
  • 30 Jun 2010

Gabor Wavelets

Version 1.0.0.0 by Mohammad Haghighat

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)

Version 1.302.0.0 by Ilya Belevich

MIB is a package for segmentation of multi-dimensional (2D-4D) microscopy datasets

- Microscopy Image Browser is a high-performance software package for advanced image processing, segmentation and visualization of multidimentional (2D-4D) datasets. Microscopy Image Browser is written in Matlab, but has a user friendly graphical interface that does not requre knowledge of Matlab and can be used by anybody.
  • 1.3K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Feb 2019

Industrial Machinery Anomaly Detection

Version 1.1.3 by Rachel Johnson

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

EPS Utility Toolbox

Version 1.22 by Kesh Ikuma

A set of functions to generate publisher-happy EPS images

- Upslope Area Toolbox Features
  • 4.9K (All time)
  • 3 (Last 30 days)
  • 4.8 / 5
  • Community
  • 10 Oct 2014

Codes of the sparsity measures and RQAM features

Version 1.0.4 by Bingchang Hou

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

- calculate the some new statistical features based on RQAM of an input one-dimensional signal.
  • 335 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Oct 2023

haarmtx

Version 1.0.0.0 by Frédéric Chanal

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")

- HAARMTX Compute Haar orthogonal transform matrix.
  • 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

Version 1.0 by Joseph Betthauser

EMG DSP functions, classifiers, and miscellaneous

- Betthauser - 2016 -- Using SIM separability index matrix to compute
- Betthauser - 2017 -- determine classwise, featurewise separability of data
- Betthauser - 2016 -- get EMG Auto-Regressive features for a window of EMG
  • 979 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Jun 2018

Feature Selection Based on Interaction Information

Version 1.0.0.0 by Stefan Schroedl

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)

Version 1.0.0.0 by Markus Mayer

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

- Load all data (segmentations, age, diagnosis) that is necessary for
- Perform a crossvalidation classification run. The results are filled
- EXPORTFEATURES GUI wrapper for the feature export functions for
- Compute the mean of numSamples sections of a data vector. It is assumed
- READFEATUREFILE Read a feature file.
- Selects only certain datasets from the dataset.
- Build a crossvalidation for a classification task.
- Compute the pca eigen vectors on all the data and a randomly selected
  • 1.6K (All time)
  • 8 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Apr 2018

DirLOT Toolbox

Version 1.23.0.0 by Shogo Muramatsu

MATLAB class definitions for directional lapped orthogonal transforms

- NSHAARWTDEC2 Decomposition by Non-subsampled Haar Wavelet
- MAIN_HSHAARWTIMIP Image Inpainting with Non-subsampled Haar Wavelet
- MAIN_HSHAARWTIMDB Image Deblurring with Non-subsampled Haar Wavelet
- MAIN_HSHAARWTIMSR Image Super-resolution with Non-subsampled Haar Wavelet
- MAIN_HSHAARWTIMSR Image Super-resolution with Non-subsampled Haar Wavelet
- NSHAARWTREC2 Reconstruction by Non-subsampled Haar Wavelet
- MAIN_HSHAARWTIMIP Image Inpainting with Non-subsampled Haar Wavelet
- MAIN_HSHAARWTIMDB Image Deblurring with Non-subsampled Haar Wavelet
  • 1.8K (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 15 Apr 2016

3d Clock with geartrain

Version 1.1.0.1 by Michael Agostini

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"

Version 1.0.0.0 by Gabriele Bunkheila

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

- featuresFromBuffer Extract vector of features from raw data buffer
- featuresFromBuffer Extract vector of features from raw data buffer
- Extract features from pre-saved buffered signals
- FEATURESTABLE converts the numeric features dataset into a single table
- FEATURENAMES Return the names of all the individual features computed
  • 4.7K (All time)
  • 2 (Last 30 days)
  • 4.9 / 5
  • Community
  • 10 May 2016

Load more