📄 colour_edge_detector.m
字号:
% Example script to calculate the colour image edge detector described in:%% Sangwine, S. J.,% Colour image edge detector based on quaternion convolution,% Electronics Letters, 34(10), May 14 1998, 969-971.% http://dx.doi.org/10.1049/el:19980697%% This script is not intended to demonstrate best use of Matlab - the% intention is to demonstrate some of the features of the QTFM toolbox% as an example of how the toolbox can be used to program a quaternion% algorithm at a high level using vectorized coding, and also to show how% to convert Matlab image arrays to quaternion matrices and vice versa.%% The script reads the file lena.tif from the Waterloo Bragzone website at% http://links.uwaterloo.ca/bragzone.base.html. If access to this is not% possible, replace the URL in the imread statement below with a suitable% local filename and path.%% Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -