New Reply

Large optical image rotation for project

 
Share Thread
Jun27-12, 04:53 AM   #1
pex
 

Large optical image rotation for project


Hi, fellow physics friends!

I'm doing a small interior decoration project in which I need optical image rotation as a component. I know that this can be done (see e.g. http://www.optics.arizona.edu/optome...ift%201972.pdf for a review paper). I've also seen Half-Penta Prisms sold online that do this.
However, a 25mm HPP costs $135. I want one which is about 1 meter in size, but on the other hand I have very low requirements on quality (a bit of optical disturbance is just positive) and the image need not be rotated 45 degrees (less or more is fine).

Question: is it realistic to attempt to construct one myself? How would I go about to do this? I do have access to a small engineering lab at my local university. What material would you recommend?

Note: The project is not to construct a death star with a death ray with which I can destroy planets insolent enough to defy my imperial will.
PhysOrg.com engineering news on PhysOrg.com

>> Multiview 3-D photography made simple
>> Giant 3-D printed bugs shed light on insect anatomy
>> A microphone that listens with light
Apr28-13, 01:45 AM   #2
 
thsi is some codes about image rotate, not sure if it is what you are asking for.
Imports System.IO
Imports System.Drawing.Printing
Imports RasterEdge.Imaging
Imports RasterEdge.Imaging.Processing

Dim Image As New RasterEdgeImaging()

Public Sub RotateImage()
If True Then
Dim LoadImage As New Bitmap("C:\\1.bmp")
Dim rotate As Graphics = Graphics.FromImage(LoadImage)
rotate.TranslateTransform(CType(bmp.Width, Single) / 2, CType(bmp.Height, Single) / 2)
rotate.RotateTransform(rotationAngle)
rotate.TranslateTransform(-CType(bmp.Width, Single) / 2, -CType(bmp.Height, Single) / 2)
rotate.InterpolationMode = InterpolationMode.HighQualityBicubic
rotate.DrawImage(img, New Point(0, 0))
rotate.Dispose()
Return LoadImage()
End If
End Sub
Apr28-13, 02:20 AM   #3
 
Recognitions:
Gold Membership Gold Member
Quote by pex View Post
Note: The project is not to construct a death star with a death ray with which I can destroy planets insolent enough to defy my imperial will.
Well, nuts! I was all-in and even would have sponsored you until you dropped that little nugget of bad news...

By the bye, your link goes to "Page Not Found".
Apr28-13, 02:22 AM   #4
 

Large optical image rotation for project


the link dint work for me,

im not sure if this is what you mean but...

if your trying to displace and/or re-orient a projected image then
i think you could make an acryllic prisim with a seconday trapizoidal prizim inside
trial and error would tell you how to set it up right but it should redirect, reorient and even distort the image if wanted

im not sure what actual material and/or shape a prizim might have to be though

for some reason i want to believe it would work in a similar maner as the mirrors of a parascope
whereas the edge/sides would be potential mirrors
New Reply

Tags
death ray-unrelated, half-penta, image rotation, optics, prisms

Similar discussions for: Large optical image rotation for project
Thread Forum Replies
type of image from an afocal optical system Classical Physics 5
Optics - reduce image and launch into optical fiber Classical Physics 3
image processing matrix image rotation Engineering, Comp Sci, & Technology Homework 1
find the image distance - optical instruments Introductory Physics Homework 3
Scene -> Optical Image; under relativistic conditions ? General Physics 3