![]() updated 5 days ago |
MEX wrap of C++ nth_element. Plus fast_median, a faster median function. In-place and parallel. |
15 Comments 21 Downloads (30 Days) |
![]() updated 18 days ago |
A very simple wrapper that provides an interface to RGBD cameras through OpenNI v2.2 |
0 Comments 27 Downloads (30 Days) |
![]() updated 19 days ago |
This C routine puts a shared data copy of a variable into a workspace from a mex routine |
0 Comments 16 Downloads (30 Days) |
![]() updated 26 days ago |
Microsoft Kinect, OpenNI wrapper, Skeleton, Depth |
105 Comments 288 Downloads (30 Days) |
![]() updated 1 month ago |
C/C++ and Matlab types convertor Bidirectional conversion between C/C++ type (STL, openCV) and Matlab matrix (compile or run time) |
19 Comments 51 Downloads (30 Days) |
![]() updated 1 month ago |
OpenCV-Matlab is a C++ template library to convert between Matlab and OpenCV images |
0 Comments 50 Downloads (30 Days) |
![]() updated 2 months ago |
c++ mex function for writing ASCII stl file from nodes and triangles list |
2 Comments 7 Downloads (30 Days) |
![]() updated 3 months ago |
Portable joystick MEX file using SDL |
1 Comment 5 Downloads (30 Days) |
![]() updated 3 months ago |
Real time optical flow, and video processing Real time optical flow, and video processing, with support for camera input in Matlab. |
0 Comments 80 Downloads (30 Days) |
![]() updated 4 months ago |
Recursive Directory Searching for Multiple File Specs Searches a directory for multiple file specs with optional recursivity |
2 Comments 13 Downloads (30 Days) |
![]() updated 4 months ago |
savepng is a fast PNG image compression routine that outperforms MatLab's built-in imwrite |
0 Comments 5 Downloads (30 Days) |
![]() updated 5 months ago |
Send key strokes to any window from within Matlab |
0 Comments 5 Downloads (30 Days) |
![]() updated 6 months ago |
Finds the N largest values in the input. Very fast. |
4 Comments 4 Downloads (30 Days) |
![]() updated 6 months ago |
Example MATLAB class wrapper for a C++ class An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface. |
15 Comments 72 Downloads (30 Days) |
![]() updated 6 months ago |
Finds the N smallest values in the input. Very fast. |
2 Comments 4 Downloads (30 Days) |
![]() updated 7 months ago |
FORTRAN 90 modules with interface declarations for the MATLAB API |
0 Comments 2 Downloads (30 Days) |
![]() updated 8 months ago |
mexme - write MEX files in no time writes fully valid MEX .cpp files including mexFunction boilerplate based on numeric C/C++ snippet |
6 Comments 14 Downloads (30 Days) |
![]() updated 8 months ago |
mex setup for windows x64 intel c compiler 13 (XE) mex -setup icc13 linker options |
3 Comments 29 Downloads (30 Days) |
![]() updated 8 months ago |
These tools provide a simple interface to Intel C++ compiler optimization features. |
2 Comments 9 Downloads (30 Days) |
![]() updated 8 months ago |
MS Visual Studio property sheet for building MEX function Using Property Sheet to make VS project configuration easy |
0 Comments 17 Downloads (30 Days) |
![]() updated 9 months ago |
Fast String to Double Conversion str2doubleq converts text to double like Matlab's str2double,but up to 400x faster! multithreaded. |
15 Comments 17 Downloads (30 Days) |
![]() updated 10 months ago |
Using std::thread in MEX files for expensive data processing without freezing Matlab. |
2 Comments 14 Downloads (30 Days) |
![]() updated 11 months ago |
mxArray indexing class for mex-file programming |
0 Comments 4 Downloads (30 Days) |
![]() updated 11 months ago |
LURP: Gaussian elimination with rook pivoting using efficient Fortran and MATLAB mex code |
1 Comment 4 Downloads (30 Days) |
![]() updated 12 months ago |
Renders a 3D volume according to a intensity indexed color map and opacity map via ray tracing. |
3 Comments 16 Downloads (30 Days) |
![]() updated 1 year ago |
Call any function in a shared library from Matlab (with some limits on the function signature). |
0 Comments 5 Downloads (30 Days) |
![]() updated 1 year ago |
Segments Intersection Test Functions Functions that count the intersections among 2-D segments. Special cases are accounted for. |
0 Comments 7 Downloads (30 Days) |
![]() updated 1 year ago |
Check whether mex file is compiled for system Check if mex file is compiled for the OS or if the source was modified since it was compiled. |
0 Comments 7 Downloads (30 Days) |
![]() updated 1 year ago |
Matlab interface to a LBFGS-code for solving unconstrained minimization problems. |
6 Comments 11 Downloads (30 Days) |
![]() updated 1 year ago |
Fortran 95 Interface to MATLAB API with extras! This is the one you have been waiting for, a clean interface using assumed shape Fortran pointers. |
29 Comments 18 Downloads (30 Days) |
![]() updated 1 year ago |
Video, Audio, Depth Stream and Skeleton tracking |
27 Comments 52 Downloads (30 Days) |
![]() updated almost 2 years ago |
Hadamard transform c mex implementation C implementation of Hadamard transform |
0 Comments 1 Download (30 Days) |
![]() updated almost 2 years ago |
Mex-file with pure "Kinect for Windows SDK" implementation. |
21 Comments 59 Downloads (30 Days) |
![]() updated almost 2 years ago |
Compile Mex-file using Kinect SDK with VS2010 It's a guide about compiling Mex-file using kinect SDK(Microsoft Version). |
1 Comment 6 Downloads (30 Days) |
![]() updated almost 2 years ago |
This mex file provides an interface with the POSIX semaphore functionality. |
1 Comment 8 Downloads (30 Days) |
![]() updated almost 2 years ago |
A C++ wrapper class for MATLAB's mxArray type |
0 Comments 2 Downloads (30 Days) |
![]() updated almost 2 years ago |
Quick Structured Mesh Generator Fast generation of structured meshes given the vertices (MEX!). Interpolation/resizing of the mesh. |
0 Comments 24 Downloads (30 Days) |
![]() updated almost 2 years ago |
Fast Gaussian Transform mex implementation Mex inplementation of the FGT transform |
3 Comments 8 Downloads (30 Days) |
![]() updated almost 2 years ago |
Calculation of intersection between a plane and a triangle |
1 Comment 8 Downloads (30 Days) |
![]() updated almost 2 years ago |
Orthogonal euclidean distances of points to a line with c++ mex |
1 Comment 2 Downloads (30 Days) |
![]() updated 2 years ago |
Sending digital codes with Measurement Computing boards with mex Sends digital codes with MCC boards faster than the Data Acquisition Toolbox. |
0 Comments 7 Downloads (30 Days) |
![]() updated 2 years ago |
I wrote a class to be included in the mexfunction file to make processing of mexfunction simpler. |
4 Comments 4 Downloads (30 Days) |
![]() updated 2 years ago |
Get and set the times for creation, access and modification of a file or folder (Windows only) GetFileTime(FileName, TimeType, OutputType) %#ok<STOUT,INU... |
8 Comments 36 Downloads (30 Days) |
![]() updated 2 years ago |
Microsoft Visual Studio 2010 Professional x64 Support Files for MATLAB MEX setup files for 64-bit Microsoft Visual Studio 2010 Professional. |
1 Comment 18 Downloads (30 Days) |
![]() updated 2 years ago |
SHAREDMATRIX Allows any Matlab object to be shared between Matlab sessions (w/o using file I/O). |
52 Comments 42 Downloads (30 Days) |
![]() updated 2 years ago |
Interactive fractal viewer for the Mandelbrot and Julia sets Mandelbrot and Julia set viewer with C subfunction with up to 1E10x zoom with pan enabled. |
2 Comments 9 Downloads (30 Days) |
![]() updated 2 years ago |
mex setup for windows x64 intel c compiler 12 (XE) with VS2010 mex -setup icc12 with VS2010 linker option |
6 Comments 10 Downloads (30 Days) |
![]() updated 2 years ago |
mex setup for windows x64 intel c compiler 12 (XE) with VS2008 mex -setup icc12 with VS2008 linker option |
1 Comment 3 Downloads (30 Days) |
![]() updated 2 years ago |
High Accuracy Timer for Windows High-resolution performance counter |
6 Comments 29 Downloads (30 Days) |
![]() updated 2 years ago |
Extrimely fast general n-dimensional interpolators Mex C++ interpolator routines for general pp-forms in any dimension. Multithreaded. |
3 Comments 10 Downloads (30 Days) |