pravin Posted September 28, 2010 Report Share Posted September 28, 2010 hi all, i am rotating an image without using NI Vision Toolkit 'but it takes more time as image size increses, iwant max 20 ms for max (1024 by 980 ) if anybody knows better technique for the same please reply. please find the attached code for reference Rotate matrix .vi Quote Link to comment
shoneill Posted September 28, 2010 Report Share Posted September 28, 2010 hi all, i am rotating an image without using NI Vision Toolkit 'but it takes more time as image size increses, iwant max 20 ms for max (1024 by 980 ) if anybody knows better technique for the same please reply. please find the attached code for reference Your example VI has IMAQ functions in it so I can't run it here at work. Why don't you want to rotate it using IMAQ functions? Why do all the work yourself? Shane Your example VI has IMAQ functions in it so I can't run it here at work. Why don't you want to rotate it using IMAQ functions? Why do all the work yourself? Shane PS YOu can also simply set the coordinates for the IMAQ functions which allws you to specify areas of interest without even having to rotate the image..... Quote Link to comment
vugie Posted September 28, 2010 Report Share Posted September 28, 2010 hi all, i am rotating an image without using NI Vision Toolkit 'but it takes more time as image size increses, iwant max 20 ms for max (1024 by 980 ) if anybody knows better technique for the same please reply. please find the attached code for reference You could use Graphics Magick I achieved 6 ms for 1024x980 image rotation Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.