image thumbnail

updated 1 month ago

Attributed Plot Html by Emily Alden

This exchange file creates a clickable image map for a figure with links to multiple data sources. (data export, images, html)

AttributedPlotHtml(Dim2Data,ImageName,Crux)

EXAMPLE_marathons.m

image thumbnail

updated 3 months ago

Convert an image to song by Joseph Hollmann

This function reads an image file and creates a tone vector (music, images, fun)

im2sound(varargin);

image thumbnail

updated 3 months ago

Image2ImageTool by Mikko Leppänen

A GUI for converting image files. (gui, images, image processing)

CurrentState

Image2ImageTool.m

image thumbnail

updated 8 months ago

IMAGEVIEWER by Jiro Doke

A GUI for viewing and interactively exploring image files. (data exploration, gui, pictures)

Image File Viewer

ImageViewer

image thumbnail

updated 8 months ago

Stereo Matching by Wim Abbeloos

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

Stereo Matching

polyfit(x,y,n)

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

image thumbnail

updated 10 months ago

k-means clustering algorithm by Craig

Performs one step of the k-means clustering algorithm (algorithm, images, average)

kmean(img,means)

Example.m

image thumbnail

updated 1 year ago

Active Shape Model (ASM) and Active Appearance Model (AAM) by Dirk-Jan Kroon

Cootes 2D/3D Active Shape & Appearance Model for automatic image object segmentation and recognition (2d, active appearance mod..., active shape model)

A=imresize3d(V,scale,tsize,ntype,npad)

AAM_2D_example.m

AAM_3D_train_example.m

image thumbnail

updated 1 year ago

TIFFStack by Dylan Muir

Access a TIFF stack as a memory-mapped tensor. Handles a large range of internal TIFF formats. (tiff, tif, image manipulation)

TIFFStack

image thumbnail

updated almost 2 years ago

Create avifile from frames. by Héctor Corte

This code is for create an avifile from frames. (image processing, application, images)

Movie_from_frames.m

image thumbnail

updated 2 years ago

quiver3Dpatch by Kevin Moerman

Plotting of colored 3D arrows based on patch command (3d, data exploration, quiver)

[F,V,C]=quiver3Dpatch(x,y,z,ux,uy,uz,c,a)

image thumbnail

updated 2 years ago

GraphScannerGUI by Mikko Leppänen

GraphScanner GUI program allows to extract data values from graphs. (graph, pictures, images)

addNewPoint(scObj,varargin)

calculation(x,y,data,xyScaleMatrix)

cellSelection(scObj,varargin)

image thumbnail

updated 2 years ago

Viola Jones Object Detection by Dirk-Jan Kroon

Viola Jones Object detection using OpenCV trained classifiers (2d, detection, viola jones)

ConvertHaarcasadeXMLOpenCV(filename)

GetIntergralImages(Picture,Options)

