java - Pitch and Yaw on a 2D ImagePlus object -


i using service , when given human face, returns "roll" "yaw" , "pitch" values.

i have picture imageplus object java. used rotate() function imageprocessor() instance of imageplus object simulate "roll" measurment returned service. however, since using 2d graphic, there anyway can use "pitch" , "yaw" measurments better simulate picture?

thanks,

joel

i assume "roll", "pitch" , "yaw" have same meaning in flight dynamics. can simulate effects of "pitch" , "yaw" applying vertical , horisontal perspective corrections. simpest form map rectangle trapezium:

 ________          ____________ |        |         \          / |        |  ==>     \        / |        |           \      / |________|            \____/ 

you mention imageplus object, conclude programming imagej. in case can how implement perspective correction in source code of perspective correction plugin.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -