Main Content

34,762 results in File Exchange

Fast fuzzy c-means image segmentation

Version 1.2.0.3 by Anton Semechko

Segment N-dimensional grayscale images into c classes using efficient c-means or fuzzy c-means clustering algorithm

Fast N-D Grayscale Image Segmenation With c- or Fuzzy c-Meansc-means and fuzzy c-means clustering are two very popular image segmentation algorithms. While their implementation is straightforward, if

  • 6.6K (All time)
  • 4 (Last 30 days)
  • 4.8 / 5
  • Community
  • 10 Aug 2021

PaReLab

Version 1.0.0.0 by yangdongbjcn

Pattern recognition lab, an image classification toolbox using Knn classifier and corss-validation.

- GMMB_CMEANS simple c-means clustering
- GMMB_EM_INIT_CMEANS2
- GMMB_EM_INIT_CMEANS1
- gmmbvl_kmeans - clustering with k-means (or Generalized Lloyd or LBG) algorithm
- C computes the VAR descriptor.
- function [C,D,V]=lpqtopCov(winSizes,rho_s,rho_t,planeIndx) calculates
- function [C,D,V] = vlpqCov(winSize,planes,rho_s,rho_t) calculates a model
- gmmbvl_mixgen - Gaussian mixture generator
- gmmbvl_Ellipse adds ellipses to the current plot
- GMMB_FJ - Figueiredo-Jain estimated GMM parameters
- GMMB_FJ - Figueiredo-Jain estimated GMM parameters
- gmmbvl_em - EM algorithm for adaptive multivariate Gaussian mixtures
- gmmbvl_em_step - EM learning step for multivariate Gaussian mixtures
- GMMB_VERSION - Version string for GMMBayes toolbox
- GMMB_CREATE - Construct new Bayesian classifier with Gaussian mixture model pdf
- GMMB_CMVNPDF - Compute the value of Gaussian PDF (real or complex range)
- GMMB_COVFIXER - force matrix to be a valid covariance matrix
- GMMB_EM - EM estimated GMM parameters
- gmmbvl_em_gauss - compute likelihoods for all points and all components
- gmmbvl_sqdist - computes pairwise squared Euclidean distances between points
- GMMB_PDF - (Complex range) multivariate Gaussian mixture model pdf
- gmmbvl_em_init_km - initialization of EM for Gaussian mixtures
- GMMB_GEM - Greedy EM estimated GMM parameters
- % Description: Compute weights from 2-1 norm regularization (group lasso)
- GMMB_COVFIXER - force matrix to be a valid covariance matrix
  • 2.6K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 May 2012

Fuzzy c-means thresholding

Version 1.0.0.0 by Guanglei Xiong

Thresholding by 3-class fuzzy c-means clustering.

FCMTHRESH Thresholding by 3-class fuzzy c-means clustering [bw,level]=fcmthresh(IM,sw) outputs the binary image bw and threshold level of image IM using a 3-class fuzzy c-means clustering. It often

- FCMTHRESH Thresholding by 3-class fuzzy c-means clustering
  • 13.1K (All time)
  • 2 (Last 30 days)
  • 4.5 / 5
  • Community
  • 31 Mar 2016

ffcmw: The Fastest Fuzzy C-Means in the West!

Version 1.0.4.0 by Marco Cococcioni

A fast implementation of the well-known fuzzy c-means clustering algorithm

When you need to clusterize data, fuzzy c-means is an appealing candidate, being it more robust and stable than the k-means clustering algorithm. This implementation is faster than that found in the

- Fastest Fuzzy C-Means of the West!
  • 1.3K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 3 Jul 2019

GUI for Multivariate Image Analysis of 4-dimensional data

Version 1.12.0.0 by Kateryna Artyushkova

Multivariate Image Analysis of 4-dimensional image sequences using 2-step two-way and three-way ...

- DCFUZZY Performs fuzzy c-means clustering
- DCKMEANS Performs k-means clustering
- FNNLSNon-negative least-squares.
  • 5K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 23 Dec 2010