HaarCasadeObjectDetection(IntegralImages,HaarCasade,Options...

image thumbnail

updated 2 years ago

Adobe Photoshop PSD file reader by Jeff Mather

Functions to read images and get metadata from Adobe Photoshop PSD files. (metadata, images, photoshop)

impsdinfo(filename)

ispsd(filename)

psdreadheader(fid)

image thumbnail

updated almost 3 years ago

Read Truevision TARGA images by Dirk-Jan Kroon

Truevision TARGA file-format image reader, for extensions TGA, VDA, ICB VST (truevision, targa, tga)

tga_read_header(fname)

tga_read_image(info)

image thumbnail

updated 3 years ago

Zig-Zag scan by Damilola Ogunbiyi

Zig-zag and inverse zig-zag scan as used in Image Processing's JPEG compression. (compression, matlab, jpeg)

out=invzigzag(in,num_rows,num_cols)

out=zigzag(in)

image thumbnail

updated 3 years ago

Basic PCA based log-Likelihood Classifier by Dirk-Jan Kroon

PCA algorithm suitable for detection / recognition of 2D image "objects" (classification, recognition, likelihood)

[Lmean,Gmean,Cgppca,invCgppca,Vtot]=train_model(L,G)

[distanceL,distanceG,LogLikelihood]=apply_model(T,Lmean,Gme...

example_classifier_ms.m

image thumbnail

updated 3 years ago

Download a Slideshow from Kodak® Gallery by Matthew Simoneau

Download all the images in a Kodak® Gallery slideshow. (slideshow, download, graphics import)

downloadkodakgallery(url,folder)

image thumbnail

updated 3 years ago

Data fetch tool by Petteri Pusa

Fetch data points from images (data import, images)

d_fetch(varargin)

image thumbnail

updated 3 years ago

teximage.m by Ben Hinkle

Displays a LaTeX string as an image. (figures, strings, tex)

out=teximage(s,varargin)

image thumbnail

updated 3 years ago

Link figures by Yanai

Link the axes of different figures for zoom and pan (axes, images, figures)

LinkFigures(varargin)

image thumbnail

updated almost 4 years ago

GIF Player by Vihang Patil

This function will display the animated GIF's in the figure window (gif, player, animated)

gifplayer(gif_image,delay_length)

image thumbnail

updated almost 5 years ago

fig2jpg by Ravi Chityala

convert fig files in a directory to jpg files (figure, jpeg, image generation)

fig2jpg.m

image thumbnail

updated almost 5 years ago

Neural Network for pattern recognition- Tutorial by Alaa Eleyan

simple 3 class recognition using back propagation neural networks (3 class, application, example)

NN_tutorial.m

image thumbnail

updated 5 years ago

Signal Processor for Graphs (Pictures) update 2 - Final by Suresh Kumar Gadi

This GUI will help us to process signal from any picture file or user defined function (data exploration, signal processing, pictures)

gskmadespt(varargin)

image thumbnail

updated 5 years ago

Convert fig files to images by Lorenzo Luini

Change format of the all the fig files in a folder (fig, export, convert)

export_figs(ext)

image thumbnail

updated 6 years ago

Grayscale to RGB Converter by Valeriy Korostyshevskiy

Convert grayscale images to RGB using a specified colormap. (color, grayscale, colormap)

grs2rgb(img, map)

image thumbnail

updated almost 7 years ago

Open Nanoscope 3 AFM images by Enrique Escobedo

Reads AFM data from Nanoscope 3 software (morphology, segmentation, afm)

extract_num(str)

openNano(file_name)

image thumbnail

updated almost 7 years ago

ASCII Art variation by Gabriele Lombardi

ASCII art images generator (ascii, art, generator)

ASCII Art

gabAscii(img,axelWidth,outWidth,mustRescale,gamma,filename)

image thumbnail

updated almost 7 years ago

Thresholding Images by Ivan Ordonez

A GUI to visualize of thresholding process of an image (gui, display, annotation)

ThresGUI.m

image thumbnail

updated almost 8 years ago

Resize images and make HTML slideshow by Adam O'Neill

Resize your digital camera photos then make a HTML slideshow to go on the web (graphics import, graphics export, images)

makeslideshow(varargin);

resizepics(varargin);

image thumbnail

updated almost 8 years ago

Movie from a Sequence of Images by Nassim Khaled

Creates an avi movie from a sequence of images. (application, sequence, movie)

Movie_from_frames(name,filetype,number_of_frames,display_ti...

MOVIES.avi

image thumbnail

updated almost 8 years ago

Pseudo Coloring by Jeny Rajan

Converts gray level images to pseudo color images. (gray, pseudo color, convert)

pseudo.m

image thumbnail

updated 8 years ago

Zoom 2D, 8bit Gray Level Images by Duplication by Ihsan Yalcinkaya

Zooms 2D, 8bit gray level images by row and column duplication. (reconstruction, zoom 2d duplication, 8 bit)

zoomByDuplication(imsrc, newX, newY)

image thumbnail

updated 8 years ago

google by Fahad Al Mahmood

Shortcut for web searching using Google's different search areas (images, groups, etc.). (google, web, url)

google(varargin)

image thumbnail

updated 9 years ago

detect_boundary.zip by Alister Fong

Detects, sorts and classifies the boundries of multiple objects in a binary image. (image analysis, boundary, sort)

detect_boundary(input_image_small,direction)

display_boundary

larger_to_smaller_image(large_image,pixel_border)

image thumbnail

updated 11 years ago

Human Skull by Steve Humphries

Human Skull (ct, 3d, medical)

image thumbnail

updated 14 years ago

MRIotl by Mark Hasegawa-Johnson

MRIotl -- a tool for editing MRI image files (medical, mri, zoom)

EditOtl(action, arg)

LoadImageFcn( ACTION, TAGBASE, LEVEL, ARGUMENT )

MRIotl(directory)

Contact us