Skip to main content

Questions tagged [matlab]

2 votes
3 answers
465 views

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: ...
Simon's user avatar
  • 213
1 vote
1 answer
103 views

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 ...
Fowaz Ikram's user avatar
1 vote
0 answers
132 views

I have code, which for the sake of argument, looks like the code here: ...
Ken Y-N's user avatar
  • 111
0 votes
0 answers
307 views

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'...
MyBushisaNeonJungle's user avatar
3 votes
1 answer
2k views

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 ...
davidhood2's user avatar