How to do projector pattern?

Status
Not open for further replies.

karper1986

Member level 2
Joined
Mar 13, 2009
Messages
49
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,715
Hi friends,
How to do projection pattern?
I use some code like this to generate 1024x768, but i want usual image (not indexed), maybe there is another way to do projection pattern? Thanks in advance.

Matlab code for pattern 1024x768:
C = uint8(255*(checkerboard(64,6,8) > 0.5));
imshow(C);
imwrite(C, 'Pattern.bmp');

Then I just copy image to paint and save it as an image bmp, and i have image image as usual.

Best regards,
Karper.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…