Questions tagged [image-rotation]

Image rotation is performing a geometric rotation with certain angle on a particular image.

Image rotation is performing a geometric rotation with certain angle on a particular image. An image can be rotated by a positive angle or negative angle, which will rotate the image clockwise or counterclockwise. Rotating an image by 360 degrees or -360 degrees will actually result in the same image as the original image, while rotating on 180 or -180 degrees will display an inverted copy of the original image.

844 questions
3
votes
0 answers

How to restrict image rotation after capturing image from camera

In my application captured image rotated automatically in samsung specific device. I want to restrict this. For this I used ExifInterface concept also,but no luck, Anyone help me!!! Thanks in advance
Pinki
  • 21,723
  • 16
  • 55
  • 88
3
votes
1 answer

How to align principal axes of 3D density map in numpy with Cartesian axes?

I have an n x n x n numpy array that contains density values on a cubic grid. I'm trying to align the principal axes of inertia of the density map with the cartesian x,y,z axes of the grid. I have the following so far: import numpy as np from scipy…
tomerg
  • 353
  • 2
  • 12
3
votes
1 answer

Rotating an image on button click than stopping it on button click

I am trying to rotate an image on a button click and then stop rotating the image on another button click. I am having two problems, 1.) I'm not sure how to stop the animation when you click the button the second time, and 2.) My image rotating is…
3
votes
3 answers

Automatic image rotation based on a logo

We're looking for a package to help identify and automatically rotate faxed TIFF images based on a watermark or logo. We use libtiff for rotation currently, but don't know of any other libraries or packages I can use for detecting this logo and…
sig11
  • 541
  • 5
  • 13
3
votes
1 answer

I need to rotate these images and I can't seem to get the button to work

This html and its javascript should react to button clicks by rotating the four images. There seem to be alot of errors in the code that I can't find/correct to get it to run smoothly. Here is my HTML and JS Code: HTML