draw_blobs.m

来自「it runs for blob detection with opencv」· M 代码 · 共 17 行

M
17
字号
%function [Bimg,[Simg]]=draw_blobs(Limg,mvec,pvec,bkgr)%% Visualise detected blob features%% LIMG   Label image% MVEC   Moment vector list (6xN)% PVEC   Property (colour) vector list (DxN)% BKGR   Background colour vector (default green, i.e. [0 1 0])%% BIMG   Blob image (approximating ellipses for regions)% SIMG   Region image (regions painted with average colour)%% NOTE: DRAW_BLOBS is a MEX function, and thus needs%       to be compiled for your platform.%%Per-Erik Forssen, April 2004

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?