image thumbnail

updated 1 month ago

tortoise svn toolbar integration by Heinrich

3 Buttons in the current folder browser for commiting, updating, showlog selected files/ folders (svn, tortoise, version control)

pm_TortoiseToolbar( pathTortoise )

image thumbnail

updated 4 months ago

Example MATLAB class wrapper for a C++ class by Oliver Woodford

An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface. (c, mex, wrapper)

class_interface

image thumbnail

updated 1 year ago

Universal MEX wrapper by Thomas

Call any function in a shared library from Matlab (with some limits on the function signature). (c, wrapper, dll)

dl_check(symbol)

dl_exec(funName, varargin)

dl_load(libPath, varargin)

image thumbnail

updated 1 year ago

imstream by Oliver Woodford

A wrapper which abstracts videos and image file sequences, so they can be treated the same. (image, video, stream)

imseq

imstream

image thumbnail

updated 1 year ago

Kinect Microsoft SDK by Dirk-Jan Kroon

Video, Audio, Depth Stream and Skeleton tracking (microsoft sdk, 2d, 3d)

compile_cpp_files(MicrosoftSDKPath)

Example.m

ExampleMicrophone.m

image thumbnail

updated almost 2 years ago

ObjectSCAM - A partial wrapper class fom SCAM by Juan Pablo Hernández Vogt

ObjectSCAM its a partial wrapper of the original script SCAM created by Erik Cheever. (circuit, electronics, netlist)

ObjectSCAM.m

image thumbnail

updated almost 2 years ago

Kinect Matlab by Dirk-Jan Kroon

Microsoft Kinect, OpenNI wrapper, Skeleton, Depth (2d, kinect, wrapper)

J=imagemax(Iin)

[I_SSD,I_NCC]=template_matching(T,I)

compile_cpp_files(OpenNiPath)

image thumbnail

updated almost 2 years ago

netcdfobj - netcdf made easy. by Aslak Grinsted

Easy interface for reading netcdf files. (netcdf, object, data import)

netcdfatt

netcdfnamedlist

netcdfobj

image thumbnail

updated 2 years ago

QR Code encode and decode by Lior Shapira

Functions to encode and decode a QR bar-code in images (image processing, zxing, qr)

decode_qr(img)

encode_qr(message, s)

test_qr.m

image thumbnail

updated almost 3 years ago

ExcelWrapper by Fayssal El Moufatich

Wraps common operations on an Excel Workbook into a MATLAB class (excel, dataset, wrapper)

ExcelWrapper

image thumbnail

updated 4 years ago

NIDAQmx Serial Number by Gus Lott

A utility (mex file) to extract the hardware serial number from a National Instruments DAQmx device (national instruments, nidaq, data acquisition)

nidaq_serial.m

image thumbnail

updated 4 years ago

weighted least-squares + weighted min-max optimization by Lai Chiong Ching

Optimization using both weighted least squares and weighted min-max (optimization, least squares, minmax)

...

egCostFunc(x)

egNlcon(x)

image thumbnail

updated 5 years ago

Access a MySQL database by Dimitri Shvorob

(with mym.m) (wrapper, mysql, mysql mym database)

MYDEMO: Demonstrate usage of mym utilities

dbadd(dbname)

dbcurr

image thumbnail

updated 7 years ago

Closed Universe by Giampiero Campa

Wraps the input vector into a given hypercuboid (simulink, wrap, wrapper)

ClosedUniverse

Contact us