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

Imread Quot software
Filter: All | Freeware | Demo
 

Imread Quot

1 2 3 4 5 > 
Added: July 02, 2013 | Visits: 370

High accuracy optical flow This code implements two variations of the paper"High accuracy optic flow using a theory for warping" presented at ECCV 2004 by Dr. Thomas Brox.Its variants appeared in "Particle Video"presented at CVPR 2006 by Dr. Peter Sand.The files optical_flow_brox.m andoptical_flow_sand.m are the files you... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.71 MB Download (47): High accuracy optical flow Download

Added: October 10, 2006 | Visits: 3.627

Sammy Suricate "Sammy Suricate" is a family-friendly 3D Jump and Run game. The hero Sammy is a suricate and he has to make his way through the dangerous Lion-Land. As the name says, his main enemies are lions, but not just any lions! There are Rasta-lions, Rocker-lions and some more. Pretty dangerous...

License: Shareware Cost: $14.95 USD Size: 20.9 MB Download (469): Sammy Suricate Download

Released: September 06, 2003  |  Added: September 22, 2006 | Visits: 3.334

honestech Burn DVD You can use "Burn DVD" to produce DVD, VCD or SVCD from movie files or music video files saved on your hard disk in various formats (MPEG, AVI, DV-AVI, WMV, ASF). Its simple and intuitive GUI allows anyone to use it easily. All the major features are displayed according to DVD... Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 6.45 MB Download (507): honestech Burn DVD Download

Released: June 01, 2003  |  Added: September 25, 2006 | Visits: 2.543

iCRM Enterprise iCRM Enterprise " is a multi user license, includes customer management, contacts management, Transaction/Project (e.g. sales, customer service, etc.) Management, sales and service process, forecasting, leads mgmt, literature mgmt, user definable additional screens, productivity tools,... Platforms: Windows, *nix

License: Commercial Cost: $495.00 USD Size: 45 KB Download (533): iCRM Enterprise Download

Added: November 16, 2006 | Visits: 4.593

DoubleChecker powered by Priceline.com DoubleChecker powered by Priceline.com is a new way to search for airfare deals online. No matter where you search, the DoubleChecker will "double check" your search on Priceline.com. If DoubleChecker has a better or equal fare, it immediately alerts you. Platforms: Windows

License: Freeware Size: 289 KB Download (123): DoubleChecker powered by Priceline.com Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 570

Farm Frenzy 2 There's nothing wrong with indulging in a little quot;fowl playquot; when it's Farm Frenzy 2, the all-new sequel to the smash hit of 2007! The fun never stops as you grow grass, feed chickens, collect eggs and take your produce to market. From there, you'll spend the money you earn on additional... Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 36.23 MB Download (53): Farm Frenzy 2 Download

Screenshot Impulse response invariant discretization of distributed order low-pass filter Y = DCTN(X) returns the discrete cosine transform (DCT) of X.X = IDCTN(Y) returns the inverse discrete cosine transform (IDCT) of Y.Y = DSTN(X) returns the discrete sine transform (DST) of X.X = IDSTN(Y) returns the inverse discrete sine transform (IDST) of Y.X and Y can be N-dimensional.D =... Platforms: Matlab


Added: August 10, 2013 | Visits: 313

TOGGLEFIG Finds and activates, or creates, figure with user-specified name. If no name is provided, creates figure named "untitledn" (where n is incremented to result in a unique name). SYNTAX:togglefig('My Figure');If figure named 'My Figure' exists, it will be activated (brought to the front and shown).... Platforms: Matlab

License: Freeware Size: 10 KB Download (39): TOGGLEFIG Download

Added: March 26, 2013 | Visits: 521

Kuwahara Filter Implementation The pseudo-code/java applet referred to for the implementation can be found here:http://www.cse.ust.hk/learning_objects/ima...a/kuwahara.htmlCode example:I = imread('peppers.png');I_f = kuwahara_filter(I);imshow(I_f); Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Kuwahara Filter Implementation Download

Added: July 16, 2013 | Visits: 361

Maximum Inscribed Circle using Distance Transform Maximum Inscribed Circle Or in other words, "largest inner circle" , "maximum empty circle" etc.This is a very common problem in computational geometry, and it is not simple to solve efficiently.Addressing 2D image/contour processing, I couldn't find a good implementation on the web. Generally,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Maximum Inscribed Circle using Distance Transform Download

