Search Files Advanced Search

image thumbnail

updated 7 years ago

regexpcmp (strcmp meets regexp) by Jason Kaeding

Checks whether strings match a regular expression (pattern) or not. (strcmp, regexp, strmatch)

regexpcmp(str,expr,option)

image thumbnail

updated almost 8 years ago

strpat: a pedestrian, exactly matching pattern finder / replacer by us

us (view profile)

STRPAT finds and replaces an exactly matching pattern in a character or numeric string (strings, string, numeric)

strpat(str,pat,npat)

image thumbnail

updated 2 years ago

is_str_in_str(c, str_match, is_case_sensitive) by Roger Parkyn

Finds whether a string (or elements of a cell-array of strings) contains specified sub-strings. (strings, string, find)

is_str_in_str(c, str_match, is_case_sensitive)

image thumbnail

updated 6 years ago

WNCC - Weighted Normalized Cross Correlation by Andrew Diamond

Andrew Diamond (view profile)

Performs pattern matching in an image via normalized cross correlation but with a weighted template (image processing, pattern match, normalized cross corr...)

wncc(I,T,W,RetSizeOptStr)

xcorr2_fast(T,A,RetSizeOpt)

image thumbnail

updated 7 years ago

Motif Finding by Michael Chan

Michael Chan (view profile)

Illustrates Combinatorial and Viterbi-akin motif finding. (bioinformatics, probabilistic, combinatorics)

PWM( alignmentSetMatrix )

computeNewPWM_GivenSeqBasedOnPWM

