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.477.916 Times

Image Comparison Algorithm Dll freeware
Filter: All | Freeware | Demo
 

Image Comparison Algorithm Dll

< 1 2 3 4 5 > 
Added: May 02, 2013 | Visits: 535

Effect of Range Reduction in Video/Image Compression This script demonstrates the influence of range reduction algorithm at low bitrate encoding using JPEG encode. The range [0-255] of pixel values is mapped to [64-235] in this script using a look-up-table. Subsequently, the file is compressed to achieve the same bit-rate (file size) as that of the... Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Effect of Range Reduction in Video/Image Compression Download

Added: August 27, 2013 | Visits: 428

Example of loading C DLL and performance comparison This example shows how to load a C DLL into Matlab and make a call to functions it contains. In addition, a C-like M file implementation of the same functionality is included for comparison. Furthermore, a vectorized M file has been added to try to match the performance of the library... Platforms: Matlab

License: Freeware Size: 10 KB Download (48): Example of loading C DLL and performance comparison Download

Added: March 29, 2013 | Visits: 572

WP-Auto Image Grabber Inserts an image from a page you link to at the start of your blog post. A simple algorithm tries to get a "main content" image (rather than an advertisement), automatically providing your post with relevant, attributed artwork. This is especially useful for bloggers who syndicate posts to sites... Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): WP-Auto Image Grabber Download

Released: September 18, 2013  |  Added: November 13, 2013 | Visits: 904

Free EXE DLL Resource Extract Free EXE DLL Resource Extract is a free and handy utility to extract resources like pictures, icons, cursors, movies, sounds, HTML files, etc. from EXE/DLL/OCX/CPL files and system files for design, drawing, editing, video producing and more. Free EXE DLL Resource Extract provides a Windows... Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.44 MB Download (54): Free EXE DLL Resource Extract Download

Released: November 27, 2012  |  Added: December 19, 2012 | Visits: 4.143

PDF Maker DLL PDF Maker DLL is a FREE powerful ActiveX Dynamic Link Library (DLL) for software developers containing many useful PDF related functions. These functions can be used to easily create high-quality, professional Adobe Acrobat PDF files from virtually any file type: Excel worksheets, Word documents,... Platforms: Windows, Other

License: Freeware Size: 2.56 MB Download (193): PDF Maker DLL Download

Added: March 22, 2010 | Visits: 903

