photo

Ankit Singh


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
2 Respuestas

CLASIFICACIÓN
12.509
of 300.364

REPUTACIÓN
3

CONTRIBUCIONES
9 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
11.11%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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,...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

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

más de 9 años hace | 0

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

más de 9 años hace | 1