i am trying to find something related to photo stitching in order to rotate images in penormic view , but i am not able to find any sample code for this , i have got one CardBoard sdk of google , but in that SDk i have not found any sample of stitching images . I even found one library named panoramagl here is it's URL :-
https://github.com/niveuseverto/panoramagl-android
But it again just rotate the pre-defined pnarma image. I just want to know that is there any library present which can provide me the sample of stitching the image and make its panorma.
i even able to found two links but do not know how to use it :-
http://www.cs.cornell.edu/courses/cs4670/2010fa/projects/final/results/group_of_acc269_ty244_yc563/cs4670_final.html
and this :- http://www.findbestopensource.com/product/android-opencv-panorama
but how to use it ?
Any help would be greatly appreciated!!!
Related
Explanation: I am new to android. I don't know how to load panorama image in my android application.I tried more it's loaded from the drawable folder. But, i want to load it from the url to my android application.
Many of people suggest me to use panoramaGl ready-mate library. i tried this libraries too but not gave the output as much i expected.
Please, help me what is the best solution to load panorama image from url and load into my android application.
Kindly refer, it may help
PanoramaImageView Library with guidance in Android App
Another option is to use Panoramagl-android library
i am making an application on selfie camera .and i m new on photography application.i have not got any idea that how to apply different effects like blur,saturation,brightness,etc on captured image .i search a lot,using many libraries,git hub code etc.But cannot find my solution,anyone who help me sort out this problem.
If you want to do it yourself then you have to play with Bitmap and create your own filters which you would like to apply. Also there are multiple free photo editing sdk's which can help you do it much easier.
You can check below links -
Aviary photo editing sdk - https://developers.aviary.com/
Fotor photo editing sdk - http://developers.fotor.com/
I have gone through all the samples of wikitude. Is it possible to overlay live camera feed image which has been saved as screenshot and create augmenetd image? If it is possible then what tracker image should I use? Because tracker image is the one which I know presently that which image I am going for track. Then if the image will be taken in future how can I create a .wtc file for that and how can I augment my camera feed? Is it possible in wikitude?
I have to create one application using wikitude. I like the sdk of wikitude.
If I understand you correctly you are looking for a way to create target images (that are used for recognition) on the device. This is currently not supported. However if you have a valid business case we are able to provide you with a server based tool to create target images. For more information please contact sales#wikitude.com.
Disclaimer: As you probably already guessed, I'm working for Wikitude.
I wanted to start working on an android application in which i can edit specific parts of the face like nose eyes and lips. This is how it is going to happen. I will take the picture from my camera the application should crop it like eliminating the surroundings environment. Just getting the face to myself and then editing the features of the face. I have done some work on image processing in matlab. Am new to android. I dnt know where to start. Please guide me through to appropriate links. Thank You!
If you want some tutorial based on "Image Processing", following will help you to start.
http://xjaphx.wordpress.com/learning/tutorials/
And Image Processing Library developed by JH Labs will help you to apply effects on your image. You acn download JAR library from here
Now, if you want to crop your image, either you can crop image using camera or you can write your own code to crop.
I have an android app which can send screen shots to share on Facebook. What I want is adding some stuffs like my app logo/icon on image and save that as a single image and share that on Facebook. (something like what heel climb racing does).
How can I combine Images? A sample code or tutorial would be grateful.
You can use the Canvas class to work with images.
Check this SO question for more details: combining two png files in android