Recent content by deepika

  1. D

    I want to perform edge detection of an image using matlab?

    i = imread('C:\New folder\templates\ma.jpg'); I = rgb2gray(i); BW1 = edge(I,'prewitt'); BW2= edge(I,'sobel'); BW3= edge(I,'roberts'); subplot (2,2,1); imshow(I); title('original'); subplot(2,2,2); imshow(BW1); title('Prewitt'); subplot(2,2,3); imshow(BW2); title('Sobel'); subplot(2,2,4)...
  2. D

    IN WHAT MODEL OF NOKIA THAT WE USE ENGLISH DICTIONARY?

    i want to purchase nokia mobile also i want dictionary eng ti hind and hindi to english that s way i want to know about the model of nokia which we could use dictionary
  3. D

    which fishes can stay without oxygen?

    i wanted to keep fishes without oxygen.. i wanted small fishes.. i dnt want them to become big... plzzz helpp thnx
Back
Top