snap the screen

matlab mex file to snap the screen

이 제출물을 팔로우합니다

function a=screensnap(b)
% screensnap is a mex file to snap the screen
% the input b is double data
% when b=0,the snapped screen excluding the matlab window
% else, the snapped screen including the matlab window
% compile to use>> mex screensnap.c user32.lib gdi32.lib
% usage:1, >>a=screensnap(0) %exclude the matlab window
% >>imshow(a);
% 2, >>a=screensnap(1); %include the matlab window
% >> imshow(a);
% designed by darnshong
% chenzushang@sina.com http://darnshong.52blog.net
% 2005-12-18

인용 양식

Darnshong chen (2026). snap the screen (https://kr.mathworks.com/matlabcentral/fileexchange/9393-snap-the-screen), MATLAB Central File Exchange. 검색 날짜: .

카테고리

Help CenterMATLAB Answers에서 Image Processing Toolbox에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0