Zhenzhou threshold selection

Version 1.0.0.0 by zhenzhou wang

A threshold selection method based on slope difference distribution

- FCMTHRESH Thresholding by 3-class fuzzy c-means clustering
- Histogram probability computation
- Construction of trapezoid-shaped fuzzy membership functions
- ADAPTIVETHRESHOLD An adaptive thresholding algorithm that seperates the
- This program is written by Zhenzhou Wang, for more information please
- Two-dimensional digital filter, based on FILTER2.m
- This Matlab code implements an edge-based active contour model as an
  • 803 (All time)
  • 2 (Last 30 days)
  • 4.6 / 5
  • Community
  • 5 Apr 2016

Bias Field Corrected Fuzzy C-Means

Version 1.1.0.0 by Dirk-Jan Kroon

Estimates the illumination artifact in 2D (color) and 3D CT and MRI and segments into classes.

in CT, and illumination artifacts in color photos.It's an implementation of the paper of M.N. Ahmed et. al. "A Modified Fuzzy C-Means Algorithm for Bias Field estimation and Segmentation of MRI Data

  • 7.5K (All time)
  • 4 (Last 30 days)
  • 4.8 / 5
  • Community
  • 3 Nov 2009

GUI for Multivariate Image Analysis of Multispectral Images

Version 1.0.0.0 by Kateryna Artyushkova

A GUI for MIA of multispectral image data sets (PCA, Simplisma, MCR, classification).

routines:-PCA, Simplisma (pure variable method) and MCR (Multivariate Curve Resolution);-Three types of image classification (2 unsupervised (K means, Fuzzy C) and 1 supervised (Maximum Likelihood)).Basic image

- DCFUZZY Performs fuzzy c-means clustering
- DCKMEANS Performs k-means clustering
- SUMSUM Sums all elements in an n-dimension array
- MAXMAX Maximum of all elements in an n-dimension array
- MAKEGAUSSDATA - Creates spherical data clouds
- DCEMGMM - estimates Gaussian Mixture Model using the EM algorithm
- RANDINDEX - calculates Rand Indices to compare two partitions
- MINMIN Minimum of all elements in an n-dimension array
- MEANMEAN Mean of all elements in an n-dimension array
  • 15.5K (All time)
  • 3 (Last 30 days)
  • 3.9 / 5
  • Community
  • 29 Nov 2004

Fuzzy c-means segmentation

Version 1.0.0.0 by Santle Camilus

This program segments an image into 2 partitions using standard Fuzzy k-means algorithm.

This program illustrates the Fuzzy c-means segmentation of an image. This program converts an input image into two segments using Fuzzy k-means algorithm. The output is stored as "fuzzysegmented.jpg

- This program illustrates the Fuzzy c-means segmentation of an image.
  • 16.4K (All time)
  • 1 (Last 30 days)
  • 4.1 / 5
  • Community
  • 9 Oct 2009

Locating Retinal Blood Vessels on Fundus Images by Kirsch’s Template and Fuzzy C-Means

Version 1.0.0.0 by Jemima Jeba

Fundus Image Segmentation

The code which segment the retinal blood vessels accurately. The Kirsch's template is used for tracking the larger blood vessels; fuzzy c-means is used to segment smaller blood vessels. The region

  • 578 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 25 May 2017

Clustering-based algorithms for breast tumor segmentation

Version 1.0.0 by Majid Farzaneh

Clustering-based algorithms for breast tumor segmentation using: k-means, fuzzy c-means, & optimized k-means (by Cuckoo Search Optimization)

Tumor Segmentation in Breast MRI images. I used the RIDER database in this project. Three clustering-based algorithms used for image segmentation:1- fuzzy c-means (FCM)2- k-means3- optimized k-means

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

fuzzy c-means algorithm

Version 1.0.1 by Emanoel costa

fuzzy c-means with example

This file perform the fuzzy c-means (fcm) algorithm, illustrating the results when possible.A simple code to help you understand the fcm process and how clustering works.

  • 227 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 13 Apr 2020

