box_blur | Box blur |
box_variance | Box variance |
CIELAB_visualize | Visualize CIELAB image |
cimg2nimg | cimg to nimg conversion |
clamping | Clamp values to a minimum and maximum value |
color_dodge | Color dodge |
create_dead_leaves | Create a 'dead-leaves' image |
cubic_spline | Calculate a cubic spline |
edge_canny | Apply the Canny edge detection |
edge_diff | Edge detection by finite differences |
edge_maxmin | Edge detection by Max-Min method |
edge_prewitt | Prewitt edge detection |
edge_sobel | Sobel edge detection |
edge_variance | Edge detection by variance method |
eucdist | Calculate the Euclidean distance between two points |
fft_amplitude | Calculate fft amplitude |
fft_amplitude1D | Calculate orientation-averaged amplitude |
fft_angular_mask | Create fft angular mask |
fft_filter | Apply fft filter |
fft_lowpass_kernel | Get lowpass kernel |
fft_phase | Calculate fft phase |
fft_phase_scramble | fft phase scrambling |
fft_shift | Shift fft image |
fft_spectrum | Calculate fft amplitude and phase |
filter_v1 | Apply V1 filters to an image |
for_fft | forward fft |
gabor_kernel | Create a gabor filter kernel |
gauss_kernel | Create a Gaussian kernel |
get_A | Extract the Alpha channel from an image |
get_B | Extract the Blue channel from an image |
get_channel | Extract a color channel from an image |
get_G | Extract the Green channel from an image |
get_L | Get L channel of CIELAB color space |
get_moments | Get moment statistics of a vector/array |
get_R | Extract the Red channel from an image |
guided_filter | Apply the guided filter |
im_combine | Combine images |
im_conv | Convolve an image |
im_crop | Image cropping |
im_crop_square | Make an image square shaped |
im_cx | X coordinate of image center |
im_cy | Y coordinate of image center |
im_diff | L2 distance of pixel value |
im_distribute | Apply shift and rescale to the distribution of pixel values |
im_get | Image cropping |
im_gray | Convert to grayscale |
im_height | Get image height |
im_load | Load image from file or URL |
im_load_dir | Load all images in a directory and return them as a list |
im_moments | Get moment statistics of an image |
im_nc | The number of color channel of an image |
im_nchannel | The number of color channel of an image |
im_npix | Total number of pixels of an image |
im_pad | Pad image with n pixels |
im_raise | Raise pixel values |
im_rep | Replicate a channel along color dimension |
im_resize | Resize image |
im_resize_limit | Resize image |
im_resize_scale | Resize image by a scale factor |
im_rotate | Rotate an image |
im_save | Save an image to disk |
im_shift | Image shift operation |
im_size | Get image width and height |
im_threshold | Threshold grayscale image |
im_tricolored | Force an image to have three and only three color channels |
im_width | Get image width |
inv_fft | inverse fft |
is_inside_ellipse | Check if a point is inside or outside an ellipse |
is.nimg | Check if an object is a nimg object |
Lab2RGB | Lab to RGB conversion |
Lab2sRGB | Lab to sRGB conversion |
Lab2XYZ | Lab to XYZ conversion |
merge_color | Merge a list of images into an image |
MinMax | Calculate range |
nimg | Create a nimg object |
nimg2cimg | nimg to cimg conversion |
plot.nimg | Display an image |
pow | Power operation |
pplot | Display an image |
regatta | An image. |
rescaling | Rescale numeric vector to have a specified range |
rescaling01 | Rescale numeric vector to have a range between 0 to 1 |
RGB2Lab | RGB to Lab conversion |
RGB2sRGB | linear RGB to sRGB conversion |
RGB2XYZ | RGB to XYZ conversion |
RGB2YUV | RGB to YUV conversion |
split_color | Split color channel |
sRGB2HSL | sRGB to HSL conversion |
sRGB2Lab | sRGB to Lab conversion |
sRGB2RGB | sRGB to linear RGB conversion |
sRGB2XYZ | sRGB to XYZ conversion |
sRGB2YUV | sRGB to YUV conversion |
stat_filter | Apply statistical filter |
v1_kernels | Create a Gabor filter bank |
V1_params | Get V1 filter parameters |
vec_shift | Shift operation |
XYZ2Lab | XYZ to Lab conversion |
XYZ2RGB | XYZ to RGB conversion |
XYZ2sRGB | XYZ to sRGB conversion |
YUV2RGB | YUV to RGB conversion |
YUV2sRGB | YUV to sRGB conversion |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.