91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-06
  • 語言: Matlab
  • 標簽: matlab??圖像分割??

資源簡介

matlab圖像分割程序,,基于svm的圖像分割,類似摳圖顯示,主要根據顏色對比明顯實現,另外運行此程序可能還需要下載svmlib,然后set path... 資源包里還包含圖片,效果演示文檔,源代碼極其注釋。

資源截圖

代碼片段和文件信息

%??script?file:?plotsinc.m
%
%??Purpose:?
%????This?program?illustrates?the?use?of?handle?graphics?
%????commands?by?creating?a?plot?of?sinc(x)?from?-3*pi?to
%????3*pi?and?modifying?the?characteristics?of?the?figure
%????axes?and?line?using?the?“set“?function.
%
%??Record?of?revisions:
%??????Date???????Programmer??????????Description?of?change
%??????====???????==========??????????=====================
%????11/22/97????S.?J.?Chapman????????Original?code?
%
%?Define?variables:
%???Hndl?????????--?Handle?of?line
%???x????????????--?Independent?variable
%???y????????????--?sinc(x)

%?Calculate?sinc(x)
x?=?-3*pi:pi/10:3*pi;
y?=?sin(x)?./?x;

%?Find?the?zero?value?and?fix?it?up.??The?zero?is
%?located?in?the?middle?of?the?x?array.
index?=?fix(length(y)/2)?+?1;
y(ind

評論

共有 條評論