Questions tagged [matlab]
The matlab tag has no summary.
10 questions
2 votes
3 answers
465 views
What exactly is the orthographic projection used by Matlab
I would like to imitate the orthographic projection that Matlab uses by default: Matlab View Projections and Matlab camproj It seems similar to the "Trimetric" projection described here: ...
1 vote
1 answer
103 views
Appropriate filter steps for resolving a droplet pixel
I have a series of images obtained from a microscope as follows I need to create a series of filters that would isolate the centre section on the yellow droplet.(This is highlighted by the bright ...
1 vote
0 answers
132 views
Calculating inverse disparity of a stereo image
I have code, which for the sake of argument, looks like the code here: ...
0 votes
0 answers
307 views
How to do keyframe interpolation on matlab?
I want to do keyframe interpolation in matlab. If I understand correctly, it uses splines to approximate the the motion of specific pixel points within the frames(through transforms). Correct me if I'...
3 votes
1 answer
2k views
Choosing & Using a Projection Matrix
I'm looking into the graphics pipeline processes and at the moment in particular, perspective projection matrices. After looking in several different sources, and across the breadth of previous ...