Ilya K
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
76.829
of 295.467
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
running pcsegdist on gpu
Hi, so its said in the documentation of the function pcsegdist, that it supports gpu, but when I run it, if I look into the func...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
fixing intrinsics during stereoCalibration (during R,T refinment)
Hi. So relating to the case in which I want to do Stereo Calibration, in the documentation of the function: estimateCameraPa...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
How to get the original unrectified pixels locations of the pointcloud created by rectification which changed the image due to it?
Hi, so during creating a point cloud using calibration parameters matlab enforces you to rectify the images. My image is 720x12...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
out of memory using estimateCameraParameters
I'm doing a single camera callibration and I'm using a pretty much lazy method. Instead of taking some small amount of images, I...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
movmean and mean comparasion
Hi, shouldn't those two lines do the same ? curve2 = mean(BW, 1) ; curve = movmean(BW, 1, 1) ; I get different val...
bijna 4 jaar ago | 1 answer | 0
1
answerQuestion
multi-indexing (slicing) with different slice size
Hi, I'm trying to do somethink like that: img(ind1:ind2, 1, :) = 0 ; img(ind3:ind4, 50, :) = 0 ; in one line, is it possible ...
bijna 4 jaar ago | 1 answer | 0