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

Image: Select ROI 1.0

  Date Added: July 07, 2013  |  Visits: 291

Image: Select ROI

Report Broken Link
Printer Friendly Version


Product Homepage
Download (42 downloads)



This functions displays GUI for selecting square or rectangular part of the input image IMG. To perform selection user must click mouse twice: at two corners of the selection area. User can change the shape at any moment, even when first point is set, unless it is not forbidden by additional parameters. Use also cam change the way the selection area is calculated from the two selected points. Depending on the combination of the shape and mode it could be:-------------------------------------------------------------------------- Shape Mode Result - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Rectangle Free Rectangle with one corner at first point (P1) and another corner at second point (P2). Rectangle Centered Rectangle with its center at first point (P1) and corner at second point (P2). Square Free Square of the largest size that can be fitted into rectangle made by (P1) and (P2) with one corner at (P1). Square Centered Square of the largest size that can be fitted into centered rectangle. Center of the square is at (P1).-------------------------------------------------------------------------- Behavior of the imSelectROI can be altered by providing additional parameters in MatLab well-known ParamName,ParamValue style. NOTE This function was developed under MatLab R2006b. ==== It requires Image Processing Toolbox to work.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Syntax ====== imSelectROI( img, param1, val1, param2, val2, ...) ROI = imSelectROI( img, param1, val1, param2, val2, ...) [ ROI, SelImg ] = imSelectROI( img, param1, val1, param2, val2, ...) Displays GUI and returns: SelImg - Selected part of the image passed as first parameter. Even if first parameter is a file name (see below). ROI - structure with fields: ROI.Xmin - minimal value of X coordinate of the selected area ROI.Xmax - maximal value of X coordinate of the selected area ROI.Ymin - minimal value of Y coordinate of the selected area ROI.Ymax - maximal value of Y coordinate of the selected area ROI.DX - horizontal size of the selected area ROI.DX = ROI.Xmax - ROI.Xmin + 1 ROI.DY - vertical size of the selected area ROI.DY = ROI.Ymax - ROI.Ymin + 1 ROI.Xrange - same as [ROI.Xmin:ROI.Xmax] ROI.Yrange - same as [ROI.Ymin:ROI.Ymax] Selected part can be retrieved from original image as img( ROI.Xrange, ROI.Yrange, :) This allows to perform selection once and use the same ROI to process series of images (see examples at hte end). Arguments ========= img Anything that can be passed to IMSHOW as a single parameter. In could be file name or preloaded image. See "help imshow" for more information about the syntaxes. Parameters ========== AllowedShape (string): {'Any'} | 'Square' | 'Rectangle' This parameter controls shape of the selection. Specifying 'Square' or 'Rectangle' you prevent user from selecting other shape. By specifying 'Any' or omitting 'AllowedShape' at all user is allowed to select any shape. SelectionMode (string): {'Free'} | 'Centered' This parameter controls selection mode. But in this case user still can select other mode. FastReturn (string): {'off'} | 'on' This parameter controls how the GUI behaves when user finishes seletion. When 'off' value provided function waits for user to press "DONE" button, allowing user to change selection by "START OVER" button. When 'on' value provided function returns immediately after user makes valid selection of second point. In this case it is also possible to change selection, but only until the second point was NOT selected by user.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Examples ====== ROI = imSelectROI( 'c:Image.jpg'); [ROI,SelImage] = imSelectROI( 'c:Image.jpg', 'AllowedShape','Square'); % FNames is a cell array of image file names ROI = imSelectROI( FNames{1} ); for i=1:length(FNames) image = imread(FNames{i}); %whole image selection = image( ROI.Xrange, ROI.Yrange, :); %selected area ... end~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Additional info =============== help imshow for additional information on what can be passed to imSelectROI as first argument.

Requirements: No special requirements
Platforms: Matlab
Keyword: 039any039 3d3d3d3d3d3d3d3d3d3d Allowed Allowedshape Controls Imshowquot Information Omitting Parameters Prevent Quothelp Rectangle Square String Syntaxes
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


