Re: using a pixel shader for undistorting an image?
- From: "Giff" <Giffnews@xxxxxxxxx>
- Date: 12 Apr 2007 03:19:37 -0700
On 12 Apr, 11:46, Harris <xgeorg...@xxxxxxxxxxxxx> wrote:
The problem you are describing is generally known as "camera calibration"
Not exactly, maybe I was not clear enough. I already did the
calibration, now I need to use the results of it to undistort the
images coming from the camera, I know how to do this in C++, what I
want to do is to move this computation onto the GPU, using a pixel
shader.
I think I have a clue on how to do this: in the initialization process
I will create a texture containing, for each pixe, the destination of
that pixel in the undistorted image (or probably just the offsets in
the x and y directions). I will then pass this texture to the pixel
shader and use it to sample the right pixel.
Thanks for your reply anyway.
.
- Follow-Ups:
- Re: using a pixel shader for undistorting an image?
- From: Harris
- Re: using a pixel shader for undistorting an image?
- From: pixel.to.life
- Re: using a pixel shader for undistorting an image?
- References:
- using a pixel shader for undistorting an image?
- From: Giff
- Re: using a pixel shader for undistorting an image?
- From: Harris
- using a pixel shader for undistorting an image?
- Prev by Date: Re: Color as Function of Intensity
- Next by Date: how to encode a raw image to jpeg 2000 using jasper?
- Previous by thread: Re: using a pixel shader for undistorting an image?
- Next by thread: Re: using a pixel shader for undistorting an image?
- Index(es):
Relevant Pages
|