Top "Distortion" questions

CSS image scaling to fit within area not distort

Is there a way with CSS or otherwise of making an image fit within an area. Lets say I have …

css overflow scale distortion
How do I stop a CSS layout from distorting when zooming in/out?

I've set up a very basic site with a #container div that includes the #navbar and #content. However, when I …

css zooming distortion
Formulas for Barrel/Pincushion distortion

Can't understand how to get (x', y') of original (x, y) in image, for Barrel/Pincushion distortion.

image-processing distortion
How to simulate fisheye lens effect by openCV?

I am looking for ways to create fisheye lens effect, looked at documentations for openCV, it looks like it contains …

opencv simulate fisheye distortion radial
HOW TO use Homography to transform pictures in OpenCV?

I've two pictures (A and B) slightly distorted one from the other, where there are translation, rotation and scale differences …

opencv transformation distortion homography
How to remove radial distortions from images using OpenCV?

I think I should be using cv::remap to remove the distortion but can't figure out what the the maps …

c++ opencv image-processing distortion radial
Opencv: distort back

I have the cameraMatrix and the distCoeff needed to undistort an image or a vector of points. Now I'd like …

c++ opencv distortion
Barrel distortion correction algorithm to correct FishEye lens - failing to implement with Java

I have a large bulk of photographs taken with a fisheye lens. As I want to do some image-processing (e.…

java algorithm image-processing distortion fisheye
Correct barrel distortion in OpenCV manually, without chessboard image

I get images from a camera where it is not possible to take a chessboard picture and calculate the correction …

opencv imagemagick distortion
Re-distort points with camera intrinsics/extrinsics

Given a set of 2D points, how can I apply the opposite of undistortPoints? I have the camera intrinsics and …

opencv camera-calibration points distortion