photo

Shida


Active since 2015

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

5 Questions
3 Answers

Cody

0 Problems
5 Solutions

RANK
2.748
of 297.503

REPUTATION
22

CONTRIBUTIONS
5 Questions
3 Answers

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
9

RANK
 of 20.449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
53.411
of 159.017

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


Is there a built-in Demosaicing option in Matlab which doesn't use interpolation and instead just reduces the image size?
I am aware of demosaic(I,sensorAlignment) function in matlab. But if one would want to reduce noise and just reduce the resolut...

meer dan 7 jaar ago | 1 answer | 0

1

answer

Question


How to preset the intrinsic camera parameters in stereo calibration?
Hi everyone, I was trying some mapping between different cameras which failed due to the fact that Matlab estimates quite diffe...

bijna 9 jaar ago | 0 answers | 0

0

answers

Answered
Mapping RGB and depth (Kinect v2)
Hi alheka, I used to have the same problem. It's a pity that Matlab still hasn't solved this issue. But there's a solution to t...

ongeveer 9 jaar ago | 4

| accepted

Answered
How to calibrating and register two cameras of different resolutions?
*For those who (like myself) need to use this to map depth and RGB images with different resolutions:* After calibration and ...

ongeveer 9 jaar ago | 1

Question


How to map the disparity image values to the original image?
Using stereo camera calibration and Matlab's instructions I produce the disparity map. Now I want to create a Kinect-like depth ...

ongeveer 9 jaar ago | 1 answer | 1

1

answer

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

ongeveer 9 jaar ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

ongeveer 9 jaar ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

ongeveer 9 jaar ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

ongeveer 9 jaar ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

ongeveer 9 jaar ago

Question


Why rectifyStereoImages gives error in Matlab2015 ?
I was wondering if rectifyStereoImages function has changed between Matlab 2014 and 2015. I am using Matlab's own instructions ...

ongeveer 9 jaar ago | 1 answer | 2

1

answer

Answered
Stereo Calibration of two cameras with different camera resolutions
Hi, It's very normal to have to calibrate two cameras of different resolution when working in Multi-modal imaging. It's always ...

ongeveer 10 jaar ago | 0

| accepted

Question


How to calibrating and register two cameras of different resolutions?
Hi everyone, I'm experimenting on multi-modal imaging. We have two cameras, one IR and one RGB. I need to calibrate them and re...

ongeveer 10 jaar ago | 2 answers | 1

2

answers