CVIPtools
   HOME

TheInfoList



OR:

CVIPtools (Computer Vision and Image Processing Tools) is an Open Source image processing software. It is free for use with Windows, and previous versions are available for UNIX. It is an interactive program for image processing and computer vision.


Features

CVIPtools can read many image formats including
TIFF Tag Image File Format, abbreviated TIFF or TIF, is an image file format for storing raster graphics images, popular among graphic artists, the publishing industry, and photographers. TIFF is widely supported by scanning, faxing, word process ...
, PNG, GIF,
JPEG JPEG ( ) is a commonly used method of lossy compression for digital images, particularly for those images produced by digital photography. The degree of compression can be adjusted, allowing a selectable tradeoff between storage size and imag ...
, BMP, as well as raw formats. CVIPtools supports standard image processing functions such as image compression, image restoration, logical and arithmetical operations between images, contrast manipulation, image sharpening,
Frequency transform This is a list of linear transformations of functions related to Fourier analysis. Such transformations map a function to a set of coefficients of basis functions, where the basis functions are sinusoidal and are therefore strongly localized in t ...
, edge detection, segmentation and geometric transformations.


CVIP-ATAT

The Computer Vision and Image Processing Algorithm Test and Analysis Tool, CVIP-ATAT, was created to facilitate the development of both human and computer vision applications. The primary function of this tool is to allow the user to explore many more algorithmic possibilities than can be considered by processing one image at a time with CVIPtools. It allows for the automatic processing of large image sets with many different algorithmic and parameter variations. We call this the "front-end" tool because its primary purpose is to find the best algorithm to preprocess, segment and post-process a set of images for a particular application in order to best separate the most important regions of interest within the image. It has a GUI which allows the user to enter multi-stage algorithms for testing and analysis. At each stage the user can specify a number of different processes to test and a range for the processes' parameters. The user also specifies a set of images to process and a set of "ideal" output images which will be used to determine the success for each algorithm. Note that one algorithm is defined as a specific set of processes and a specific set of parameter values. tool will then automatically perform algorithms which consist of all the permutations of the values for each of the parameters for each process and all the processes for each stage. Next, the user can compare the various algorithm results to determine the best set of processes and parameters for the particular application. The tool is useful for application development where the ideal image results are available, or can be created. Additionally, it can serve as a front end development tool for image analysis to find the optimal set of processes and parameters for extracting regions of interest for further processing.


CVIP-FEPC

The Computer Vision and Image Processing Feature Extraction and Pattern Classification Tool, CVIP-FEPC, was created to facilitate the development of both human and computer vision applications. The primary application area is computer vision, but it can be used, for example, as an aid in the development of image compression schemes for human vision applications. This can be done by helping to determine salient image features that must be retained for a given compression scheme. Conversely, computer vision applications are essentially deployed image analysis systems for a specific application, so the feature extraction and pattern classification is an integral part of all computer vision systems. The primary function of this tool is to explore feature extraction and pattern classification and allow the user to perform batch processing with large image sets and is thus much more efficient than processing one image at a time with CVIPtools. It allows the user to select the features and pattern classification parameters for the automatic processing of these large image sets. CVIP-FEPC enables the user to easily specify the training and test sets and run multiple experiments in an efficient manner. Its primary purpose is to find the best parameters for a particular application in order to best classify the image objects of interest. This tool is designed to work with a set of images that have binary masks that have been created for the objects of interest – one object per image. These masks can be created manually with CVIPtools, or, many image database applications will have the masks available. In general, the user will load the images, specify the classes, select the features, select the test set, choose the pattern classification parameters and then let the program process the entire image set. An output file will be created with the results for the experiment.


CVIP Toolbox for Matlab

The CVIP Toolbox for Matlab can perform various functions: 1) Arithmetic and logic, 2) Band, 3) Color, 4) Conversion of image files, 5) Edge/Line detection, 6) Geometry, 7) Histogram, 8) Mapping, 9) Morphological, 10) Noise, 11) Objective fidelity metrics, 12) Pattern classification: classification algorithms, 13) Pattern classification: feature extraction, 14) Pattern classification: normalization methods, 15) Segmentation, 16) Spatial filters: adaptive filters, 17) Spatial filters: mean filters, 18) Spatial filters: miscellaneous, 19) Spatial filters: order filters, 20) Transform, 21) Transform filters: standard, and 22) Transform filters: restoration. The CVIP Toolbox includes a CVIPlab skeleton program, similar to the CVIPlab for the C/C++ programmer, and a utility function for batch processing. .
/ref>


References

{{Reflist Computer vision software Free software Image processing software