Search Results for: Spherical roller bearing
number of pixels total(from rows*cols): %i ",rows*cols); printf ("number of pixels written in file %s: %ld ",filename,nwritten); fclose(file); return( ); } /* so, to get the x',y' position for the circular image we will have to first pass the * coordinates x,y from the rectangular output image to spherical
coordinates using the * first coordinate system, then those to the second shown spherical coordinate system, * then those to the polar projection and then pass the polar system to cardinal x',y'. */ double evaluatepixel_front(double outcoord, double srcsize) { double o; double theta,phi; double sphericcoords...
http://trac.ffmpeg.org/wiki/RemapFilter