Ankit Singh
Followers: 0 Following: 0
Statistica
RANK
12.509
of 295.673
REPUTAZIONE
3
CONTRIBUTI
9 Domande
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
11.11%
VOTI RICEVUTI
1
RANK
of 154.257
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
Undeclared variable in script after assigning to worksapce
function varargout = EyeDistance(varargin) gui_Singleton = 1; gui_State = struct('gui_Name', mfilename...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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,...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
Why i'm getting imcrop error
NotYet = false; C = webcamlist; cam=webcam(C{3}); preview(cam); while ~NotYet tic;pause(0.10);toc; I...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
Index exceeds matrix dimensions
clear all; C = webcamlist; if length(C)>2 fprintf('All three WebCam is Working' ); else fprintf('Not Al...
oltre 8 anni fa | 1 risposta | 0
1
rispostaHow can I handle camera on GUI(axes) by using imaq.VideoDevice?
How to close hImage figure is always on
oltre 8 anni fa | 0
Image Acquisition Toolbox - imaqtool gets only black images
In mac how to do it?
oltre 8 anni fa | 1