Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.605 Times

Uint software
 

Uint

Added: January 14, 2010 | Visits: 1.738

Sort::Key Sort::Key is the fastest way to sort anything in Perl. SYNOPSIS use Sort::Key qw(keysort nkeysort ikeysort); @by_name = keysort { "$_->{surname} $_->{name}" } @people; # sorting by a numeric key: @by_age = nkeysort { $_->{age} } @people; # sorting by a numeric integer key: @by_sons =... Platforms: *nix

License: Freeware Size: 56.32 KB Download (94): Sort::Key Download

Added: April 03, 2010 | Visits: 1.637

Wolfpack Wolfpack project is a server-side Ultima Online MMORPG software. Wolfpack is software for an Ultima Online MMORPG server. Gameplay is scripted using Python and XML. You need EAs Ultima Online to play on Wolfpack servers. The Wolfpack project is an effort to develop and maintain an open-source... Platforms: *nix

License: Freeware Download (119): Wolfpack Download

Added: September 13, 2013 | Visits: 414

CSMatIO: MAT-file I/O API for .NET CSMatIO a .NET Library is a Matlab MAT-File I/O API for Microsoft's .NET 2.0 Architecture written entirely in C#. CSMatIO has the ability to read, write, and manipulate binary Level 5 MAT-Files.Currently supported data types:+ Double array+ Single array+ Char array+ Structure+ Cell array+ Sparse... Platforms: Matlab

License: Freeware Size: 727.04 KB Download (49): CSMatIO: MAT-file I/O API for .NET Download

Added: May 09, 2013 | Visits: 441

JMatIO - Matlab's MAT-file I/O in JAVA JMatIO is a JAVA library to read/write/manipulate with Matlab's binary MAT-files.Currently supported data types are:+ Double array+ UInt8, Int8 array+ UInt64, Int64 array+ Char array+ Structure+ Cell array+ Sparase arraythis project is also available at http://sf.net/projects/jmatio Platforms: Matlab

License: Freeware Size: 204.8 KB Download (46): JMatIO - Matlab's MAT-file I/O in JAVA Download

Added: July 25, 2013 | Visits: 805

Convert a number in Hex to uint64 For large 64 bit numbers HEX2DEC runs into floating point issues. This function uses the uint64 data type to do the conversion so there are no rounding errors. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Convert a number in Hex to uint64 Download

Added: June 19, 2013 | Visits: 328

Artihmetic Geometric Mean AGM calculates the Artihmetic Geometric Mean of A and B (see [1]).The function is used in routines ELLIPJ and ELLIPTIC12.[A,B,C,N] = AGM(A0,B0,C0,TOL)carry out the process of the arithmetic geometric mean, starting with a given positive numbers triple (A0,B0,C0) and returns in (A,B,C) the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Artihmetic Geometric Mean Download

Added: September 08, 2013 | Visits: 651

Total Commander MATLAB packer plugin This plugin gives Total Commander access to Matlab(R) files in MAT formatIt has been tested with MAT files version 4 and 5 (Matlab R12, R13, R14, not tested with R14SP1).Key Functionality=================- Browsing of Matlab files in MAT formats (version 4 and 5) By default you need to press... Platforms: Matlab

License: Freeware Size: 81.92 KB Download (49): Total Commander MATLAB packer plugin Download

Quadtree decomposition (Encoding) and Decoding of RGB Image Quadtree decomposition of RGB image of size M-by-N-by-3. Three thresholds for red,green and blue components are used. For any R or G or B block if the maximum value of the block elements minus the minimum value of the block elements is greater than its respective threshold then the RGB block is... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 460.8 KB Download (44): Quadtree decomposition (Encoding) and Decoding of RGB Image Download

Added: April 29, 2013 | Visits: 290

TIFFStack Usage: tsStack = TIFFStack(strFilename )A TIFFStack object behaves like a read-only memory mapped TIF file. The entire image stack is treated as a matlab tensor. Each frame of the file must have the same dimensions. Reading the image data is optimised to the extent possible; the header... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): TIFFStack Download

