photo

Ankit Singh


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
2 个回答

排名
12,509
of 297,503

声誉
3

贡献数
9 个提问
2 个回答

回答接受率
11.11%

收到投票数
1

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
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...

9 years 前 | 2 个回答 | 0

2

个回答

提问


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

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 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,...

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 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...

9 years 前 | 1 个回答 | 0

1

个回答

已回答
How can I handle camera on GUI(axes) by using imaq.VideoDevice?
How to close hImage figure is always on

9 years 前 | 0

已回答
Image Acquisition Toolbox - imaqtool gets only black images
In mac how to do it?

9 years 前 | 1