myImageLib

Convenience tools and image processing functions for my general research.

readdata(folder[, ext, mode])

Read all files in a folder with certain extension.

show_progress(progress[, label, bar_length])

Display a progress bar in command line environment, which looks like

to8bit(img)

Auto adjust the contrast of an image and convert it to 8-bit.

bestcolor(n)

A good colormap for categorical data plots.

imfindcircles(img, radius[, edge_width, ...])

Find circles in images.

rawImage(file_dir)

Convert raw images (e.g. nd2) to tif sequences.

xy_bin(xo, yo[, n, mode, bins])

Bin x, y data on log or linear scale.

dirrec(path, filename)

Recursively look for all the directories of files with name filename.