Added: May 29, 2013 | Visits: 266

num2colormap.m I needed to create rgb jpg images of heatmaps that had the same dimensions as my input data. If a heatmap is created using the image function and then saved as a jpgeg, the dimensions of the resulting jpeg no longer correspond to the input dimensions of the data. This function returns a matrix of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): num2colormap.m Download

Added: May 08, 2013 | Visits: 314

Focus Measure This function measures the relative degree of focus of an image. Several up-to-date focus measuring algorithms have been implemented and the function supports uint8 or double images. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Focus Measure Download

Added: September 11, 2013 | Visits: 431

RGB to Black and White This code converts an RGB image to a black and white image in C with MEX. I this together for a school project and I couldn't find any good examples of MEX with image processing. One note the code is currently hard coded to handle only UINT8, however it should be trivial to convert that data... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 81.92 KB Download (50): RGB to Black and White Download

Added: August 19, 2013 | Visits: 256

Multidimensional interpolation with integer inputs iminterpn uses Image Processing Toolbox functions to implement multidimensional interpolation. Unlike the MATLAB function interpn, iminterpn can interpolate an integer array (such as uint8, uint16, etc.) without converting it to double. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Multidimensional interpolation with integer inputs Download

Added: August 11, 2013 | Visits: 309

HexCompare This function is an basic hex editor for viewing and comparing files (editing is not supported) hexcompare(Filename) % View bytes of a binary file or, hexcompare(Filename1, Filename2) % Compare binary files or, hexcompare(X) % View uint8 data Example (view), hexcompare('hexcompare.m');... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): HexCompare Download

UNINIT - Create an uninitialized variable (like ZEROS but faster) UNINIT is very similar to the ZEROS function, except that UNINIT returns an uninitialized array instead of a zero-filled array. Thus, UNINIT is faster than the ZEROS function for large size arrays. Since the return variable is uninitialized, the user must take care to assign values to the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): UNINIT - Create an uninitialized variable (like ZEROS but faster) Download

Added: July 31, 2013 | Visits: 267

DataHash DATAHASH - Checksum for Matlab array, struct, cell or fileHash = DataHash(Data, Opt) Data: Array of built-in types (U)INT8/16/32/64, SINGLE, DOUBLE (real or complex) CHAR, LOGICAL, CELL, STRUCT (scalar or array, nested), function_handle. Opt: Options struct: Opt.Method: 'SHA-1', 'SHA-256',... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): DataHash Download

Added: April 03, 2013 | Visits: 343

Histograms of Oriented Gradients A mex function for calculating histograms of (oriented) gradients as described in the paper "Histograms of Oriented Gradients for Human Detection"[1]:http://lear.inrialpes.fr/pubs/2005/DT05/Function can be called with either one or two arguments :hogs = HoG(Image,Params);orhogs =... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Histograms of Oriented Gradients Download

Added: August 28, 2013 | Visits: 606

DAQmx examples Examples of using matlab to talk to a National Instruments (NI)DAQ card _without_ the 'data acquisition toolbox'I have mainly used code and examples from Jens Roesner here:http://www.jr-worldwi.de/work/matlab/index.htmlHowever, I had to make a few slight tweaks to get it to work for me. I have... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): DAQmx examples Download

Added: July 19, 2013 | Visits: 407

Save and load data as multi-frame TIFF format You can easily save and load a variety types of data as multi-frame TIFF format by using this.Supported data types : uint8, uint16, uint32, int8, int16, int32, singleIt does not support 'double' type and complex number.Multi-frame RGB color image and lossless compression is supported.Examples... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Save and load data as multi-frame TIFF format Download

Added: March 28, 2013 | Visits: 332

num2jet.m I needed to create rgb jpg images of heatmaps that had the same dimensions as my input data. If a heatmap is created using the image function and then saved as a jpgeg, the dimensions of the resulting jpeg no longer correspond to the input dimensions of the data. This function returns a matrix of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): num2jet.m Download