• 大小: 67KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-02
  • 语言: Matlab
  • 标签: slicmex  SLIC  matlab  

资源简介

源程序slicmex.c在windows系统下编译是有错误的,主要提示如下:**slicmex.c(387) : error C2275: “mwSize”:将此类型用作表达式非法.**。本程序是源程序修改后的SLIC超像素分割程序,可直接在windows下mex使用

资源截图

代码片段和文件信息

%======================================================================
%SLIC demo
% Copyright (C) 2015 Ecole Polytechnique Federale de Lausanne
% File created by Radhakrishna Achanta
% Please also read the copyright notice in the file slicmex.c 
%======================================================================
%Input parameters are:
%[1] 8 bit images (color or grayscale)
%[2] Number of required superpixels (optional default is 200)
%[3] Compactness factor (optional default is 10)
%
%Ouputs are:
%[1] labels (in raster scan order)
%[2] number of labels in the image (same as the number of returned
%superpixels
%
%NOTES:
%[1] number of returned superpixels may be different from the input
%number of superpixels.
%[2] you must compile the C file using mex slicmex.c before using the code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      57286  2015-06-02 16:16  SLIC_mex\bee.jpg

     文件       1044  2016-12-16 16:03  SLIC_mex\SLICdemo.m

     文件      16322  2016-12-16 15:51  SLIC_mex\slicmex.c

     文件      17408  2016-12-16 15:51  SLIC_mex\slicmex.mexw64

     目录          0  2016-12-16 16:32  SLIC_mex

----------- ---------  ---------- -----  ----

                92060                    5


评论

共有 条评论