Fuzzy c-means clustering method

Version 1.0 by Yun Liu

FCM

This is a function of fuzzy c-means clustering method.Input parameters: X, m*N, is the data matrix.k is the number of clusters.q is the fuzzy degree, >1u, N*k, is initial membership matrixe is the

  • 1.5K (All time)
  • 2 (Last 30 days)
  • 3.3 / 5
  • Community
  • 16 Mar 2016

Fuzzy C-means for Brain Tumor Detection

Version 1.0.0 by Navid Razmjooy

Using the popular FCM method for detecting the Brain Tumor Detection

The present code is a simple method based on Fuzzy C-means for Brain Tumor Detection from the brain images.

- Thresholding by 3-class fuzzy c-means clustering
  • 730 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 30 Apr 2020

Application of Fuzzy C-Means (FCM) to Economic Dispatch

Version 1.0.0 by praveen kumar

this problem solves Economic Dispatch by Fuzzy C-Means (FCM)

  • 12 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 28 Apr 2024

Fuzzy C-Means with Focal Point

Version 1.0.0.0 by Silvio Filipe

We present a generalization of partitional clustering.

- ITERFCMFP Implementation of the Fuzzy C-Means algorithm with Focal Point.
- FCMFP Data set clustering using fuzzy c-means clusteringwith focal point.
- STEPFCMFP One step in fuzzy c-mean clustering.
- DISTFCMFP Distance measure in fuzzy c-mean clustering with focal point.
- XIEBENIINVERTED Implementation of the measure of cluster validation of the Xie-Beni.
  • 1.1K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 1 Sep 2011

Sparse Regularization-Based Fuzzy C-Means Clustering

Version 1.0.0 by Cong Wang

We propose a sparse regularization-based Fuzzy C-Means clustering algorithm for image segmentation, published in IEEE TFS, 2021.

The conventional fuzzy C-means (FCM) algorithm is not robust to noise and its rate of convergence is generally impacted by data distribution. Consequently, it is challenging to develop FCM-related

  • 63 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 13 Apr 2023

Residual-Sparse Fuzzy C-Means for image segmentation

Version 1.0.0 by Cong Wang

We propose a residual-sparse Fuzzy C-Means clustering algorithm for image segmentation, published in IEEE TFS, 2021.

We develop a residual-sparse Fuzzy C -Means (FCM) algorithm for image segmentation, which furthers FCM's robustness by realizing the favorable estimation of the residual (e.g., unknown noise) between

  • 46 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 13 Apr 2023

Residual-driven Fuzzy C-Means for Image Segmentation

Version 1.0.0 by Cong Wang

We elaborate on residual-driven Fuzzy C-Means (FCM) for image segmentation published in IEEE/CAA JAS 2021 and IEEE TCYB 2023.

In this paper, we elaborate on residual-driven Fuzzy C-Means (FCM) for image segmentation, which is the first approach that realizes accurate residual (noise/outliers) estimation and enables

  • 55 (All time)
  • 2 (Last 30 days)
  • -- / 5
  • Community
  • 14 Apr 2023

Image segmentation using Fuzzy C-means with two image inputs

Version 1.0.0.0 by Simon Cichosz

This Matlab script illustrate how to use two images as input for FCM segmentation

  • 7.2K (All time)
  • 1 (Last 30 days)
  • 3.5 / 5
  • Community
  • 19 Mar 2010

Selective Level Set Segmentation Using Fuzzy Region Competition

Version 1.01 by ABing

Region competition level set method is enhanced for arbitrary combination of selective segmentation

competition for selective segmentation.If you think it is helpful, please cite: ---------------------------------------- B.N. Li, C.K. Chui, S.H. Ong, T. Numano, T. Washio, K. Homma, S. Chang, S. Venkatesh, E

- standard fuzzy c-means for image segmentation
- define initial level set function as -c0, c0
  • 1K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Sep 2016

Data Standardization

Version 1.0.0.0 by Pavel Paunov

