Community Profile

photo

Tim Zaman


[TU Delft] Delft University of Technology

Active since 2011

Statistics

All
  • First Review
  • First Answer
  • Solver

View badges

Content Feed

View by

Solved


How many monitors are connected ?
How to obtain the numbers of monitors connected to your computer ?

ongeveer 11 jaar ago

Answered
Translation of a 3D plane
Try RANSAC, i've got some on that here: <http://www.timzaman.nl/?p=190>

bijna 13 jaar ago | 0

Answered
Improve Speed to Convert an RGB Image Stored as a Linear Array to a Matrix
use reshape: <http://www.mathworks.com/help/techdoc/ref/reshape.html> to reshape to [B(11) G(11) B(11) ; ... ] so that it is...

bijna 13 jaar ago | 0

Answered
sketch recognition
The images you are using in this code have to be the exact amount of pixels: so if image 1 is 800x600, image 2 has to be 800x600...

bijna 13 jaar ago | 0

Answered
Sorting matrices
Append A to B so that i believe the code is C=[A;B] so that: C = [4 6 3 2 9 0 1 5 7 8; 6 5 2 4 0 8 3 7 4 9] T...

bijna 13 jaar ago | 1

Answered
Doubt math
I guess what you need is just a solver; for example you define syms ICC IR V1 Rs m VT Rp; solve('I = ICC - IR.*(2.718.^((V1+...

bijna 13 jaar ago | 0

Answered
Doubts about image processing
I would recommend using photoshop (or equivalent) first to edit the image to a usable format, as photoshop in that matter is mor...

bijna 13 jaar ago | 0

Answered
save figure as eps from command line
standard fucntion.. saveas(h,'filename.eps','eps')

bijna 13 jaar ago | 0

Answered
How can I find saturated pixels in an image?
convert to LAB with the RGB2LAB function.. that splits into three components; the dimensions will be [L;A;B]instaed of [R;G;B].....

bijna 13 jaar ago | 0