image thumbnail

updated 8 months ago

Send Video from Simulink diretly to MATLAB GUI - Example. by Roni Peer

This simple example shows how you can take a Simulink signal (Video feed), and disply it in a GUI. (matlab, simulink, gui)

sfuntmpl_imaq(block)

simpleGUI_imaq(varargin)

START_HERE.m

image thumbnail

updated 1 year ago

Image Quantiser for FLXTBL writer by PZFlex

Used in conjunction with the 'write_flex_material_table.m' (quantise, image, image processing)

quantise_image(I,CMap)

image thumbnail

updated 1 year ago

DrawRect by Vidya Murali

Draws a 1-pixel rectangle on an input image with a given color ('r', 'g' or 'b'). (image processing, rectangle, image)

DrawRect(wrimage,rect1,color)

test_drawrect.m

image thumbnail

updated 1 year ago

LABEL ME by Vidya Murali

MANUALLY LABELING IMAGE REGIONS BY SELECTING RECTANGLES (image, label, manual)

labelme.m

image thumbnail

updated almost 2 years ago

RGBImageToTransparentPNG by Silvano Bertoldo

This functions gets a RGB image amd create a .png transparent image. (rgb, png, trasparent)

RGBImageToTransparentPNG( sImage, sNamePng, nColorNoTras )

image thumbnail

updated 2 years ago

Gabor filtering on an image by Deepak Kumar Rout

Application of gabor filter on image (gabor filter, i am not understand, what is the goal of t...)

gb=gabor_fn(sigma,theta,lambda,psi,gamma)

gabor_program.m

image thumbnail

updated almost 9 years ago

Ghosting Demo by David Tarkowski

GUI showing alpha blending of streamed image pairs. (example, application, imaq)

demo_imaqghost(obj)

image thumbnail

updated almost 9 years ago

Line value GUI by David Tarkowski

Analyze the intensity of an acquired image by line. (example, application, imaq)

demo_linevalue(obj)

image thumbnail

updated almost 9 years ago

Car Pannels GUI by Michael Wunder

Man machine interface (mmi) with real images. (gui tools, example, gui)

CarPannels(varargin)

[ActionMap,i1,i2,cover]=createActionMap(img)

image thumbnail

updated 9 years ago

Custom File Format Logging by David Tarkowski

Allows users to define custom format for Image Acquisiton Toolbox file logging. (example, application, image)

iatLoggingCallback(obj, event, filename);

iatconfigureLogging(obj, filename)

iatfclose(fid)

Contact us