Standardize data in desired dimension

  • 574 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 May 2015

BRAIN MRI IMAGE SEGMENTATION BASED ON FUZZY C-MEANS ALGORITHM WITH VARYING ALGORITHMS

Version 1.0.0.0 by venkat reddy

comparing different algorithms

- FCMTHRESH Thresholding by 3-class fuzzy c-means clustering
- This program illustrates the Fuzzy c-means segmentation of an image.
- KMEANSK Performs K-means clustering given a list of feature vectors and k
  • 1.5K (All time)
  • 1 (Last 30 days)
  • 4.7 / 5
  • Community
  • 27 Jan 2018

BCIFCMSNI Clustering for MRI Image Segmentation

Version 1.1.0 by dhirendra kumar

Bias-Corrected Intuitionistic Fuzzy C-Means With Spatial Neighborhood Information Approach for Human Brain MRI Image Segmentation

*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Bias-Corrected Intuitionistic Fuzzy C-Means With Spatial Neighborhood Information Approach for Human Brain MRI Image Segmentation%% Published in IEEE Transaction on Fuzzy Systems% The code was written by Dhirendra

  • 45 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 4 Dec 2022

ARKFCM algorithm

Version 1.0 by Ahmed Elazab

Adaptively Regularized Kernel-Based Fuzzy C-Means Clustering

This demo is an implementation for the research paper "Segmentation of Brain Tissues from Magnetic Resonance Images Using Adaptively Regularized Kernel-Based Fuzzy C-Means Clustering", Computational

  • 1.8K (All time)
  • 1 (Last 30 days)
  • 4.8 / 5
  • Community
  • 24 Nov 2015

Semi Automatic Medical Image 3D segmentation

Version 1.1.0.0 by Brad Moffat

This performs matlab clustering fuzzy cmeans or kmeans on a freehand roi.

  • 2.2K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 Aug 2013

Intelligent Color Reduction and Quantization using Clustering Methods in MATLAB

Version 1.0.0.0 by Yarpiz / Mostapha Heris

Color Reduaction using k-Means Clustering, Fuzzy c-Means Clustering (FCM), and SOM Neural Network

  • 539 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Sep 2015

Image segmentation using fast fuzzy c-means clusering

Version 1.0.0.0 by Tao Lei

gryascale and color image segmentation

A fast and robust fuzzy c-means clustering algorithms, namely FRFCM, is proposed. The FRFCM is able to segment grayscale and color images and provides excellent segmentation results.

- Firstly, we use multivariate morphological reconstruction to reconstruct original image to suppress noise;
  • 2.7K (All time)
  • 1 (Last 30 days)
  • 4.9 / 5
  • Community
  • 24 Feb 2018

Automatic Histogram-based Fuzzy C-Means (AHFCM) clustering

Version 1.0 by Saman

Automatic Histogram-based Fuzzy C-Means (AHFCM) clustering

This code is for the Automatic Histogram-based Fuzzy C-Means (AHFCM) clustering that is proposed and explained in the article below:http://www.sciencedirect.com/science/article/pii/S0924271614002056

- FCM Data set clustering using fuzzy c-means clustering.
- DISTFCM Distance measure in fuzzy c-mean clustering.
- INITFCM Generate initial fuzzy partition matrix for fuzzy c-means clustering.
  • 526 (All time)
  • 1 (Last 30 days)
  • 4.0 / 5
  • Community
  • 22 Feb 2017

vebyk

Version 1.2.0.0 by Rolf Sidler

vebyk performs ordinary kriging and can be easily adapted to other kriging methods.

- appends mu to small c and ones to big C for ordynary kriging. that means
- minimizing2 calculates the factors 'lambda' by minimizing the variances.
  • 5.5K (All time)
  • 2 (Last 30 days)
  • 4.3 / 5
  • Community
  • 3 Dec 2014

Guaranteed Automatic Integration Library

Version 2.3.2 by GAIL

Guaranteed Automatic Integration Library

