Dima Lisin

MathWorks

Actif depuis 2013

Followers: 0   Following: 0

Message

I am an engineer at Mathworks working on the Computer Vision System Toolbox.

Statistiques

All
MATLAB Answers

0 Questions
390 Réponses

File Exchange

1 Fichier

RANG
160
of 297 457

RÉPUTATION
712

CONTRIBUTIONS
0 Questions
390 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
114

RANG
1 235 of 20 438

RÉPUTATION
1 521

CLASSEMENT MOYEN
4.70

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
13

ALL TIME TÉLÉCHARGEMENTS
12828

RANG

of 158 938

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Personal Best Downloads Level 2
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • 24 Month Streak
  • Thankful Level 1
  • Pro
  • Revival Level 3
  • Knowledgeable Level 5
  • First Answer

Afficher les badges

Feeds

Afficher par

A soumis


Detect and Track Multiple Faces
Detect and track multiple faces from live video.

plus de 8 ans il y a | 13 téléchargements |

4.8 / 5
Thumbnail

Réponse apportée
rectifyStereoImages is cutting off too much of my image
Set 'OutputView' to 'full', when you call rectifyStereoImages.

presque 9 ans il y a | 0

Réponse apportée
Ambiguous Disparity Map and Inadequate 3D Scene Reconstruction
Hi Yildiray, There are several problems with your calibration: # The checkerboard is not really flat. You have to glue it ...

presque 9 ans il y a | 1

| A accepté

Réponse apportée
Finding multiple roots of a polynomial
roots().

presque 9 ans il y a | 0

Réponse apportée
Camera Calibration for measuring planar object
Not sure what you are asking... You would need to write your own code to detect the object of interest. If it has a distinctive ...

presque 9 ans il y a | 0

Réponse apportée
Robust background substraction in outdoor environment
Use |vision.ForegroundDetector| from the Computer Vision System Toolbox.

presque 9 ans il y a | 0

Réponse apportée
how can i save the image and roi to train classifier
Try using the <http://www.mathworks.com/help/vision/ug/label-images-for-classification-model-training.html Training Image Labele...

presque 9 ans il y a | 0

Réponse apportée
Error in the code
I am guessing that your image is M-by-N-by-3 (RGB). |detectSURFFeatures| only takes M-by-N grayscale images. Convert your images...

presque 9 ans il y a | 0

Réponse apportée
Why does my videoplayer hang at the first frame while streaming live camera.
Sounds like the size of your frame has changed. Most likely it went from being M-by-N grayscale to M-by-N-by-3 RGB or vice versa...

presque 9 ans il y a | 2

| A accepté

Réponse apportée
How to connect Kinect 2 with MATLAB image acquisition tool?
Image Aquisition Toolbox now <http://www.mathworks.com/hardware-support/kinect-windows.html supports Kinect v2.>

presque 9 ans il y a | 1

| A accepté

Réponse apportée
How can I calculate the actual distance in real world of an object from its picture that picked up by a camera?
With one camera, you may be able to compute the distance if you have a calibrated camera, and you know the actual size of the ob...

presque 9 ans il y a | 0

Réponse apportée
help me solve this error detectSURFFeatures
|detectSURFFeatures| only works on grayscale images. Use |rgb2gray| to convert |I| to grayscsle.

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How to use calibration parameters from KITTI?
The file |calib_cam_to_cam.txt| contains parameters for 3 cameras. * S_0x: is the image size. You do not really need it for ...

environ 9 ans il y a | 0

| A accepté

Réponse apportée
Problem with Computer Vision tool box
Hi Ali, Try the following: Go to "Preferences". Select "Image Processing Toolbox" on the left. Uncheck "Enable hardware op...

environ 9 ans il y a | 2

| A accepté

Réponse apportée
is there an algorithm of matching based on intensity information
Actually, you are not quite right. What you typically match are SURF descriptors, which are based on gradient orientation distri...

environ 9 ans il y a | 0

Réponse apportée
Vision Toolbox Question: Is there a way to access the z-coordinate from the camera calibration process?
Hi Thomas, In the checkerboard's coordinate system the points on the checkerboard all have z=0. If you want the checkerboard ...

environ 9 ans il y a | 1

| A accepté

Réponse apportée
How to extract shape characteristics from an image?
|regionprops| function in the Image Processing Toolbox can compute various shape characteristics of regions, such as area, perim...

environ 9 ans il y a | 0

Réponse apportée
How to save a point cloud object??
Hi Priya, This confusion is an unfortunate result of a name conflict. |reconstructScene| returns an M-by-N-by-3 array of xyz...

environ 9 ans il y a | 2

| A accepté

Réponse apportée
In two processed images, one shows 3 centroids and another shows 4 centroids. How to eliminate this extra centroids from centroids array.
Hi Naseeb, The |triangulate| function can return reprojection errors, which can tell you whether or not a match is correct.

environ 9 ans il y a | 0

| A accepté

Réponse apportée
Feature Based Panoramic Image Stitching
Hi Alex, |fullfile| is a function to create a path to your image folder. It simply concatenates the strings you give it with ...

environ 9 ans il y a | 1

| A accepté

Réponse apportée
Error "Subscript indices must either be real positive integers or logicals" on a matlab based example
This error means that |matchFeatures| didn't find any matches and |indexPairs| is empty. If it is expected that sometimes you do...

environ 9 ans il y a | 0

| A accepté

Réponse apportée
Foreground Detection Using GMM on Depth Images
The |step| method of |vision.ForegroundDetector| takes an image, which can come from anywhere. So you can just read your depth m...

environ 9 ans il y a | 0

Réponse apportée
How can I calculate area of target object with Calibrated Camera
That would depend on the object. If it is circle, and you can measure its diameter, then you can calculate its area as pi*r^2. I...

environ 9 ans il y a | 0

Réponse apportée
Hi, I doing a project that load a roadsigns.mat, which a exported from Image Lableler. Can someone help me to fix the error below ?
You should export the ROIs using the "Export" button. That will create a variable in the workspace that you can pass into trainC...

environ 9 ans il y a | 1

| A accepté

Réponse apportée
I calibrated my camera using Camera Calibration app,How do i apply it to my camera for further use
If you click the "Export" button on the app, it will export a |cameraParameters| object to your workspace. There is a variety of...

environ 9 ans il y a | 0

| A accepté

Réponse apportée
How to use undistortImage function ?
Hi Lise, You have three different questions here. Let's take them one at a time: # *Crash when using undistortImage.* Ca...

environ 9 ans il y a | 0

Réponse apportée
A toolbox to recognize object/faces in a video
If you are still working on this, try the <http://www.mathworks.com/matlabcentral/fileexchange/47105-detect-and-track-multiple-f...

environ 9 ans il y a | 0

| A accepté

Réponse apportée
Intensity based background subtraction for effective object detection
Try using |vision.ForegroundDetector| object in the Computer Vision System Toolbox.

environ 9 ans il y a | 0

Réponse apportée
How to map the disparity image values to the original image?
You would have "un-rectify" the image, and there is no easy way to do that because rectification is a non-linear transformation....

environ 9 ans il y a | 0

Réponse apportée
Point Cloud Reconstruction From Disparity Map Not Working
Hi David, Can you please post your disparity map and the |stereoParameters| object? Also, it would help if you could post the...

environ 9 ans il y a | 0

Charger plus