Home > By category > Scripts > Development Tools
Sort by : Name|Date|Downloads|Rating|

Listing of Development Tools in Scripts

  • imstream
  • License: Shareware
  • Price: .price.
  • Rating

If you work with streams of images which can come from either a video or a sequence of image files, then you can use this wrapper so that your code doesn't care which type of stream you are using. The syntax is similar to MATLAB's VideoReader class, with a few minor differences: - The read method can only read in a frame at a time.

  • Platform: Scripts, Matlab

CORNER works by the following step: 1. Apply the Canny edge detector to the grey level image and obtain a binary edge-map. 2. Extract the edge contours from the edge-map, fill the gaps in the contours. 3. Compute curvature at a low scale for each contour to retain all true corners.

  • Publisher: Xiaochen He
  • Date: 26-06-2013
  • Size: 2816 KB
  • Platform: Scripts, Matlab

Even if totally m-coded, this routine is particularly fast in computing convex hull of 2D points. In many cases seems to be much faster than the matlab library routine. The main reason is that, differently from convhull, this algorithm jumps the call to unique function which can be very slow for large models .

  • Platform: Scripts, Matlab

BlackBody accepts temperature as input and returns total radiance and peak radiance. If wavelengths are also input, spectral radiance and number of photons are also included in the output. If a wavelength range is input, then the total radiance and number of photons within that range are calculated.

  • Publisher: Ron Stahl
  • Date: 26-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

It is a new block simulink signal library called the Phase Filter.The transfert function is F(p)=(1+T1p)/(1+T2p).Students can change parameters T1 and T2 time constants of filter.The phase filter in automatic control is for Corrector block and also in PLL oscillator application.

  • Platform: Scripts, Matlab
  • GNU Nana
  • License: Freeware
  • Price: 0.00
  • Rating

GNU Nana is a free library providing improved support for assertion checking (as in assert.h) and logging (printf style debugging) in GNU C and C . Features: - Space/time efficient, at least compared to assert.h. For example assert(i >= 0) uses 53 bytes on the x86, while Nana uses either 10 bytes or 1.

  • Publisher: Phil Maker
  • Date: 26-06-2013
  • Size: 348 KB
  • Platform: Scripts, C and C plus plus

This is an accelerated PSO (APSO), developed by Xin-She Yang in 2008. APSO does not use velocities or any inertia parameter. A full program for solving nonlinear constrained optimization problem (welded beam design as an example) is provided, which can be extended to solve other continuous optimization problems.

  • Platform: Scripts, Matlab

This code shows how to control the APT Thorlabs positioning system using the third party ActiveX controls. This code also shows how to use ActiveX controls and MATLAB. It appears that MATLAB modifies the signature of the ActiveX method so that variables originally passed by reference are included in the output of the function.

  • Platform: Scripts, Matlab

A game theoretical Matlab toolbox to compute solution schemes and properties from TU-games. The game theoretical Matlab toolbox MatTuGames provides about 60 functions for modeling, and calculating some solutions as well as properties of cooperative games with transferable utilities.

  • Platform: Scripts, Matlab

a clear readme document provided along with the zip file..

  • Platform: Scripts, Matlab

Phase information is used for matching the input imagery with the template. Both the images are filtered with canny edge detector. The timing efficiency is introduced by implementing skipping steps while doing correlation. The advantage of Phase based correlation technique is that it shows good response against shift/brightness variation and noise addition i.

  • Platform: Scripts, Matlab
  • getOdC
  • License: Shareware
  • Price: .price.
  • Rating

Based on Physica A 375 (2007) 365 373. 'g' must be the adjacency matrix of the graph of interest. It has not been verified because the Helicobacter pylori protein interaction graph used as the example in the article could not be obtained..

  • Platform: Scripts, Matlab

When The Mathworks™ introduced MATLAB™ version R2008a they included a new object oriented format called classdef. This addition greatly expanded the object oriented capabilities of MATLAB™ at the m-file level. There were also two new mex API functions introduced at that same time: mxGetProperty and mxSetProperty.

  • Platform: Scripts, Matlab

This is a MATLAB™ instrument driver for use with v2.0 of the Instrument Control Toolboxd-OC?D? and higher. It supports the Rohde & Schwarz™ CMD55 digital radiocom tester. It is a MATLAB VXIplug&play instrument driver that requires the Rohde & Schwarz rscmd55 VXIplug&play instrument driver to operate.

  • Platform: Scripts, Matlab

