Android 마스킹 활동 만들기 (Android Creating a masking activity)


문제 설명

Android 마스킹 활동 만들기 (Android Creating a masking activity)

I'm attempting to create an activity which allows a user to mask out part of an image. The way I'm trying to achieve this (yes trying, because it still isn't working for me, please see my other SO questions), is by painting a color over the base image using the canvas. I saw an app this morning which basically does exactly what I need and I thought I'd ask here if anyone knows how the app is doing the hard work and if there is a good tutorial or documentation somewhere for this concept?

Basically you press part of the image and it automatically masks out to the edges of the object in the image, you press again to add more, and press to remove. 

the app is called "AThumb Cut" and hope its ok to link to it here https://play.google.com/store/apps/details?id=com.instacut2


참조 솔루션

방법 1:

This is an amazing application indeed. They work like Magi tool in PhotoShop. Try this tutorial it tells you how to do it in Java.

(by PurplemonkeyIlya Gazman)

참조 문서

  1. Android Creating a masking activity (CC BY‑SA 3.0/4.0)

#image-processing #Android






관련 질문

이미지를 원통 또는 구 모양으로 매핑하시겠습니까? (Mapping image into cylinder or sphere shape?)

Android 마스킹 활동 만들기 (Android Creating a masking activity)

ImageJ 오버레이 ROI 줌 (ImageJ Overlay ROI zoom)

Virtex-5 FPGA 보드와 VGA 인터페이스 (interfacing VGA with Virtex-5 FPGA board)

C++ 이미지 처리, 입자 계산 (C++ image processing, counting particles)

훈련된 신경망을 사용하여 이미지에서 여러 객체를 식별하는 방법은 무엇입니까? (How do you use a trained neural net to identify multiple objects in an image?)

기계 학습을 사용하여 손으로 쓴 서명 이미지의 배경 제거 (Using machine learning to remove background in image of hand-written signature)

인수 '%s'에 대해 예상 Ptr<cv::UMat> 임계값을 지정하는 동안 오류가 발생했습니다. (getting an error while doing thresholding Expected Ptr<cv::UMat> for argument '%s')

iOS의 주어진 이미지에서 다중 사용자 정의 개체 감지(이미지 처리) (Multiple Custom Object Detection (Image processing) from a given Image in iOS)

두 개의 유사한 이미지에서 노이즈를 추출하는 방법은 무엇입니까? (How to extract noise from two similar images?)

OpenCV를 사용하여 이미지의 흰색 패치를 자르고 여권 크기의 사진을 만드는 방법 (How to crop white patches in image and make passport size photo using OpenCV)

OpenCV 그리기 특정 윤곽선 (OpenCV drawing specific contours)







코멘트