image thumbnail

updated 1 year ago

Image overlay by Steve Eddins

Overlay a binary mask onto an image using a specified color (display, breast cancer, imoverlay mask rgb im...)

imoverlay(in, mask, color)

image thumbnail

updated 1 year ago

Zone plate test image by Steve Eddins

imzoneplate.m creates a zone plate test image. (image processing)

imzoneplate.m

image thumbnail

updated almost 2 years ago

im2html.m by Steve Eddins

Convert image pixels to HTML table showing pixel colors and values (image processing)

im2html Examples

im2html(varargin)

se.utils.rgbToHtmlHex(rgb)

image thumbnail

updated 2 years ago

MATLAB xUnit Test Framework by Steve Eddins

MATLAB xUnit is a unit test framework for MATLAB code. (mtest, unit test, xunit)

MATLAB xUnit Test Framework: Architectural Notes

MATLAB xUnit Test Framework: How RUNTESTS Searches for Test...

MATLAB xUnit Test Framework: How to Put Multiple Test Cases...

image thumbnail

updated 3 years ago

TIMEIT Benchmarking Function by Steve Eddins

TIMEIT.M measures the time required to call a user-specified function (time benchmark, timeit, potw)

timeit(f, num_outputs)

image thumbnail

updated 3 years ago

IMWRITESIZE Write image file with specified width and resolution by Steve Eddins

Write a TIFF or PNG image file with specified width (inches) and resolution (dpi). (image file, tiff, png)

imwritesize(A, filename, width, resolution)

test_imwritesize

image thumbnail

updated 3 years ago

Upslope area functions by Steve Eddins

Functions for computing and visualizing upslope area, influence map, dependence map (hydrology, dem, earth sciences)

border_nans(E)

dem_flow(E, d1, d2)

dependence_map(E, T, arg3, arg4)

image thumbnail

updated 5 years ago

Visualize output of BWLABEL by Steve Eddins

The function VISLABELS is used to visualize the output of BWLABEL. (connected, display, bwlabel)

vislabels(L)

image thumbnail

updated 6 years ago

Display pixels and pixel values by Steve Eddins

Display pixels and pixel values like impixelregion, but in an ordinary figure (gui, display, annotation)

showPixelValues(varargin)

image thumbnail

updated 6 years ago

Hough accumulator bin pixels by Steve Eddins

Find the pixels in a binary image corresponding to a particular Hough transform bin (hough_bin_pixels, pixels, hough)

hough_bin_pixels(bw, theta, rho, bin)

image thumbnail

updated almost 7 years ago

Multidimensional interpolation with integer inputs by Steve Eddins

Multidimensional interpolation supporting integer inputs without converting to double (approximation, interpolation, multidimensional inte...)

iminterpn(varargin)

image thumbnail

updated 7 years ago

Lab color scale by Steve Eddins

Create color scale that prints well on grayscale printers (color scale colormap ..., color)

color_scale(n, theta, r, dir)

color_scale_tool(varargin)

image thumbnail

updated 7 years ago

Line-wrap a string by Steve Eddins

Break a string into multiple lines (string line wrap line..., strings)

linewrap(s, maxchars)

image thumbnail

updated 7 years ago

Image credit string by Steve Eddins

Display image credit string at bottom of image (image credit string, annotation, display)

imcredit(s)

Contact us