Added: April 08, 2013 | Visits: 442

Figure to play and analyze videos with custom plots on top VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).This can be... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Figure to play and analyze videos with custom plots on top Download

Added: June 16, 2013 | Visits: 348

geotiff reader GEOTIFF_READ: read geotiff using imread and assign map info from infinfo. I = GEOTIFF_READ('filename'); Reads whole images I = GEOTIFF_READ('filename','pixel_subset', [minx maxx miny maxy]); I = GEOTIFF_READ('filename','map_subset' , [minx maxx miny maxy]); extract subset of the specified.%... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): geotiff reader Download

Added: June 08, 2013 | Visits: 299

Discrete (co)sine transform (and its inverse) Y = DCTN(X) returns the discrete cosine transform (DCT) of X.X = IDCTN(Y) returns the inverse discrete cosine transform (IDCT) of Y.Y = DSTN(X) returns the discrete sine transform (DST) of X.X = IDSTN(Y) returns the inverse discrete sine transform (IDST) of Y.X and Y can be N-dimensional.D =... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Discrete (co)sine transform (and its inverse) Download

Added: August 05, 2013 | Visits: 298

Resize any arrays and images Y = RESIZE(X,NEWSIZE) resizes input array X using a DCT (discrete cosine transform) method. X can be any array of any size. Output Y is of size NEWSIZE.Input and output formats: Y has the same class as X.As an example, if you want to multiply the size of an RGB image by a factor N, use the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Resize any arrays and images Download

Added: June 28, 2013 | Visits: 411

Oil Paint Effect Image has to be placed in the current working directory and the m file changed accordingly to the image name (change in the imread command).The user is asked for the level of OP effect they desire.(This input has to be a odd number).The image is padded according to the user input and then the... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (45): Oil Paint Effect Download

Added: June 26, 2013 | Visits: 340

Cropping an Image with resizable and draggable rectangle % Crops the Image from a resizable & draggable rectangle% & displays it (after the figure is closed)%% I is the Image to be cropped, assumed to be in the% matlab workspace%% EXAMPLES%% I = imread('liftingbody.png');% [rect_pos] = Crop_it(I);%% RGB = imread('peppers.png');% [rect_pos] = Crop_it(RGB); Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Cropping an Image with resizable and draggable rectangle Download

Added: July 16, 2013 | Visits: 462

Fast Parsing of Line Segments in a BW Mask LINEINMASK determines portions of the line in and out of a mask [inX inY] = LINEINMASK(XS,YS,BW,XV,YV) computes a the segments of the line specified by verticies XV and YV that are inside the mask BW. Points XS and YS specify the limits (or pixel values) of the coordinates of the matrix BW. [inX... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Fast Parsing of Line Segments in a BW Mask Download

Added: May 05, 2013 | Visits: 380

imread for multiple life science image file formats Imports formats from Zeiss, Leica, Nikon, Olympus, MetaMorph and others via BioFormatsAmongst others, following formats are supported:lsm, zvi, ics, nd2, pic, dv, img, tif,imreadBF loads multiple user-defined image slices at once.[imageStack]=imreadBF(datname,zplanes,tframes,channel)You can load... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): imread for multiple life science image file formats Download

Added: September 09, 2013 | Visits: 400

Photomosaicing Purpose of the program:1. Program asks user to load two images by using imread.2. Program converts the images from full color to grayscale using rgb2gray, and then convert the grayscale from 8-bit integer format to doubles using im2double.3. Program reads in from the user the range of offsets to... Platforms: Matlab

License: Freeware Size: 1.75 MB Download (43): Photomosaicing Download

Added: June 21, 2013 | Visits: 322

Removing blob(s) from a binary image BWREMOVE Removes objects in binary image.BW3 = BWREMOVE(BW1,BW2) returns a binary image BW3 where the objects from the mask image that overlap the seed image are removed. Both the seed BW1 and the mask BW2 images can have multiple blobs.[BW3, BW4] = BWREMOVE(BW1,BW2) returns the binary image BW4... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Removing blob(s) from a binary image Download

1 2 3 4 5 >