|
|
| File Information |
| Description |
In addition to being inherently more efficient, it introduces optional arguments
- to calculate in single precision
- to calculate only hue or saturation
or value (or combinations of them)
% Checking performance on a Pentium M 1.4:
img = imread('peppers.png');
tic, hsv_old = rgb2hsv(img); toc
% --> Elapsed time is 0.414767 seconds.
tic, hsv_new = rgb2hsv_fast(img); toc
% --> Elapsed time is 0.190769 seconds. |
| MATLAB release |
MATLAB 6.5.1 (R13SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com