photo

Ankit Singh


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
2 답변

순위
14,148
of 302,038

평판
3

참여
9 질문
2 답변

답변 채택
11.11%

획득한 표
1

순위
 of 21,510

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 178,349

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


plot marker on image without imshow and save plotted marker image
imshow(I); hold on; plot(shape(:,1),shape(:,2),'+','MarkerSize',10); i want marker should embedded in I, Later i ca...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Undeclared variable in script after assigning to worksapce
function varargout = EyeDistance(varargin) gui_Singleton = 1; gui_State = struct('gui_Name', mfilename...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


More than 1 webcam problem
cam=webcam('macvideo','FaceTime HD Camera') The device name specified is invalid. The list of valid devices are {USB 2.0...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Guide Gui to preview webcam in axes, capture and show the image in axes
function simple_gui_OpeningFcn(hObject, eventdata, handles, varargin) handles.output =hObject; axes(handles.FaceCameraax...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Stereo camera preview in same panel at same time
preview two webcams in the same figure at same Time C = webcamlist; if length(C)>2 fprintf('All three WebCam i...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I'm developing a project faical recongnization based on Eye Distance without image database
I'm using two parameter depth of the face using two webcams and eye distance by finding out the centroid of the eyes and class,...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Why i'm getting imcrop error
NotYet = false; C = webcamlist; cam=webcam(C{3}); preview(cam); while ~NotYet tic;pause(0.10);toc; I...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Global variable scope is not applied in try and catch
global Name; clear all; close all force; prompt = 'Enter Name'; %Name = input(prompt,'s'); Name = input(promp...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Index exceeds matrix dimensions
clear all; C = webcamlist; if length(C)>2 fprintf('All three WebCam is Working' ); else fprintf('Not Al...

10년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How can I handle camera on GUI(axes) by using imaq.VideoDevice?
How to close hImage figure is always on

10년 초과 전 | 0

답변 있음
Image Acquisition Toolbox - imaqtool gets only black images
In mac how to do it?

10년 초과 전 | 1