%inside_triangle is used to check if a point P is inside %the triangle P1P2P3 or not. % %Inputs: P, P1, P2 and P3 are vectors of length 2 or three of the % form [x y z] or [x y] % %Output: True %True=1 => P is on or inside P1P2P3 %True=0 => P is outside P1P2P3 % %Example: %True=inside_triangle([0.

  • Platform: Scripts, Matlab

CRR method with tree output Trial on pricing American option using CRR method Drawback: Programme takes long time to run if time step is large, any comment or improvement is welcome.

  • Publisher: Steve
  • Date: 25-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

Matlab interface to OmniTRANS. You can read and write tables, execute SQL queries and read and write matrices. The usage is simple and straightforward using m-files. The following example returns all names starting with an H: OtStart(); hquery = OtQueryNew(); OtQuerySetSQL(hquery, 'SELECT name AS Hnames FROM "name.

  • Platform: Scripts, Matlab

I tried to make the implementation of the paper entitled "Extension of Phase Correlation to Subpixel Registration" (Hassan Foroosh, Josiane B. Zerubia, Marc Berthod). I upload a file is intended to be fixed, because I am not sure..

  • Platform: Scripts, Matlab

A = RANDSUBSET(N, K) is equivalent to ALLSUBSETS = NCHOOSEK(1:N,K); A = ALLSUBSETS(RANDI(NCHOOSEK(N,K))); % or A = RANDPERM(N); A = SORT(A(1:k)); This function can also be used to generate random sampling without replacement by calling RANDPERM on the output.

  • Platform: Scripts, Matlab

libConfuse is a configuration file parser library written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements).

  • Platform: Scripts, C and C plus plus

This code implements the basic back propagation of error learning algorithm. the network has tanh hidden neurons and a linear output neuron, and applied for predicting y=sin(2pix1)*sin(2pix2). We didn't use any feature of neural network toolbox..

  • Platform: Scripts, Matlab
  • gc2dec
  • License: Shareware
  • Price: .price.
  • Rating

This function converts a gray coded string to its equivalent decimal representation. It accepts rows of gray coded string and returns the equivalent decimal sequence as a column vector. Example: >>g = [1 0 0 1 1;0 0 0 1 1; 0 1 1 0 1]; >>gc2dec(g) ans = 29 2 9.

  • Platform: Scripts, Matlab
  • Theora
  • License: Freeware
  • Price: 0.00
  • Rating

Theora is a free and open video compression format from the Xiph.org Foundation. Like all our multimedia technology it can be used to distribute film and video online and on disc without the licensing and royalty fees or vendor lock-in associated with other formats.

  • Platform: Scripts, C and C plus plus

wikimarkup is a class to automatically generate latex/wiki/html markup for matlab objects. Currently it supports cell or numeric matrices, images (as filenames) and structures. Adding new syntax is easy too! Usage: Instantiate the class and start adding tables, images, text etc.

  • Platform: Scripts, Matlab

For a given level, this program generate a space filling curve as a N X 3 matrix which can be draw as the actually figure by plot3..

  • Platform: Scripts, Matlab

The project discusses the problematics of making a system of differential equations describing the transition processes in the operation of resistance furnaces, their realization through digital methods and the analysis of the achieved results. Solving of the problem thus formulated is carried out through using software where the thermal picture in graphic image is effected from computer simulation of the transition processes of heating and cooling.

  • Platform: Scripts, Matlab

This file creates an interactive GUI for navigating and plotting Simscape simulation data. You can navigate the simscape.logging.Node object using a tree browser, and the data is plotted for you automatically. This makes it easier to plot the different physical quantities in your network without using sensors.

  • Publisher: Atul Suri
  • Date: 25-06-2013
  • Size: 10 KB
  • Platform: Scripts, Matlab

This m-file will generate photon creation operator.

  • Platform: Scripts, Matlab

All you have to do is to place the accelerometer in 9 different static positions and record the x, y & z values. The procedure exploits the fact that, in static conditions, the modulus of the accelerometer output vector matches that of the gravity acceleration.

  • Platform: Scripts, Matlab
  • fd23
  • License: Shareware
  • Price: .price.
  • Rating

This m-file is used in experiments involving several factors where it is necessary to investigate the joint effects (main and interactions) of the factors on a response variable and determine by a formal analysis of variance which factor effects are nonzero.

  • Platform: Scripts, Matlab

New Downloads

SSuite Office WordGraph

WordGraph is a free and very
useful alternative to
Microsoft\'s Word,
OpenOffice\'s Writer, or
anything else out there ...

PhotoPad Photo Editing
Software Free

PhotoPad Free image editing
software is a free photo
editor for Windows. It allows
you to edit and apply effects
to ...

ChrisPC Free Video
Converter

ChrisPC Free Video Converter
is an amazing software ready
to convert your family videos,
preferred movies or downloaded
...

Shareaza

Shareaza is a file sharing
application for Windows that
allows you to download and
upload music, video etc. on
four ...

Fayetracker

FayeTRACKER is a replacement
application for the netstat
feature in Windows. It offers
the same functionality as the
...

Ink

Ink is a lite application
developed for rapid and secure
CD/DVD recording. Among the
features it offers users there
are ...

Q4Search

Q4Search is an intuitive super
fast search application,
designed to improve your work
efficiency on texts. With
Q4Search ...

CinemaDrape

CinemaDrape helps you focus on
your current task on the
screen (such as a video in a
web page, a photo or a
document ...

Aktiv Download Manager

Aktiv Download Manager is a
most needed tool for those
looking impatiently for the
next download. The application
is ...

Forgotten Space

In the game Forgotten Space,
crazy flights in spaceships of
the future are in store for
you. Many high-profile
shootings ...