- Monte Carlo method to estimate the mean of a random variable
- Demo for meanMC_g
- For a random variable Y = f(\mathbf{X}), we will estimate its expected value:
- Monte Carlo method to estimate the mean of a random variable.
- Monte Carlo method to estimate the mean of a random variable to
- Monte Carlo method to estimate the mean of a Bernoulli
- Quasi-Monte Carlo method using rank-1 Lattices cubature over
- 1-D guaranteed function integration using trapezoidal rule
- rotates the 3-D plot axes through several angles and
- GAIL (Guaranteed Automatic Integration Library) is created, developed, and maintained by Fred Hickernell (Illinois Institute of Technology), Sou-Cheng Choi (IIT and Kamakura Corporation), Yuhan Ding (IIT), Lan Jiang (IIT alum), Jagadeeswaran Rathinavel (IIT alum), Lluis Antoni Jimenez Rugama (IIT alum), Xin Tong (IIT alum and University of Illinois at Chicago), Kan Zhang (IIT), Yizhi Zhang (IIT alum), and Xuan Zhou (IIT alum).
- 1-D guaranteed locally adaptive function approximation (or
- 1-D guaranteed locally adaptive function optimization on [a,b]
- DOCTEST - Run examples embedded in documentation
- 1-D guaranteed locally adaptive function approximation (or
- - permutations with repetition
- Authors: Fred Hickernell and Sou-Cheng Choi, August 2017
- 1-D guaranteed function recovery on [a,b]
- 1-D guaranteed global minimum value on [a,b] and the subset
- 1-D guaranteed function recovery on [0,1] with cone condition tau
- 1-D guaranteed global minimum value(s) on [0,1] and the subset
- Quasi-Monte Carlo method using Sobol' cubature over the
- - used internally by doctest
- Authors: Lan Jiang and Sou-Cheng Choi, July 2017
  • 697 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Mar 2022

Fuzzy C-mean

Version 1.0.1 by Tan Pham

Fuzzy C-mean Algorithm without using built-in function

Fuzzy C-mean Algorithm without using built-in function

- Fuzzy C-mean Algorithm
  • 202 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 9 Oct 2020

ASWMF for salt and pepper noise removal

Version 1.0.0 by Dang N. H. Thanh

This program links to the paper "Adaptive Switching Weight Mean Filter for Salt and Pepper Image Denoising"

  • 118 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Jun 2020

Zeffiro Forward and Inverse Interface for Complex Geometries

Version 6.0.2 by Sampsa Pursiainen

Interface for using finite elements in inverse problems with complex domains

. https://doi.org/10.1007/s10851-022-01081-3- Rezaei, A., Lahtinen, J., Neugebauer, F., Antonakakis, M., Piastra, M. C., Koulouri, A., Wolters, C. H., & Pursiainen, S. (2021). Reconstructing subcortical and cortical somatosensory activity

  • 646 (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 11 Aug 2024

kutzer/TransformationToolbox

Version 1.0.0.0 by Michael Kutzer

Transformation Toolbox

- approximates the mean of a sample of rigid body transformations.
- converts an NxN skew-symmetric matrix into a vector defined by the
- homogeneous scaling along the y-direction
- homogeneous shear along the xz-direction
- converts a N-dimensional rotation matrix to to an
- recovers world-fixed points using point
- hides the x, y, and z-direction and labels of the specified
- homogeneous rotation about the x-axis (radians)
- homogeneous rotation about the z-axis (radians)
- calculates the exponential of a skew-symmetric 3×3 matrix is
- homogeneous translation along the z-axis
- homogeneous translation along the y-axis
- homogeneous shear along the y-direction
- shows the x, y, and z-direction and labels of the specified
- hides the x, y, and z-direction labels of the specified
- zeros round-off terms caused by floating point errors
- homogeneous scaling along the z-direction
- homogeneous translation along the z-axis
- converts an NxN skew-symmetric matrix into a vector defined by the
- calculates the n-dimensional cross product following the the
- converts an Nx1 vector into a skew-symmetric matrix
- homogeneous shear along the xy-direction
- homogeneous shear along the yz-direction
- creates a random, n-dimensional homogeneous rigid body
- homogeneous scaling along the x-direction
- converts an Nx1 vector into a skew-symmetric matrix
- shows the x, y, and z-direction labels of the specified
- calculates the world or body-fixed manipulator Jacobian
- homogeneous shear along the x-direction
- checks a matrix to see if it is skew-symmetric
- forces a matrix to be real skew-symmetric by
- homogeneous rotation about the y-axis (radians)
- SCRIPT_Test_meanSE
  • 501 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Mar 2024

mrTools

Version 4.8 by Justin Gardner

mrTools - matlab based tools for fMRI

- : mean-squared-error between two matrices/images.
- - Robust M-estimator
- - returns the quaternion representing the rotation given by
- - returns the rotation matrix corresponding to the rotation
- M-file for mrAlignGUI.fig
- - Error surface plot.
- (H) Determines the selected point in 3-D data space.
- - separable convolution in (X,Y,Z), with border handling in Z
- - robust error measure between a histogram and a weighted
- M-file for checkAlignmentGUI.fig
- M-file for editSessionGUI.fig
- - Adds a border to an image:
  • 101 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Feb 2024

UnivarScatter

Version 1.2.0.0 by Manuel Lera Ramírez

A univariate scatter plot for matlab

- ( y_values,shift,x_position,text_varargin )
- Rozenfeld et al. 2019 - Figure 4E
  • 1.8K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 23 Nov 2022

Kilosort

Version 1.0.0.0 by Marius Pachitariu

Fast and accurate spike sorting toolbox

  • 1.2K (All time)
  • 8 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 Feb 2024

gibbonCode/GIBBON

Version 3.5.0 by Kevin Moerman

GIBBON: The Geometry and Image-Based Bioengineering add-ON for MATLAB

- tetVolMeanEst
- This demo shows how one can use logic operations to cut meshes and to extrude features from meshes. Here a bifurcated vessel is created by cutting a hole in a particular direction and by extruding the side-branch from this hole. The initial surface mesh is then thickened to produce a hexahedral mesh.
- Below is a demonstration for a FEBio demo presented at the FEBio workshop at WCB 2018. Four cubes are stacked on top of each other. Sliding-elastic contact with friction is defined between them. The top cube is forced downwards in a rotation motion thereby compressing the other cubes and also transferring some twist due to frictional forces.
  • 3.9K (All time)
  • 29 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Jul 2024

Matrix-Regularized Multiple Kernel Learning via (r,p) Norms.

Version 1.0.1 by Yina Han

This code implements a matrix-regularized multiple kernel learning (MKL) technique based on a notion of (r, p) norms.

  • 234 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 22 Dec 2018

The HDR Toolbox

Version 2.0.0.0 by Francesco Banterle

The HDR Toolbox is a toolbox for processing High Dynamic Range (HDR) content.

for the installation process to end.NOTE ON TONE MAPPING:The majority of TMOs return tone-mapped images with linear values. This means that gamma encoding needs to be applied to the output of these TMOs

  • 1.7K (All time)
  • 7 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Jul 2024

Gray Image Enhancement Using the Regional Similarity T. F.

Version 1.0.0 by ferzan katircioglu

It is called the Regional Similarity Transfer Function (RSTF) that considers the density distribution similarity between adjoining pixels.

  • 151 (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Oct 2020

Better memory-mapped files in Matlab

Version 1.31.0.0 by Dylan Muir

A better, transparent memmapfile, with complex number support.

- Average or mean value. (unary op)
- True for Not-a-Number. (unary op)
- - FUNCTION Write data without sorting or checking indices
- - FUNCTION Read a set of indices from the file, in an optimsed fashion
- Read an ADSC X-ray detector image
- - FUNCTION Read data without sorting or checking indices
- - FUNCTION Read a set of indices from the file, in an optimsed fashion
  • 1.3K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 18 May 2020

Fuzzy C-means Clustering

Version 1.0.0.0 by Krishna Kumar Perikamana

This function illustrates the Fuzzy c-means clustering of an image

This function illustrates the Fuzzy c-means clustering of an image. It automatically segment the image into n clusters with random initialization. The number of clusters can be specified by the user

- This program illustrates the Fuzzy c-means segmentation of an image.
  • 2K (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 24 Mar 2016

dmgroppe/Mass_Univariate_ERP_Toolbox

Version 1.25.0.0 by David Groppe

Functions for performing and visualizing mass univariate analyses of event-related potentials.

- () - Saves a GND, GRP, specGND, specGRP, or tfrGND variable to
- () - Outputs messages if they exceed a desired level of importance.
- () - Saves a GND or GRP variable to disk using its current filename
  • 7.6K (All time)
  • 18 (Last 30 days)
  • 5.0 / 5
  • Community
  • 19 Sep 2018

Adaptive moment estimation (Adam)

Version 1.0.0 by Mehdi Ghasri

Adaptive moment estimation (Adam) Algorithm for deep learning optimization

  • 257 (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Oct 2023

Fuzzy C-Means SMOTE

Version 1.0.0 by S. Muhammad Hossein Mousavi

Fuzzy C-Means Synthetic Minority Oversampling Technique (SMOTE) for Synthetic Data Generation (SDG)

Fuzzy C-Means Synthetic Minority Oversampling Technique (SMOTE) for Synthetic Data Generation (SDG)

  • 20 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 13 Jun 2024

hctsa

Version 1.9.0.0 by Ben Fulcher

Highly comparative time-series analysis

- A given measure of location of a data vector.
- Mean and variance in local time-series subsegments.
- Mean of the trimmed time series using trimmean.
- Analysis of line-of-sight angles between time-series data points.
- Cross-forecast errors of zeroth-order time-series models
- 2-dim feature-based representation of a time-series dataset
- Display feature-loading-onto-PC info to screen
- Normalized drop-one-out constant interpolation nonlinear prediction error.
- How time-series properties change in response to iterative pre-processing.
- Shape-based statistics in a 2-d embedding space
- The first zero-crossing of the generalized self-correlation function
- Predict classes for new time-series data using a pre-trained model
- Compare how time-series properties change after pre-processing.
- Motifs in a coarse-graining of a time series to a 3-letter alphabet
- Lempel-Ziv complexity of a n-bit encoding of a time series
- Exponential smoothing time-series prediction model.
- Transition probabilities between time-series states.
- Local density estimates in the time-delay embedding space
- Compute low-dimensional components of a data matrix.
- Gaussian Process time-series modeling for local prediction.
- Load some pre-computed features into an hctsa data file
- Coarse-grains a continuous time series to a discrete alphabet.
- Simple local time-series forecasting.
- Simple mean-stationarity metric, StatAv.
- Fit distributions or simple time-series models to the data.
- Gaussian Process time-series model parameters and goodness of fit
- Robustness of test-set goodness of fit
- How time-series properties change with increasing randomization.
- State space time-series model fitting.
- How the time-series range changes across time.
- Gaussian Process time-series model for local prediction.
- z-score the input data vector (without a Statistics Toolbox licence)
  • 1.1K (All time)
  • 8 (Last 30 days)
  • 4.5 / 5
  • Community
  • 14 Aug 2023

kolian1/texture-segmentation-LBP-vs-GLCM

Version 1.3.0.0 by Nikolay S.

A Matlab Image segmentation via several feature spaces DEMO

classification. K-means clustering is chosen du it’s relative simplicity and decent run-time.5. Not implemented.By running the demo the user can see various images segmentations achieved by each scheme (differing

- k-means clustring
  • 2.1K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 30 Aug 2015

MatStats

Version 1.1.4 by David Legland

Management of data tables, similar to dataframe in R, with enhanced plotting facilities.

- One-line description here, please.
- N Multi-way analysis of variance
- One-line description here, please.
- One-line description here, please.
- One-line description here, please.
- One-line description here, please.
- ACTION One-line description here, please.
- Plot distribution using violin-like plot
- One-way analysis of variance
  • 2.6K (All time)
  • 7 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Feb 2024

Example_iris_01.m

Version 1.0.0.0 by nafise sorush

cmeans

  • 234 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 11 Jul 2014

Teaching Calculus with Matlab

Version 10.1 by TCM Team

Collection of interactive demos illustrating fundamental topics in calculus.

- TCM - Teaching Calculus with Matlab
  • 1.3K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 9 Jan 2020

QSPToolbox

Version 1.0.1 by Brian Schmidt

This is the fully public version of QSP Toolbox. Please check the README file for the current version of MATLAB that is supported.

- Non negative least squares Cx=d x>=0 w=C'(d-Cx)<=0
  • 280 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 2 Jun 2023

geoscience-community-codes/GISMO

Version 1.2.2.0 by Glenn Thompson

GISMO - a framework for scientific research in seismology/infrasound

- Average or mean value of waveform's data.
- (.^) waveform implementation of element-by-element power (.^)
- evaluate b-value, a-value and magnitude of completeness
- Plot an IceWeb-style spectrogram
- create an RSAM-like object from a waveform object
- - plots spectrograms of waveforms with waveform along top
- - fill missing data with values of your choice
- bin an irregularly-sampled timeseries (like earthquake origin times).
- - Filterobject display overloaded operator
- produce an multi-channel spectrogram plot in the style of
- : Wrapper function for applying 1-D Median Filter (Signal
- (for WAVEFORM objects) Discrete-time analytic Hilbert transform.
- - plots spectrogram of waveforms
- - Get filterobject properties
- M-file for uispecgram.fig
- For each event in a Catalog object, list the metrics for each station-channel.
- Use the duration-amplitde
- - filterobject implementation of FILTFILT, use on waveform Object
- Load RSAM-like data from a BOB file into a SAM object.
- - spectralobject class constructor
- apply a colormap to the cross-correlation
- Cross-correlation an event recorded on 3 infrasound components
- - encapsulate the request, allowing single structure to be passed around.
- allows seamless access to data stored within the IRIS-DMC via FDSN services
- - concatenate 2D matrices of arbitrary size
  • 6.6K (All time)
  • 8 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Apr 2023

Mean square displacement analysis of particles trajectories

Version 1.3.0.0 by Jean-Yves Tinevez

A MATLAB class for the mean square displacement analysis of particle trajectories, with a tutorial.

  • 6.6K (All time)
  • 11 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Feb 2021

sgstea

Version 1.2 by Radoslav Vargic

Smartgrid Simulator for Techno-Economic Analysis

network modelb) battery models (basic models for PowerWall, Supercapacitors, Hybrid Batteries)c) consumer model (based on profile)Basic concepts:we run the whole microgrid or it part in the "simulation time

  • 189 (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Aug 2023

STK

Version 2.8.1.0 by The STK project

The STK is a (not so) Small Toolbox for Kriging

Experiments(DACE), the STK can be useful for other applicationsareas (such as Geostatistics, Machine Learning,Non-parametric Regression, etc.).Copyright: Large portions are Copyright (C) 2011-2014 SUPELECand

  • 275 (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Jul 2024

Nucleus Toolbox

Version 5.0.0 by Brett Swanson

Sound processing for Nucleus cochlear implant systems

- : generate a test signal for a front-end AGC.
- : generate a test signal for a front-end AGC.
  • 217 (All time)
  • 25 (Last 30 days)
  • 5.0 / 5
  • Community
  • 15 Feb 2024

Simple k-Means Clustering

Version 1.2 by Evan Czako

k-means clustering MATLAB implementation. Adjustable number of clusters and iterations for data of arbitrary dimension.

k-means clustering MATLAB implementation. Adjustable number of clusters and iterations for data of arbitrary dimension. See function description for example and details of use.

  • 1K (All time)
  • 10 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Nov 2020

  • 946 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 Aug 2019

Load more