Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to do projector pattern?

Status
Not open for further replies.

karper1986

Member level 2
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top