Algorithm::DiffOld Algorithm::DiffOld is a Perl module to compute `intelligent differences between two files / lists but use the old (<=0.59) interface. NOTE This has been provided as part of the Algorithm::Diff package by Ned Konz. This particular module is ONLY for people who HAVE to have the old interface,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (95): Algorithm::DiffOld Download

Added: February 19, 2010 | Visits: 886

Algorithm::SISort Algorithm::SISort is a Perl module that contains select and insert sorting algorithm. SYNOPSIS use Algorithm::SISort qw(Sort Sort_inplace); @sorted_list = Sort {$_[0] <=> $_[1]} @unsorted_list; # ... or ... $number_of_comparisons = Sort_inplace {$_[0] <=> $_[1]} @unsorted_list; This... Platforms: *nix

License: Freeware Size: 4.1 KB Download (100): Algorithm::SISort Download

Added: August 07, 2010 | Visits: 748

GD::Image::CopyIFS GD::Image::CopyIFS is a Perl module for fractal-based image copying and resizing. SYNOPSIS # zoom in on an area of an image use GD::Image::CopyIFS; my $width = 64; my $height = 60; my $scale = 4; my $neww = $scale * $width; my $newh = $scale * $height; my $src_file = src.jpeg; my... Platforms: *nix

License: Freeware Size: 21.5 KB Download (95): GD::Image::CopyIFS Download

Added: February 03, 2010 | Visits: 850

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip... Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: September 13, 2010 | Visits: 1.643

Image::MetaData::JPEG::MakerNotes Image::MetaData::JPEG::MakerNotes contains random information and details on MakerNotes. Pieces of information available after parsing the MakerNote The result of the process of parsing the maker note is stored in a directory in the internal data structure for the APP1 Segment, whose path is... Platforms: *nix

License: Freeware Size: 286.72 KB Download (105): Image::MetaData::JPEG::MakerNotes Download

Added: February 01, 2010 | Visits: 1.229

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Released: May 18, 2011  |  Added: June 08, 2011 | Visits: 1.047

Image Search Pony The Image Search Pony program was developed to be a tool that does only one thing, but does it nearly perfectly: it scans a folder and discovers all and every duplicate or just similarly looking images in it. The program does more than just a direct bit by bit comparison; it analyzes visual... Platforms: Windows

License: Freeware Size: 3.74 MB Download (126): Image Search Pony Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 715

Image Compression Image Compression is an useful utility that will allow the user to compare different strategies in order to efficiently represent image data. Now you can make use of this handy application to find out how your image data is best represented. Platforms: Windows

License: Freeware Download (515): Image Compression Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 700

Image Recognition Library Image Recognition Library is a component (.dll) for use in Delphi 2009 or any development environment that supports the stdcall calling convention. Image Recognition Library will enable developers to enhance their programs by integrating image recognition functionality. NOTE: The component is... Platforms: Windows, Windows Vista, 7, 7x64

License: Freeware Download (56): Image Recognition Library Download

Added: September 07, 2013 | Visits: 546

K-means algorithm demo The k-means algorithm is widely used in a number applications like speech processing and image compression.This script implements the algorithm in a simple but general way. It performs four basic steps.1. Define k arbitrary prototypes from the data samples.2. Assign each sample to the nearest... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): K-means algorithm demo Download

Added: July 06, 2013 | Visits: 525

GUI for DTMF Generator-Decoder using Goertzel's Algorithm This is a GUI for DTMF generator-decoder using Goertzel's algorithm.Has options to change Number of samples and Noise power that could be added at the generator.Suggestions and comments is always welcome.Now i am working on medical image pattern recognition techniques.It would be great if... Platforms: Matlab

License: Freeware Size: 10 KB Download (50): GUI for DTMF Generator-Decoder using Goertzel's Algorithm Download

Added: August 28, 2013 | Visits: 669

Fractal dimension The program transforms an input image using the differential box counting algorithm to a fractal dimension (FD) image, i.e. each pixel has its own FD. Then the user can select any region of interest in the generated FD image to estimate the corresponding mean, standard deviation and lacunarity. Platforms: Matlab

License: Freeware Size: 10 KB Download (50): Fractal dimension Download

Added: September 06, 2013 | Visits: 503

Demo files for The example is on developing an algorithm for detecting an object (green ball) in MATLAB. The demo highlights* image import (and video import)* image visualization* simple image processing* automatic report generation* GUI building* deploying stand alone applicationYou can find the recording of... Platforms: Matlab

License: Freeware Size: 327.68 KB Download (41): Demo files for "Algorithm Development with MATLAB" Webinar Download

Added: November 20, 2013 | Visits: 412

Bazzacuda Image Saver Plus Batch saving of images opened in tabs The distinctive feature of Bazzacuda Image Saver Plus is that, in comparison with other extensions of its kind, it supports multi-byte characters encoding. Platforms: Mac

License: Freeware Size: 102.4 KB Download (39): Bazzacuda Image Saver Plus Download

Released: October 21, 2008  |  Added: December 06, 2008 | Visits: 6.362

Image Viewer Image Viewer is the powerful, compact and easy-to-use image viewer you can use. With Image Viewer you can do the following:- 1- Open a lot of image file formats like JPG,BMP,GIF,TIFF,PNG,PSD,PCX,TGA,WMF,EMF,WBMP,ICO,DIB. 2- Open images also from URL and save them to your disk. 3- Save to several... Platforms: Windows

License: Freeware Size: 4.24 MB Download (3547): Image Viewer Download

< 1 2 3 4 5 >