IMAGE: SELECT ROI RELATED
Utilities  -  Linspect Info 1.1
Linspect Info allows you to retrieve important information and parameters from your Linux/Unix server without knowing much about the system. It uses a secure SSH connection, so as you do not expose sensitive information (e.g. passwords) to other...
500 KB  
Networking  -  Email Chat Contact Button Sidebar 1.0.23
Add a contact button to your blog or website's sidebar. This widget allows your visitors to automatically stay in touch and communicate with you thru text messaging, email, phone, address, instant message, social networking sites like facebook,...
10 KB  
Windows Software  -  Free VeeSee 1.0.1.485
VeeSee® Hardware Information Free Version is a utility designed to display hardware information. The main function of VeeSee® Hardware Information are viewing the current hardware™s information, such as the detailed information of CPU,...
3.64 MB  
Networking  -  If File Exists 1.0.3
Check if a file exists and return true/false or display a string containing information about the file.If a format string is not passed to it, the function if_file_exists() returns a simple boolean (true or false) indicating if the specified file...
10 KB  
Audio Tools  -  iSharesoft CD Burner 5.2.28.0111
iSharesoft CD Burner is expert music CD burning software with simple settings. It can burn music CD from almost all video and audio formats, including MPEG, WMV, ASF, AVI, MOV, MP3, 3GP, RM, MP2, WMA, WAV, AU, M4A, RA, OGG, AAC, AC3. Compared...
5.39 MB  
Security Tools  -  Secure HTML - LockLizard HTML Security viewer 2.0.9
HTML security viewer with DRM encryption. View protected HTML encrypted with Lizard Protector HTML Security. No useless HTML password protection, so there are no passwords to enter in order to view secure web pages (secure HTML and secure images)....
1.5 MB  
Modules  -  OG Contact 5.x-3.5 1.0
It can also display a "Contact" tab on the group's main page.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Key features "OG Contact": - Administrators can...
 
Development Tools  -  Photo Revealer 1.0
A line of cropped photo thumbnails on a string. Clicking the d-deDUMore Infod-deDt button expands the photograph to full size and reveals additional information about the photo. Photos are loaded on page load so there is no waiting after the...
409.6 KB  
Development Tools  -  Iterative Closest Point Method 1.0
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points. Ordinary usage: [R, T] = icp(model,data) INPUT: model - matrix with model points, data - matrix...
10 KB  
Database Tools  -  Data Grid Object 1.0
Data Grid Object can be used to display MySQL query results in HTML tables. It is based on another class originally written by Carlos Miguel Guevara.This version includes several enhancements:- The code no longer issues warnings with E_STRICT...
10 KB  
NEW DOWNLOADS IN SCRIPTS, MULTIMEDIA
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Multimedia  -  isimSoftware CountDown Timer 1.0.2
isimSoftware CountDown Timer isimSoftware countdown timer for Windows, written for show operators by a show operator. Simple intuitive user interface with plenty of options hidden underneath. Displays time remaining, current time and a message...
421 KB  
Multimedia  -  Audio Reader XL 2020 20.0.1
Text to Speech Software Audio Reader XL reads aloud text easily. It’s text to speech software for reading eBooks, texts, web pages, and creating MP3s. The voice aloud reader read-aloud any kind of texts like - Any kind of texts - TXT text -...
73.26 MB  
Multimedia  -  Multi Level Meter Bridge 2020
With the new function Peak Detector you can control very accurate the Input of different Levels in a control rooms. Correlation Meter, In a logfile you are able to comprehend when and what kind of Level is under a threshold. PAS Multi Meter Bridge...
5.29 MB  
Multimedia  -  Spectrum Analyzer pro Live 2020
Spectrum Analyzer Pro Live turn your PC into a cutting-edge sound analysis tool! Dante WDM If you are a professional musician, acoustics expert or just a hi-fi enthusiast who wants to make sure that his audio system is perfectly tuned and plays...
12.86 MB  
Multimedia  -  Graphic Equalizer Studio 2020
you can run any windows sound application or DVD Player software above the Equalizer. The Equalizer will correct the audio stream automatic and will include the Limiter and the compressor to be sure, that the audio signal is not to loud or not to...
25.72 MB