Main Content

2,766 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)
  • 4 (Last 30 days)
  • 4.7 / 5
  • Community
  • 9 Sep 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)
  • 3 (Last 30 days)
  • 4.2 / 5
  • Community
  • 25 Nov 2008

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

New Desktop for MATLAB (Beta)

Try new Beta features including dark theme, updated layout, expanded search capabilities, and more.

  • 24.5K (All time)
  • 127 (Last 30 days)
  • 2.9 / 5
  • MathWorks
  • 11 Sep 2024

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

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

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

  • 763 (All time)
  • 33 (Last 30 days)
  • 5.0 / 5
  • MathWorks
  • 11 May 2026

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

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)
  • 2 (Last 30 days)
  • 4.8 / 5
  • Community
  • 15 Oct 2018

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
- PHASECONG - Computes phase congruency on an image.
- SPATIALGABOR - applies single oriented gabor filter to an image
- GABORCONVOLVE - function for convolving image with log-Gabor filters
- MONOFILT - Apply monogenic filters to an image to obtain 2D analytic signal
- LOWPASSFILTER - Constructs a low-pass butterworth filter.
- NOISECOMP - Function for denoising an image
- ODOT - Demonstrates odot and oslash operators on 1D signal
- DISPFEAT - Displays feature types as detected by PHASECONG.
- PEAKDET Detect peaks in a vector
- 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

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
  • 190 (All time)
  • 1 (Last 30 days)
  • 4.3 / 5
  • Community
  • 23 Mar 2016

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
  • 310 (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 21 Mar 2016

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)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 27 Jun 2009

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)
  • 2 (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

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

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)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Mar 2017

Recursive directory listing - Enhanced RDIR

Version 1.5.0.0 by Thomas Vanaret

Files and directories listing, including recursive and other special features

Enhanced version of RDIR function, fixing some bugs and adding some features.- Basic use is similar to Matlab "dir" function, which allow you to list files and directories in a given path :

  • 7.1K (All time)
  • 5 (Last 30 days)
  • 4.7 / 5
  • Community
  • 27 Jan 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)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 May 2020

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

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

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_HaarY will ..
- This function IntegralImage_HaarX will ..
  • 26.4K (All time)
  • 1 (Last 30 days)
  • 4.2 / 5
  • Community
  • 6 Sep 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

Real-Time Facial Recognition Using HOG Features

Version 1.1 by Kevin Chng

This example is basically to demonstrate how to register a new face, label new face, extract features and recognise the face in real time.

Overview : This example demonstrates how to register a new face, label new face, extract features and recognise the face in real time.It is a very interesting topic. However, in this

  • 2.4K (All time)
  • 2 (Last 30 days)
  • 4.0 / 5
  • Community
  • 7 Dec 2020

SaivDr Package

Version 4.2.2.2 by Shogo Muramatsu

System object definitions for sparsity-aware image and volumetric data restoration

(paraunitary),* Symmetric and* Multiresolution properties. For some features, we have prepared custom layer classes with Deep Learning Toolbox. It is now easy to incorporate them into flexible configurations and

  • 1.8K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2024

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)
  • 2 (Last 30 days)
  • 4.8 / 5
  • Community
  • 1 Sep 2016

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

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

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
- func ismymember() cheks whether pixel is a element of given set
- This function tests whether pixel is in the given set
- this function should give me the no and type of line segments in a given
- the function finddirection takes two pixel coordinates as arguments
- this function will be taking a image and the co-ordinates of the central pixel will be given.
- This file should help me in distinguishing individual line segments
- this func del_pixel(pixel,set) deletes the given pixel from the set;
- 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
  • 18.1K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 20 Feb 2012

HandleGraphicsSetGet class

Version 1.2.0.0 by Andrew Newell

An extension of the handle graphics set/get class HGSETGET.

  • 919 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 Mar 2011

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)
  • 2 (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

  • 198 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 May 2021

Wormhole detection in MANET using MLP

Version 1.0.0 by Majid Farzaneh

Wormhole attack detection in Mobile Ad-hoc Networks using a Multi-Layer Neural Network

  • 425 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Feb 2020

"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

Hyperspectral Image Classification

Version 1.0.0 by kang xudong

Code for the paper " Classification of Hyperspectral Images by Gabor Filtering Based Deep Network"

  • 900 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Oct 2018

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

Version 1.0 by Xiaoxing Wang

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

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

PixelClassifier

Version 1.0.0.0 by Marcelo Cicconet

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

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

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

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)
  • 13 (Last 30 days)
  • 4.6 / 5
  • Community
  • 6 Sep 2022

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)
  • 7 (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

  • 976 (All time)
  • 6 (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)
  • 5 (Last 30 days)
  • 4.8 / 5
  • Community
  • 10 Oct 2014

Robot Soccer: An Exercise in Learning the Key Features of Simulink

Version 1.6.0.1 by Simulink Dude

Demo files to accompany the Introduction to Simulink webinar

This demo helps you apply the key features of Simulink that are discussed in the "Introduction to Simulink" webinarThe demo was specifically built using the features and concepts that are shown in

  • 5.3K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 1 Sep 2016

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)
  • 3 (Last 30 days)
  • 4.8 / 5
  • Community
  • 19 Aug 2015

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
  • 977 (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 24 Jun 2018

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

Feature Selection Library

Version 7.0.2020.3 by Giorgio

Feature Selection Library (MATLAB Toolbox)

  • 23.5K (All time)
  • 31 (Last 30 days)
  • 4.8 / 5
  • Community
  • 3 May 2020

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

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

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
- READFEATUREFILE Read a feature file.
- Compute the mean of numSamples sections of a data vector. It is assumed
- Build a crossvalidation for a classification task.
- Selects only certain datasets from the dataset.
- Compute the pca eigen vectors on all the data and a randomly selected
  • 1.6K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Apr 2018

ecg-kit

Version 1.4.0.0 by marianux

A Matlab toolbox for cardiovascular signal processing

  • 5.5K (All time)
  • 25 (Last 30 days)
  • 4.7 / 5
  • Community
  • 25 Aug 2015

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

Load more