computeProbabilityOfSubsequence(sequenceToBeChecked, prob...

image thumbnail

updated 1 year ago

Hatched Fill Patterns by Ben Hinkle

Ben Hinkle (view profile)

Replace solid colors with patterns. (annotation, customization, fill)

applyhatch(h,patterns,colorlist)

makehatch(hatch)

image thumbnail

updated 1 year ago

Design Pattern: Iterator (Behavioural) by Bobby Nedelkovski

A MATLAB® OOP implementation of the Iterator Behavioural Design Pattern (behavioural, design pattern, object oriented progr...)

Test Script for Class CellArrayListIterator

Iterator.m

CellArrayList

image thumbnail

updated 11 years ago

find pattern in string in reverse order by Tseviet Tchen

search character in string from right-hand end (strings, reverse search patter...)

instrrev(text, pattern, varargin)

image thumbnail

updated 3 years ago

findFunctionInPath by Chethan Pandarinath

find all functions in the current matlab path that match (via regexp) a certain pattern (function, find, path)

findFunctionInPath(pattern, caseSensitive)

image thumbnail

updated 1 month ago

Fuzzy Search by Eduard Polityko

The function finds substrings of a reference string that match a pattern string approximately (approximate matching, fuzzy search, matching)

Fuzzy Search

fzsearch(r,p,n,cas)

stdis(r,p,n)

image thumbnail

updated 3 years ago

gipper by Tim Davis

Tim Davis (view profile)

Creates a zip file, using regexp to include and/or exclude filenames that match a list of patterns (path, files, zip)

gipper

image thumbnail

updated 2 years ago

findFiles by Carlos Galdino

findFiles function check files in a folder looking for files in which the name matches a pattern. (files, lookfor, image processing)

findFiles(folderPath,pattern)

image thumbnail

updated 7 years ago

Point Pattern Matching Algorithm for Hand Gesture / American Sign Language (ASL) Recognition by Caglar Arslan

Caglar Arslan (view profile)

A demonstration of American Sign Language recognition by using a Point Pattern Matching Algorithm. (computer vision, pattern recognition, image processing)

appendimages(image1, image2)

findMax(results,depth)

formResults(input, distRatio,threshold,Selecteds)

image thumbnail

updated 5 years ago

Stereo Matching by Wim Abbeloos

Wim Abbeloos (view profile)

A GUI demonstrates an efficient stereo matching algorithm. (stereo, matching, computer vision)

Stereo Matching

polyfit(x,y,n)

stereomatch(imgleft, imgright, windowsize, disparity, spacc)

image thumbnail

updated 9 years ago

Low sidelobe taper design for uniform linear arrays using the iterative Fourier technique by Will Keizer

The function SidelobeSynthesis synthesizes using the iterative Fourier technique for a linear array (wireless, antenna arrays, low sidelobe pattern ...)

SidelobeSynthesis

image thumbnail

updated 1 year ago

Iterative Closest Point Method by Per Bergström

Per Bergström (view profile)

Fits a set of data points to a set of model points under a rigid body transformation (delaunay, icp, iterative closest poi...)

icp.m

example.m

example2.m

image thumbnail

updated almost 2 years ago

Feature fusion using Canonical Correlation Analysis (CCA) by Mohammad Haghighat

Feature level fusion using Canonical Correlation Analysis (CCA) (image processing, signal processing, statistics)

image thumbnail

updated almost 4 years ago

currency recognition by Arun Kumar

Arun Kumar (view profile)

currency recognition with good accuracy and high processing speed (currency recognition, image processing, color feature extract...)

color_luv(rgb_im)

edgehist(rgb_im)

totalfeature(rgbim)

image thumbnail

updated almost 2 years ago

robust nonrigid point set registration by Bing Jian

MATLAB implementation of two nonrigid point set registration algorithms (point set registratio..., point pattern matchin..., thin plate splines)

DisplayPoints(Model, Scene, dim, sampling, axis_limits)

DisplayPoints2D(Model, Scene, sampling, axis_limits)

DisplayPoints3D(Model, Scene, sampling, axis_limits)

image thumbnail

updated 5 years ago

Feature selector based on genetic algorithms and information theory. by Oswaldo Ludwig

Oswaldo Ludwig (view profile)

The algorithm performs the combinatorial optimization by using Genetic Algorithms. (feature selection, genetic algorithms, artificial intelligen...)

GA_feature_selector(feat_numb,X,y)

entropia2(X,resolucao)

statistics(X,y)

image thumbnail

updated 8 years ago

num2strexact (exact version of num2str) by James Tursa

James Tursa (view profile)

num2strexact does exact conversion of number to string based on IEEE floating point bit pattern (num2strexact, num2str, str2num)

num2strexact(varargin)

image thumbnail

updated 12 years ago

grep: a pedestrian, very fast grep utility by us

us (view profile)

a unix-like, very fast grep utility to find strings(s) in files of any type (path, directories, files)

fgrepdem

grep(varargin)

image thumbnail

updated almost 2 years ago

MATLAB Simulations for Radar Systems Design by Bassem Mahafza

Bassem Mahafza (view profile)

MATLAB Simulations for Radar Systems Design (communications, radar, signal processing)

clutter_rcs.m

Capped_Wedge_GUI(varargin)

DielCappedWedgeTMFields_Ls(v,m,rhoij,phiij,rhop,phip,ar,k...

image thumbnail

updated 1 year ago

Gabor Feature Extraction by Mohammad Haghighat

This program generates a custom Gabor filter bank; and extracts the image features using them. (gabor, image processing, computer vision)

image thumbnail

updated 11 years ago

instrrev/strrevfind by Tseviet Tchen

Find character in string from EOS (right-hand end) (strings, reverse, find)

instrrev(text, pattern, varargin)

image thumbnail

updated 11 years ago

Jump by Jøger Hansegård

Jump to directory or file in Matlab path (path, directories, files)

jump.m

image thumbnail

updated 4 years ago

Regular expression search in cell array of strings by Maximilien Chaumon

Search in cell array of strings. Returns indexes of cells in stead of indexes within cells . (cell, cellstr, regexp)

regexpcell(c,pat,inv)

image thumbnail

updated almost 3 years ago

Isolated Digits Record by Speech Processing

Implements a speaker trained, template-based, isolated digit recognizer (speech processing, signal processing, gui)

dtw_isolated_digits_record_GUI25

AtoV(A,rN)

Callbacks_dtw_isolated_digits_GUI25(f,C)

image thumbnail

updated 2 months ago

Wayback Machine API by Rik Wisselink

This functions acts as an API for the Wayback Machine (web.archive.org). (octave, portable, ml65)

WBM(filename,url_part,options)

image thumbnail

updated 5 years ago

Expand wildcards for files and directory names by Peter van den Biggelaar

Expand wildcards for files and directory names (dir wildcard recursiv..., pick of the week, potw)

glob(FILESPEC, ignorecase)

image thumbnail

updated 2 years ago

cgraumann/umeyama-matlab by Christoph GR

Point cloud registration using Least-Squares estimation (Umeyama-Method). (umeyama, image registration, leastsquares)

image thumbnail

updated 1 year ago

March 2012 demo files for "Computer Vision with MATLAB" by Bruce Tannenbaum

Demo files for "Computer Vision with MATLAB" held on March 2012. (computer vision, image processing, video processing)

ReplaceCard()

matching_fcn(ref_features, vid_features, th)

FaceDetection.m

image thumbnail

updated 2 years ago

getnestedfield by Bob Spunt

Find a (potentially nested) field in a structure and return its contents (struct, structures, nested)

image thumbnail

updated 9 years ago

BFSK design using system generator by KONSTANTINOS VOSKAKIS

BFSK transceiver using SysGen 10.1 (system generator 101, xilinx, bfsk)

pre(d)

preamble_detacher(clock,prbl_end,input_bit)

state_machine(din,reset)

image thumbnail

updated almost 5 years ago

Histogram distances by Boris Schauerte

Implementation of some commonly used histogram distances (compatible with the pdist interface) (image processing, signal processing, statistics)

chi_square_statistics(XI,XJ)

histogram_intersection(XI,XJ)

jeffrey_divergence(XI,XJ)

image thumbnail

updated 1 year ago

Find and Replace in Files by Tucker McClure

Tucker McClure (view profile)

Replace the specified text in a list of files with new text. (regular expressions)

find_and_replace(file, expression, replacement)

unit_test_find_and_replace

image thumbnail

updated 1 year ago

FingerPrint Application by Florence Kussener

Capture the Minutiae from a fingerprint (image analysis, fingerprint minutiae ..., fingerprint)

FingerPrint Demo

DistEuclidian(dataset1,dataset2)

FingerPrintGUI(varargin)

image thumbnail

updated 1 year ago

Image feature detection based on a spider web model by Erik

Erik (view profile)

find image features (image processing, computer vision)

extractSLIFFeatures(I, Features, webParameters)

extractSLIFFeatures(I, Features, webParameters)

SLIFMatchingTest.m

image thumbnail

updated 2 years ago

Degraded Quality Fingerprint Enhancement and Lost Minutiae Reconstruction by Manu BN

Manu BN (view profile)

A Matlab code for fingerprint enhancement and lost minutiae reconstruction (image processing, fingerprint reconstru..., minutiae reconstructi...)

image thumbnail

updated 8 years ago

Biased ARTMAP by Massimiliano Versace

Biased ARTMAP (bARTMAP) introduces an improvement to Default ARTMAP neural networks. (neural networks, simulation, modeling)

ART_depleter_new(sampleNumber,weight_j,A,e_Attention,lamb...

DEFARTMAP_Classify(artmap, testdata)

DEFARTMAP_Classify_Fast(artmap, testdata)

image thumbnail

updated almost 16 years ago

Rayleigh Fading Simulation by Federico Bosch

Simulates the fadings produced in wireless communication. (wireless, rayleigh fading simul..., multipath signal)

image thumbnail

updated 3 months ago

Star Wheel of Northern Circumpolar Stars by Meg Noah

Create a circumpolar constellation star wheel for the Northern Hemisphere (astronomy, astrophysics, education)

makeStarWheel_NorthCircumpolar.m

image thumbnail

updated 6 years ago

Smooth Point-set Registration using Neighboring Constraints by Gerard Sanromà

Performs rigid and non-rigid registration of point-sets using graph-based representations. (pointset registration, expectationmaximizati..., softassign)

adjKNN_eff(g,K)

adjZD_eff(g,Eave)

align_weighted(gD,W,gM)

image thumbnail

updated almost 7 years ago

Waveguide Mode Solver by Thomas Murphy

Calculate the electromagnetic modes of optical waveguides. (chemistry, physics, waveguide)

wgmodes.m

contourmode(x,y,mode,dB,xyrange)

fiber(n,r,side,dx,dy)

image thumbnail

updated 7 years ago

MTIMESX - Fast Matrix Multiply with Multi-Dimensional Support by James Tursa

James Tursa (view profile)

Beats MATLAB 300% - 400% in some cases ... really! (mtimes, multiply, speed)

mtimesx.m

mtimesx_build(x)

mtimesx_sparse(a,transa,b,transb)

image thumbnail

updated 2 years ago

Phased Array Design Toolbox v2.5 by Neill Tucker

Neill Tucker (view profile)

A toolbox allowing rapid definition and evaluation of 2D and 3D phased array antennas. (2d, 3d, antennas)

apcirc(theta,phi)

apcirc_geom()

aprect(theta,phi)

image thumbnail

updated 1 year ago

PCA (Principal Component Analysis) by Alaa Tharwat

Alaa Tharwat (view profile)

This code used to learn and explain the code of PCA to apply this code in many applications. (pca, good material, dimensionality reduct...)

F_JDLDAPro(TrainData,vNumEachClass)

F_JDLDAPro(TrainData,vNumEachClass)

PCACov(data)

image thumbnail

updated 3 years ago

Symbolic Polynomial Manipulation by John D'Errico

John D'Errico (view profile)

Symbolic polynomial manipulation as an exercise in OOP (symbolic, polynomial, arithmetic)

Sympoly_demos

adjoint(A)

consolidator(x,y,aggregation_mode,tol)

image thumbnail

updated 5 years ago

Option parser by Peter Corke

A generalized option parser for Toolbox functions (command line, argument parsing)

optparse(in, argv)

image thumbnail

updated 10 years ago

clearbut by Stefano Pantaleoni

Clear all the workspace's variables except for those desired. (path, directories, files)

clearbut(varargin)

Contact us