iqra toheed
2018년부터 활동
Followers: 0 Following: 0
Feeds
질문
how to detect and extract the watermark in image
i have three queries related to this image: 1- This image has a embedded watermark on the right side of the picture of the fo...
대략 6년 전 | 답변 수: 1 | 0
1
답변질문
how to do image segmentation and feature extraction in matlab?
how to do image segmentation and feature extraction in matlab. i want to extract the features from a currency note.
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
i had apply morphological processing on an image that is close. i want to color the white part of the binary image that is processed to green. how can i do that
clear all; close all; global I2; I1 = imread('imm2.jpg'); I2 = imresize(I1,.5); img_gray=255-(0.3...
6년 초과 전 | 답변 수: 1 | 0