Editing Image in Android - android

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.

Related

How to remove crop or limit marks from Icons or logos in flutter

Here I have an image from google, they provide it in png format with some limit or crop marks. My question is-
How to remove that inside flutter without external image editing? Is there any crop feature inside the flutter?
I have also tried the image viewer inside the android studio that provides something like a safe area but it doesn't do anything. Please help me with this.
please find the images below-
if you are using picture in the assets the easiest way in windows is using paint and crop the picture there and send it again in android studio

gallery instead of camera activity (Tensorflow) in Android

Is it possible to not use the camera activity and load the images from gallery for object detection using Tensorflow object detection API?
Obviously yes!
When you use the camera (not talking about real-time image detection, such as using Yolo with Tensorflow), you take a snapshot image and then you process that bitmap with Tensorflow. Instead of that, what you can do is, select an image from the gallery, convert it to bitmap and then process it using Tensorflow.
If you further need example or sample, I would be happy to help you out. But for that make sure you post or show what you've done or tried so far.

Stitching of captured images to form Panorama

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!!!

How to add different effects on image captured by camera

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/

Overlay Image on Live Camera feed using Wikitude

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.

Categories

Resources