Atitit Java C # PHP C + + JS cross-language call matlab to achieve edge detection and other functions attilax Summary
1.1. basic methods of edge detection Canny most commonly used 1
1.2. writing matlab edge detection Code, save as m file 1
1.3. invoking Matlab via the CLI interface execute m file 1
1.4. effect 1
1.1.
The basic method of edge detection Canny most commonly used
1.2.
write matlab edge detection Code, save as m file
fprintf (' Hello world ');
Imag = Imread (' C:\00edge\a.jpg '); % Read
Imag = Rgb2gray (imag); % converted to grayscale graph
%imag_final = Edge (imag, ' Sobel ', 0.09);
Imag_final = Edge (Imag, ' canny ', 0.09);
Imwrite (imag_final, ' C:\00edge\canny.jpg ');
fprintf ('--ff ');
1.3.
using the CLI interface to invoke Matlab to execute m files
C:\MATLAB7\bin\win32\MATLAB.exe-nodisplay-nosplash-nodesktop-r "Run (' C:\MATLAB7\halo. M '); " -logfile C:\matlabqc20.log
1.4.
effect
Canny algorithm,sobel algorithm
author ::   nickname : Old Wow's paw claw of Eagle   Idol-destroying iconoclast Image-smasher
King of Bird Catcher King of Kings devout pious religious defender Defender of /c6> the Faith caracalla red cloak Caracalla red cloak
abbreviation:: Emir attilax Akbar Emile Atiraca
Full Name::Emir attilax Akbar bin Mahmud bin Attila bin Solomon bin Adam Al Rapanui Emir Attilax Akbar ben Mahmud ben Attila Solomon Ben Adam al Rapa Nui
Common name: Etila (Ayron), email:[email protected]
title:Head of Uke headquarters, founder of Global Grid project,
Uke, Minister of Religious and Cultural Integration Affairs, Vice-Chairman of the Uke Reformation Commission
, Chief chieftain of the Uke tribe,
Uke system and chairman of the major conference committee, Uke Security Department Chief Brigade, Uke System Inspection Committee vice President,
CTO of Dairy Technology , chief CTO of Uke
Uke Polynesia District chain head, Kerr Glenn Islands district chain head, Line Is. district chain head, uke Tonga Kingdom regional head. Bouvet and South Georgia and South Sandwich Is. regional chain head
Uke, chairman of the Association of Software Standardization Uke, vice President of lifelong Education School
Uke, vice president of the Association of Database and Storage standardization, editor of Uke Publishing house
Founder of Uke Hospital
reprint Please indicate source:Attilax's column? http://www.cnblogs.com/attilax/
--atiend
Atitit Java C # PHP C + + JS cross-language call Matlab to achieve edge detection and other functions Attilax summary