Hi All,
In camera there is panorama mode, which stitches photo together.
Now this photo stitching algo/sw is from 3rd party.
So from the samsung code we call

panarama(a, b, c);

and this function is declares in a header called panarama.h

void panarama (int a, int a, int c);

but we don't have the definition of this function, but we are able to
implement and use this function.

Now i don't know where exactly the code of this function is defined. Is it
defined in some .lib or .a file. I even don't know whether its a open source
or not.

Note: Please ignore this post if not related to the group.
-- 
Anuj Agarwal
+91-9923111896
SME-Trainee
DVCI AMDOCS,
Tower 2, Cybercity,
Magarpatta City,
Pune

Engineering is the art of making what you want from things you can get.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to