Please enable JavaScript.
Coggle requires JavaScript to display documents.
Shimizu stereo (Hardware & basic functions (Vignetting effect (Use a…
Shimizu stereo
Hardware & basic functions
Vignetting effect
Order lighting sets.
Use white paper as the evenly illuminated target.
Use a projector for both the lighting and the color target.
The projector may not be bright enough
Using 6-order polynomial correction performs poorly on real images. Too red in the center area. Maybe it could not be used on RGB image.
May need controllable lighting and the light should be bright enough to simulate outdoor environment. What the actual brightness we need. Do we need a measuring method for illuminance? The auto-exposure should also be modified to expose the image to some constant level of brightness or some brightness level on which we have vignetting correction factors.
The 6-order polynomial correction method may not be the best. Maybe first blurring the image and then use the difference between the expected evenly illuminated image and the blurred image directly as the vignetting correction mask.
Time synchronization
:check:Timestamp reset upon external PPS.
:check: Modify ros message's timestamp according to the PC time.
Whit balance
:check:Order color clibration board.
:check:Simple white/color balance method.
Frame rate
:check:Try to use raw_8 image format to store the image data.
Not publish the images through ROS.
:check:The target frame rate is 10Hz
Methods & algorithms
:check:Try to use smaller grids :warning: Not working
:red_cross:Use CUDA, Not finished